Larry Alkoff | 6 Feb 2012 21:01
Picon

Is there a Joe for Apple computers

Is there a Joe for Apple computers?

If so, does it have the same features as the current Linux Joe?

Larry Alkoff

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
Duke Normandin | 6 Feb 2012 21:04

Re: Is there a Joe for Apple computers

On Mon, 06 Feb 2012 14:01:06 -0600
Larry Alkoff <labradley@...> wrote:

> Is there a Joe for Apple computers?
> 
> If so, does it have the same features as the current Linux Joe?

Google IS ALWAYS your friend! :)

http://hints.macworld.com/article.php?story=20021110145914655

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
Egmont Koblinger | 6 Feb 2012 21:07
Picon

Re: Is there a Joe for Apple computers

Hi Larry,

You mean Mac OS, right?

If you have the standard development stuff (gcc and friends) installed, you can download joe's source and compile+install for yourself (./configure; make; sudo make install).

Alternatively, you can install macports (http://www.macports.org/) and then "sudo port install joe" should do it, they also seem to have the latest version.  Perhaps there are other methods too.

Yes it has the same features as on Linux.  And while we're at it, let me recommend you the iTerm2 terminal (iterm2) instead of the builtin terminal, it's a much better one, you'll enjoy joe more :)


egmont

On Mon, Feb 6, 2012 at 21:01, Larry Alkoff <labradley-mn4gwa5WIISDeErcrpiq8g@public.gmane.orgm> wrote:
Is there a Joe for Apple computers?

If so, does it have the same features as the current Linux Joe?

Larry Alkoff

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Joe-editor-general mailing list
Joe-editor-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/joe-editor-general

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
Mark Manning | 12 Feb 2012 16:22
Picon

quit and save ALL files

I have been using Joe for over 10 yeas now and have used it almost
exclusively to create all of my Linux project sources.  In all the
years I have been using and developing in Linux I have never found
"The Perfect Editor" (CodeWright, MultiEdit V3.01).  JOE is as close
as it gets in Linux and that's damned close!

It's one MAJOR MAJOR flaw is that there is no built in way to quit and
save ALL FILES.  I regularly have  or 9+ files open concurrently and
often have as many as 40 (or more) files open.  Let me tell you,
having to do ^kx ^kx ^kx ^kx ^kx 40+ times in a row gets OLD!

Please add a way to quit and save all open files and quit and discard
all changes.

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
Robin Smidsrød | 12 Feb 2012 20:39
Picon
Gravatar

Re: quit and save ALL files

On 12.02.2012 16:22, Mark Manning wrote:
> It's one MAJOR MAJOR flaw is that there is no built in way to quit and
> save ALL FILES.  I regularly have  or 9+ files open concurrently and
> often have as many as 40 (or more) files open.  Let me tell you,
> having to do ^kx ^kx ^kx ^kx ^kx 40+ times in a row gets OLD!
> 
> Please add a way to quit and save all open files and quit and discard
> all changes.

Well, quit and discard everything is quite easy, just press and hold
Ctrl-C until all windows/buffers are closed, if I'm not mistaken.

But yeah, a way to save changes in all open files would be a welcome
addition. Maybe Ctrl-K capital X could be made to do that?

-- Robin

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
Robin Smidsrød | 13 Feb 2012 12:05
Picon
Gravatar

Fwd: Re: quit and save ALL files

Hi Mark,

I thought this response from Peter might be useful for you. Peter forgot
to CC the list, so I thought it might be useful for the rest of you.

I have to agree with Peter that I always prefer to know exactly what I'm
saving, so I like the current behavior.

-- Robin

-------- Original Message --------
Subject: Re: [joe] quit and save ALL files
Date: Sun, 12 Feb 2012 15:19:10 -0500
From: Peter Hartman <peterjohnhartman <at> gmail.com>
To: Robin Smidsrød <robin <at> smidsrod.no>

You could remove the prompt (Y/N) and then bind ^kx to ^x (or
something) and you'd have something like the same effect.  I've never
had the use case, frankly.  I'm petrified of accidentally saving
something I shouldn't.

Peter

2012/2/12 Robin Smidsrød <robin <at> smidsrod.no>:
> On 12.02.2012 16:22, Mark Manning wrote:
>> It's one MAJOR MAJOR flaw is that there is no built in way to quit and
>> save ALL FILES.  I regularly have  or 9+ files open concurrently and
>> often have as many as 40 (or more) files open.  Let me tell you,
>> having to do ^kx ^kx ^kx ^kx ^kx 40+ times in a row gets OLD!
>>
>> Please add a way to quit and save all open files and quit and discard
>> all changes.
>
> Well, quit and discard everything is quite easy, just press and hold
> Ctrl-C until all windows/buffers are closed, if I'm not mistaken.
>
> But yeah, a way to save changes in all open files would be a welcome
> addition. Maybe Ctrl-K capital X could be made to do that?
>
> -- Robin
>
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> Joe-editor-general mailing list
> Joe-editor-general <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/joe-editor-general

--

-- 
sic dicit magister P
University of Toronto / Fordham University
http://individual.utoronto.ca/peterjh
gpg 1024D/ED6EF59B (7D1A 522F D08E 30F6 FA42 B269 B860 352B ED6E F59B)
gpg --keyserver pgp.mit.edu --recv-keys ED6EF59B

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Joe-editor-general mailing list
Joe-editor-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/joe-editor-general

Gmane