* Why do you use emacs?
@ 2003-05-11 17:41 Artur Hefczyc
2003-05-11 17:48 ` Roodwriter
` (6 more replies)
0 siblings, 7 replies; 11+ messages in thread
From: Artur Hefczyc @ 2003-05-11 17:41 UTC (permalink / raw)
Hello,
I am currently working on emacs guide designed for
Java developers but not only. I would like to put one
section somewhere with title
"Why to use Emacs?"
My idea is to include there opinions from real emacs users.
So my question is: Could you please send me the most
important reason for you why you use emacs instead of
other modern IDEs?
If you send your comments with your name I will include your
sentences as citation with it's author name
I can receive your comments from my e-mail box:
.kobit@users.sourceforge.net
or from this group.
The test version of this guide is here:
http://wttools.sourceforge.net/emacs-stuff/emacsandjdee.html
regards
Artur Hefczyc
--
Artur Hefczyc kobit@users.sourceforge.net
Open Source Developer
http://geotools.sourceforge.net/
http://wttools.sourceforge.net/
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Why do you use emacs?
2003-05-11 17:41 Why do you use emacs? Artur Hefczyc
@ 2003-05-11 17:48 ` Roodwriter
2003-05-11 21:11 ` Pascal Bourguignon
` (5 subsequent siblings)
6 siblings, 0 replies; 11+ messages in thread
From: Roodwriter @ 2003-05-11 17:48 UTC (permalink / raw)
Artur Hefczyc wrote:
> Hello,
>
> I am currently working on emacs guide designed for
> Java developers but not only. I would like to put one
> section somewhere with title
> "Why to use Emacs?"
> My idea is to include there opinions from real emacs users.
>
> So my question is: Could you please send me the most
> important reason for you why you use emacs instead of
> other modern IDEs?
> If you send your comments with your name I will include your
> sentences as citation with it's author name
>
> I can receive your comments from my e-mail box:
> .kobit@users.sourceforge.net
> or from this group.
>
> The test version of this guide is here:
> http://wttools.sourceforge.net/emacs-stuff/emacsandjdee.html
>
> regards
> Artur Hefczyc
> --
> Artur Hefczyc kobit@users.sourceforge.net
> Open Source Developer
> http://geotools.sourceforge.net/
> http://wttools.sourceforge.net/
I don't know if my being a writer is pertinent to your topic.
I use Emacs as a writer because of its enormous number of editing commands.
Since most writing is rewriting, having a more powerful set of editing
tools is quite useful.
--Rod
--
Author of "Linux for Non-Geeks--Clear-eyed Answers for Practical Consumers"
and "Boring Stories from Uncle Rod." Both are available at
http://www.rodwriterpublishing.com/index.html
To reply by e-mail, take the extra "o" out of my e-mail address. It's to
confuse spambots, of course.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Why do you use emacs?
2003-05-11 17:41 Why do you use emacs? Artur Hefczyc
2003-05-11 17:48 ` Roodwriter
@ 2003-05-11 21:11 ` Pascal Bourguignon
2003-05-12 3:37 ` Eli Zaretskii
` (4 subsequent siblings)
6 siblings, 0 replies; 11+ messages in thread
From: Pascal Bourguignon @ 2003-05-11 21:11 UTC (permalink / raw)
"Artur Hefczyc" <wislaj23@wp.pl> writes:
> Hello,
>
> I am currently working on emacs guide designed for
> Java developers but not only. I would like to put one
> section somewhere with title
> "Why to use Emacs?"
> My idea is to include there opinions from real emacs users.
>
> So my question is: Could you please send me the most
> important reason for you why you use emacs instead of
> other modern IDEs?
Perhaps the best to understand _why_ I use emacs is to tell _what_ I
do with it (including what features I've programmed into it):
- of course, editing code, compiling, debugging,
- but also composing email (and reading email),
- composing newsgroup articles (and reading email),
(and there already you get the advantage to have only one set of
editing commands for various applications)
- browsing the web when Java and pictures are not needed or are
undesirable, or when HTML filtering is needed: I've got quite a
HTML filter hook in w3-parse-hooks, if only Mozilla had
something similar, alowing you to modify on the fly the HTML
received before displaying it...
- chatting with Kiwi (IRC),
- managing my bank accounts (I've got functions to get the data
from the web and format it like I want for my records),
- managing my portfolio (retrieving quotes from the web, keeping a
database of shares, etc),
- computing a graph of CVS releases,
- devise conversion (euro = frf = esp = dem = ...) with automatic
update of the quotes from the web...
- generating invoices,
- encrypting / decrypting my emails and private files,
- keeping track of the time I spend of the various projects I work
on,
- writting documentations and drawing ascii-art diagrams,
- using it's shell mode to cover rustic programs with a nice
readline library and other editing functions.
and in general, Lisp programming and prototyping, and automatic code
generation including menial tasks such as administrative comments and
automatic time stamps.
--
__Pascal_Bourguignon__ http://www.informatimago.com/
----------------------------------------------------------------------
Do not adjust your mind, there is a fault in reality.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Why do you use emacs?
2003-05-11 17:41 Why do you use emacs? Artur Hefczyc
2003-05-11 17:48 ` Roodwriter
2003-05-11 21:11 ` Pascal Bourguignon
@ 2003-05-12 3:37 ` Eli Zaretskii
2003-05-12 11:59 ` Phillip Lord
` (3 subsequent siblings)
6 siblings, 0 replies; 11+ messages in thread
From: Eli Zaretskii @ 2003-05-12 3:37 UTC (permalink / raw)
> From: "Artur Hefczyc" <wislaj23@wp.pl>
> Newsgroups: gnu.emacs.help
> Date: Sun, 11 May 2003 19:41:12 +0200
>
> So my question is: Could you please send me the most
> important reason for you why you use emacs instead of
> other modern IDEs?
The single most important reason is that Emacs is available on every
imaginable platform out there, so it is the last IDE you will ever
need to learn.
And then, of course, there are all that enormous amount of features
and packages that let you do almost anything in the same familiar
environment.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Why do you use emacs?
2003-05-11 17:41 Why do you use emacs? Artur Hefczyc
` (2 preceding siblings ...)
2003-05-12 3:37 ` Eli Zaretskii
@ 2003-05-12 11:59 ` Phillip Lord
2003-05-12 14:55 ` Colin Marquardt
` (2 subsequent siblings)
6 siblings, 0 replies; 11+ messages in thread
From: Phillip Lord @ 2003-05-12 11:59 UTC (permalink / raw)
>>>>> "Artur" == Artur Hefczyc <wislaj23@wp.pl> writes:
Artur> Hello,
Artur> I am currently working on emacs guide designed for Java
Artur> developers but not only. I would like to put one section
Artur> somewhere with title "Why to use Emacs?" My idea is to
Artur> include there opinions from real emacs users.
Artur> So my question is: Could you please send me the most
Artur> important reason for you why you use emacs instead of other
Artur> modern IDEs? If you send your comments with your name I will
Artur> include your sentences as citation with it's author name
It runs on every platform that exists. It has modes for most
languages, and even when it doesn't it's such a powerful editor that
you can still do a lot with it.
If I were a "java developer" then I might not use Emacs, but one of
the IDE's out there. In particular the lack of a good debugger for
Java Emacs is a problem. But I am a research scientist. So I do use a
lot of platforms, I do use a lot of languages. Sometimes I use
languages for which no one has written an IDE yet. Indeed when I
started writing Java, this was the case.
I don't think that there is any reason to be doctrinare about this. If
Java is all you do there probably are better alternatives. But tell me
another IDE anywhere nears as functional as Emacs with JDE, which also
allows me to write and debug perl, and read my email.
Cheers
Phil
^ permalink raw reply [flat|nested] 11+ messages in thread
* why do you use emacs?
@ 2003-05-12 12:32 Kevin Dziulko
0 siblings, 0 replies; 11+ messages in thread
From: Kevin Dziulko @ 2003-05-12 12:32 UTC (permalink / raw)
It's free.
> Hello,
> I am currently working on emacs guide designed for Java
> developers but not only. I would like to put one section
> somewhere with title "Why to use Emacs?" My idea is to
> include there opinions from real emacs users.
> So my question is: Could you please send me the most
> important reason for you why you use emacs instead of other
> modern IDEs? If you send your comments with your name I will
> include your sentences as citation with it's author name
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Why do you use emacs?
2003-05-11 17:41 Why do you use emacs? Artur Hefczyc
` (3 preceding siblings ...)
2003-05-12 11:59 ` Phillip Lord
@ 2003-05-12 14:55 ` Colin Marquardt
2003-05-12 20:07 ` Jason Dufair
2003-05-13 18:13 ` Bruce Ingalls
6 siblings, 0 replies; 11+ messages in thread
From: Colin Marquardt @ 2003-05-12 14:55 UTC (permalink / raw)
"Artur Hefczyc" <wislaj23@wp.pl> writes:
> I am currently working on emacs guide designed for
> Java developers but not only. I would like to put one
> section somewhere with title
> "Why to use Emacs?"
> My idea is to include there opinions from real emacs users.
http://www.messengers-of-messiah.org/~csebold/emacs/why.phtml
might be an interesting read then.
HTH,
Colin
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Why do you use emacs?
2003-05-11 17:41 Why do you use emacs? Artur Hefczyc
` (4 preceding siblings ...)
2003-05-12 14:55 ` Colin Marquardt
@ 2003-05-12 20:07 ` Jason Dufair
2003-05-13 18:13 ` Bruce Ingalls
6 siblings, 0 replies; 11+ messages in thread
From: Jason Dufair @ 2003-05-12 20:07 UTC (permalink / raw)
"Artur Hefczyc" <wislaj23@wp.pl> writes:
I use it because I don't want a GUI (mice are too inefficient) and I
don't want a CLI (I need more room than one line). Emacs gives me a
KUI.
> Hello,
>
> I am currently working on emacs guide designed for
> Java developers but not only. I would like to put one
> section somewhere with title
> "Why to use Emacs?"
> My idea is to include there opinions from real emacs users.
>
> So my question is: Could you please send me the most
> important reason for you why you use emacs instead of
> other modern IDEs?
> If you send your comments with your name I will include your
> sentences as citation with it's author name
>
> I can receive your comments from my e-mail box:
> .kobit@users.sourceforge.net
> or from this group.
>
> The test version of this guide is here:
> http://wttools.sourceforge.net/emacs-stuff/emacsandjdee.html
>
> regards
> Artur Hefczyc
> --
> Artur Hefczyc kobit@users.sourceforge.net
> Open Source Developer
> http://geotools.sourceforge.net/
> http://wttools.sourceforge.net/
>
>
>
--
Jason Dufair - jase@dufair.org
http://www.dufair.org/
"You wear sandals in the snow
and a smile that won't wash away
Can you look out the window
without your shadow getting in the way?"
-- Sarah McLachlan
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Why do you use emacs?
2003-05-11 17:41 Why do you use emacs? Artur Hefczyc
` (5 preceding siblings ...)
2003-05-12 20:07 ` Jason Dufair
@ 2003-05-13 18:13 ` Bruce Ingalls
2003-05-13 18:48 ` A. L. Meyers
2003-05-14 21:53 ` Artur Hefczyc
6 siblings, 2 replies; 11+ messages in thread
From: Bruce Ingalls @ 2003-05-13 18:13 UTC (permalink / raw)
Artur Hefczyc wrote:
...
> The test version of this guide is here:
> http://wttools.sourceforge.net/emacs-stuff/emacsandjdee.html
I'd say the same thing as most other comments.
In addition, *free* means that Emacs provides the means, and I have the
right to configure/adapt Emacs to my needs.
For example, there was no market for an editor to highlight Y2K dates in
source code, so I adapted Emacs to do this.
I could not have afforded a consultant to do this, but Christian Egli,
an experienced Elisp developer helped me get started, and we released
our work to the community.
Only a tool written for programmers and by programmers can be this helpful.
The final reason that I use Emacs, is that (enough of) the community
does not insult you, when you (politely) ask for help.
I appreciate your JDEE installer.
Perhaps you can co-ordinate your effort with (my) EMacro project, at
<url: http://emacro.sf.net/ >
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Why do you use emacs?
2003-05-13 18:13 ` Bruce Ingalls
@ 2003-05-13 18:48 ` A. L. Meyers
2003-05-14 21:53 ` Artur Hefczyc
1 sibling, 0 replies; 11+ messages in thread
From: A. L. Meyers @ 2003-05-13 18:48 UTC (permalink / raw)
What I really like about emacs is that it really has its own "look and
feel". Once you get used to it, you discover that the emacs L&F makes
great good sense as well. Another mental perk of emacs is that it
subtly (and, if you like, not so subtly) makes you aware of the
abstraction layers underpinning computing. Again, you may or may not
like this but it is rather unique.
Enjoy emacs!
Lucien
--
If you receive this by error, please delete it and inform the sender.
PGP key fingerprint=F1C0 D9AE 1B18 1405 4DFA B4CC 6DC7 FF78 C76E FB15
To Big Brother Echelon from "spook":
Marxist supercomputer FSF White House Uzi Serbian SEAL Team 6 Semtex SDI
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Why do you use emacs?
2003-05-13 18:13 ` Bruce Ingalls
2003-05-13 18:48 ` A. L. Meyers
@ 2003-05-14 21:53 ` Artur Hefczyc
1 sibling, 0 replies; 11+ messages in thread
From: Artur Hefczyc @ 2003-05-14 21:53 UTC (permalink / raw)
> I appreciate your JDEE installer.
> Perhaps you can co-ordinate your effort with (my) EMacro project, at
> <url: http://emacro.sf.net/ >
Well, I am amazed of your emacro project!!
I wish to know about it few years earlier...
Your offer sounds very interesting, I consider it a great honour
to see your proposition. But I don't know how could I be helpful.
I am not elisp programmer yet - a few simple functions.
Mostly, my spare time I spend on http://geotools.sf.net/ project.
I have been creating some part of developers guide for few
last weeks. And now I would like to prepare something
like practical emacs guide for developers.
I mean detailed info about using main developer tools under emacs
like CVS, coding SGML, java coding with use of JDEE and
something else I will find useful.
Let me know how do you imagine our co-ordination.
Artur
--
Artur Hefczyc artur.hefczyc@plusnet.pl
Open Source Developer
http://geotools.sourceforge.net/
http://wttools.sourceforge.net/
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2003-05-14 21:53 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-11 17:41 Why do you use emacs? Artur Hefczyc
2003-05-11 17:48 ` Roodwriter
2003-05-11 21:11 ` Pascal Bourguignon
2003-05-12 3:37 ` Eli Zaretskii
2003-05-12 11:59 ` Phillip Lord
2003-05-12 14:55 ` Colin Marquardt
2003-05-12 20:07 ` Jason Dufair
2003-05-13 18:13 ` Bruce Ingalls
2003-05-13 18:48 ` A. L. Meyers
2003-05-14 21:53 ` Artur Hefczyc
-- strict thread matches above, loose matches on Subject: below --
2003-05-12 12:32 why " Kevin Dziulko
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.