* ""like other editors" ["
@ 2011-10-12 8:04 Rustom Mody
0 siblings, 0 replies; 9+ messages in thread
From: Rustom Mody @ 2011-10-12 8:04 UTC (permalink / raw)
To: help-gnu-emacs
[-- Attachment #1: Type: text/plain, Size: 547 bytes --]
Stan wrote:
> By now one would think that even a casual observer would know that the
> developers have no interest in this change.
> The possibilities seem to be for the "modern editor" proponents to take up
> the task or at least find "modern arguments" that
> haven't been beaten to death.
Which in other words implies that Richard has no interest in acting on any
data from his original poll??
There are many accusations thrown at rms across the years.
First time (I am seeing) such a one (especially ironic coming from the
emacs community
[-- Attachment #2: Type: text/html, Size: 750 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: "like other editors" [was: Re: Poll about proposed change in DEL (aka Backspace) and Delete],
@ 2011-10-05 3:46 Rustom Mody
2011-10-05 4:04 ` "like other editors" Ian Zimmerman
0 siblings, 1 reply; 9+ messages in thread
From: Rustom Mody @ 2011-10-05 3:46 UTC (permalink / raw)
To: help-gnu-emacs
[-- Attachment #1: Type: text/plain, Size: 789 bytes --]
The most customizable editor and arguments and fights about an easily
settable default?
Ironic...
I would like to point out that if the suggestions by
the Ilya Zakharevich here (5 from end)
http://groups.google.com/group/comp.emacs/browse_thread/thread/43549e055d64908b/f4fe528ddc02da03
Likewise Alan Macenzie's idea about emacsicality
http://groups.google.com/group/gnu.emacs.help/browse_thread/thread/7c08121e215fd383/dcba4f862fc8a7f5?q=emacsicality&lnk=nl&
are taken seriously such arguments are unnecessary.
IOW it is not too much to ask to have the cake and eat it too:
Have: Old users can stay with some version (say emacs 22) and stick
there for as long as they like
Eat: emacs devs can try out genuinely new things unconcerned about
whether some old codgers will get grumpy.
[-- Attachment #2: Type: text/html, Size: 1197 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
[parent not found: <87litcvtu2.fsf@stupidchicken.com>]
* Poll about proposed change in DEL (aka Backspace) and Delete
[not found] <87litcvtu2.fsf@stupidchicken.com>
@ 2011-09-30 3:42 ` Richard Stallman
2011-10-03 7:33 ` Suvayu Ali
0 siblings, 1 reply; 9+ messages in thread
From: Richard Stallman @ 2011-09-30 3:42 UTC (permalink / raw)
To: info-gnu-emacs, help-gnu-emacs
In Emacs 24, now in pretest, a change is being considered for ASCII
DEL (on most keyboards, the Backspace key) and the Delete function
key. The change affects the case of an active region that was not
dragged with the mouse. The change is that these commands would
delete the region, rather than just one character as now.
In the past, this behavior was enabled in some minor modes: CUA mode,
Delete Selection mode, and PC Selection mode. In the 24.0.90 pretest,
this behavior is enabled by default. Thus, building and using the
pretest is an easy way to try the change.
Here are the questions we hope you will answer:
* Are you in favor of this change?
* Are you opposed to this change?
* How strongly do you feel about the matter?
We don't want to just "count votes" -- we want to understand
how this affects users. So if you care about the issue,
please tell us how the change affects your editing.
* What are the cases where you find it helps?
* What are the cases where you find it hurts?
* What is your level of Emacs experience?
A further change in the same area has been suggested: when there is an
active region, a self-inserting character would delete the region
before the character is inserted by default.
* What would you think of this further change?
Please send your responses to emacs-delete-poll@gnu.org.
--
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
Use free telephony http://directory.fsf.org/category/tel/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Poll about proposed change in DEL (aka Backspace) and Delete
2011-09-30 3:42 ` Poll about proposed change in DEL (aka Backspace) and Delete Richard Stallman
@ 2011-10-03 7:33 ` Suvayu Ali
2011-10-03 13:18 ` "like other editors" [was: Re: Poll about proposed change in DEL (aka Backspace) and Delete] ken
0 siblings, 1 reply; 9+ messages in thread
From: Suvayu Ali @ 2011-10-03 7:33 UTC (permalink / raw)
To: emacs-delete-poll; +Cc: help-gnu-emacs, rms
On Thu, 29 Sep 2011 23:42:50 -0400
Richard Stallman <rms@gnu.org> wrote:
> * Are you in favor of this change?
>
Yes.
> * Are you opposed to this change?
>
No.
> * How strongly do you feel about the matter?
>
Strongly. So much so, that I had advised delete to behave like this when
I was using Emacs 23. I am not an expert lisp programmer, so it was a
bit buggy. When I discovered this feature in Emacs 24 I was happy to let
go of my customisation.
FWIW, if this is customisable by a variable expert users opposing this
change can easily revert back to the old behaviour but new users find
this very confusing (at least in my experience from ~3 yrs back when I
adopted Emacs).
> We don't want to just "count votes" -- we want to understand
> how this affects users. So if you care about the issue,
> please tell us how the change affects your editing.
>
> * What are the cases where you find it helps?
>
Often I want to delete large chunks of text and don't want it to
"pollute" my kill ring. This option lets me do that very easily. In my
experience I find I use this more often when I am writing plain text
rather than programming. IMO, with the advent of more such modes in
Emacs where you edit large amounts of plain text (and not source code)
makes this a very useful feature for me (e.g. message-mode, org-mode,
..). I found default behaviour (like the old behaviour) can be a hurdle
when introducing other friends to Emacs (I was trying to introduce my
non techie friends to org-mode and LaTeX).
> * What are the cases where you find it hurts?
>
As I mentioned above, I find it less useful while programming but I
wouldn't say that it hurts.
> * What is your level of Emacs experience?
>
I have been using Emacs for over 3 yrs now. I am a PhD student and my
Emacs use involves a lot of programming (C/C++, python, shell scripts
for my studies and lisp as hobby), writing notes, draft articles for
publications (with org-mode and LaTeX). I am a relatively experienced
user of Emacs (of course not compared to the list members, but in
comparison to my colleagues at the University). On a more fun note, I am
aware of rectangle commands. ;)
> A further change in the same area has been suggested: when there is an
> active region, a self-inserting character would delete the region
> before the character is inserted by default.
>
> * What would you think of this further change?
>
I am not sure about this, but this brings default Emacs behaviour close
to other modern text editors. If this is a configurable option, I don't
see any harm.
> Please send your responses to emacs-delete-poll@gnu.org.
>
>
Thank you for asking the user's opinion!
--
Suvayu
Open source is the future. It sets us free.
^ permalink raw reply [flat|nested] 9+ messages in thread
* "like other editors" [was: Re: Poll about proposed change in DEL (aka Backspace) and Delete]
2011-10-03 7:33 ` Suvayu Ali
@ 2011-10-03 13:18 ` ken
2011-10-03 13:41 ` Suvayu Ali
2011-10-03 16:00 ` Richard Riley
0 siblings, 2 replies; 9+ messages in thread
From: ken @ 2011-10-03 13:18 UTC (permalink / raw)
To: Suvayu Ali; +Cc: help-gnu-emacs, rms, emacs-delete-poll
> [Making this change] brings default Emacs behaviour close
> to other modern text editors. ....
This is an invalid argument, more an appeal to fashion than an appeal to
reason. When switching from one application to another, we shouldn't
expect the new one to behave just like the former one. They are
different pieces of software, after all. When you start using different
software, you should expect that it will operate differently. You
should expect that you'll have to learn new things.
Secondly, there are places in the world where people haven't ever used
Windows; instead, their first and only experience with computers is with
Linux. What sense can it make to them that emacs' behavior is changed
simply to mimic some other editor they've never seen or used?
I think that over the long term it will trend upwards that more people's
first and only computer experience will be with FOSS. So thinking ahead
to those times, why should we alter the default behavior of Emacs to
conform to a legacy editor?
Fourth, if we apply your argument to every difference between Emacs and
(e.g.) Word, then we end up with Emacs behaving just like Word, and
there being no difference between Emacs and Word. Then we might as well
just use Word. :/
Fifth, if we change emacs to comport with Word, and if in future Word
changes the way it handles highlighted text to way emacs does now,
should emacs then change back again, just to (again) follow the way Word
works?
Finally, as said at the top, the argument to follow "other modern
editors" is nothing more than an appeal to fashion. And fashion is very
subjective and capricious. We should no more change emacs simply to
comport with some other, even (currently) more popular software than you
and I and all the other guys on this list should start dressing
ourselves like the cool dudes on whatever soap opera is the most popular
these days.
Let's just talk about what makes sense.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: "like other editors" [was: Re: Poll about proposed change in DEL (aka Backspace) and Delete]
2011-10-03 13:18 ` "like other editors" [was: Re: Poll about proposed change in DEL (aka Backspace) and Delete] ken
@ 2011-10-03 13:41 ` Suvayu Ali
2011-10-03 15:17 ` ken
2011-10-03 16:01 ` Richard Riley
2011-10-03 16:00 ` Richard Riley
1 sibling, 2 replies; 9+ messages in thread
From: Suvayu Ali @ 2011-10-03 13:41 UTC (permalink / raw)
To: gebser; +Cc: help-gnu-emacs, emacs-delete-poll
Hi Ken,
On Mon, 03 Oct 2011 09:18:11 -0400
ken <gebser@mousecar.com> wrote:
> Secondly, there are places in the world where people haven't ever
> used Windows; instead, their first and only experience with computers
> is with Linux. What sense can it make to them that emacs' behavior
> is changed simply to mimic some other editor they've never seen or
> used?
You wrongly assumed by modern editors I was talking about Windows
editors[1], you can check out other FOSS editors (in fact they are
pretty good for relatively simple use) like Geany, Kate, Gedit, Nedit
(this is actually pretty old), text input windows of most file/web
browsers, many GUI email clients and so on. And most of the friends I
was trying to introduce to org-mode were *nix users already (yes there
are non-techie people using *nix, and yes they made the decision
without any "friendly help" guiding them in that direction).
No need to start a(n) argument/flame-war here, RMS asked users' opinion
and I expressed myself. Don't get me wrong, I love Emacs and I couldn't
manage to work without it. But the first day experience in Emacs is
definitely one of my worst. My opinion was based on that experience.
Cheers,
Footnotes:
[1] BTW, MS Word is not an editor, its a word processor a parallel in
the FOSS world would be LibreOffice Writer.
--
Suvayu
Open source is the future. It sets us free.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: "like other editors" [was: Re: Poll about proposed change in DEL (aka Backspace) and Delete]
2011-10-03 13:41 ` Suvayu Ali
@ 2011-10-03 15:17 ` ken
2011-10-03 16:02 ` "like other editors" [ Richard Riley
2011-10-03 16:01 ` Richard Riley
1 sibling, 1 reply; 9+ messages in thread
From: ken @ 2011-10-03 15:17 UTC (permalink / raw)
To: Suvayu Ali; +Cc: help-gnu-emacs, emacs-delete-poll
On 10/03/2011 09:41 AM Suvayu Ali wrote:
> Hi Ken,
>
> On Mon, 03 Oct 2011 09:18:11 -0400
> ken <gebser@mousecar.com> wrote:
>
>> Secondly, there are places in the world where people haven't ever
>> used Windows; instead, their first and only experience with computers
>> is with Linux. What sense can it make to them that emacs' behavior
>> is changed simply to mimic some other editor they've never seen or
>> used?
>
> You wrongly assumed by modern editors I was talking about Windows
> editors[1],
No, I wasn't assuming you were talking about Word. Since you didn't say
which editor you were talking about, I just picked Word as a foil. If
you re-read my post, you'll see on my first reference to Word I preceded
it by "e.g.", implying the same thereafter.
> you can check out other FOSS editors (in fact they are
> pretty good for relatively simple use) like Geany, Kate, Gedit, Nedit
> (this is actually pretty old), text input windows of most file/web
> browsers, many GUI email clients and so on. And most of the friends I
> was trying to introduce to org-mode were *nix users already (yes there
> are non-techie people using *nix, and yes they made the decision
> without any "friendly help" guiding them in that direction).
My same argument still applies: What's done in other editors isn't
relevant here. Emacs doesn't have to do everything the same as [insert
your favorite editor here]. *Again* we shouldn't try simply to follow
what's fashionable.
Also, I don't understand the reason for making a distinction between
"techie people" and others.
>
> No need to start a(n) argument/flame-war here, RMS asked users' opinion
> and I expressed myself. ....
Agreed. It's just that you were the second person to bring up the
Following Fashion argument. It seemed, then, worthwhile to consider
which criteria are actually relevant to the issue. How is that
'starting a flame war'?
> ....
>
> Footnotes:
>
> [1] BTW, MS Word is not an editor, its a word processor a parallel in
> the FOSS world would be LibreOffice Writer.
And, technically speaking, emacs is a text processor. Relevance?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: "like other editors" [
2011-10-03 15:17 ` ken
@ 2011-10-03 16:02 ` Richard Riley
2011-10-03 20:39 ` ken
0 siblings, 1 reply; 9+ messages in thread
From: Richard Riley @ 2011-10-03 16:02 UTC (permalink / raw)
To: help-gnu-emacs
ken <gebser@mousecar.com> writes:
> On 10/03/2011 09:41 AM Suvayu Ali wrote:
>> Hi Ken,
>>
>> On Mon, 03 Oct 2011 09:18:11 -0400
>> ken <gebser@mousecar.com> wrote:
>>
>>> Secondly, there are places in the world where people haven't ever
>>> used Windows; instead, their first and only experience with computers
>>> is with Linux. What sense can it make to them that emacs' behavior
>>> is changed simply to mimic some other editor they've never seen or
>>> used?
>>
>> You wrongly assumed by modern editors I was talking about Windows
>> editors[1],
>
> No, I wasn't assuming you were talking about Word. Since you didn't say which
> editor you were talking about, I just picked Word as a foil. If you re-read my
> post, you'll see on my first reference to Word I preceded it by "e.g.", implying
> the same thereafter.
Dont you feel using Word (Windows only non programmers editor) was a
little far fetched considering the plethora of cross platform
programmers editors including and not limited to emacs and vi? Never
mind eclipse etc as well as all the FOSS Gnu/Linux stuff like gedit etc?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: "like other editors" [
2011-10-03 16:02 ` "like other editors" [ Richard Riley
@ 2011-10-03 20:39 ` ken
0 siblings, 0 replies; 9+ messages in thread
From: ken @ 2011-10-03 20:39 UTC (permalink / raw)
To: help-gnu-emacs
On 10/03/2011 12:02 PM Richard Riley wrote:
> ken <gebser@mousecar.com> writes:
>
>> On 10/03/2011 09:41 AM Suvayu Ali wrote:
>>> Hi Ken,
>>>
>>> On Mon, 03 Oct 2011 09:18:11 -0400
>>> ken <gebser@mousecar.com> wrote:
>>>
>>>> Secondly, there are places in the world where people haven't ever
>>>> used Windows; instead, their first and only experience with computers
>>>> is with Linux. What sense can it make to them that emacs' behavior
>>>> is changed simply to mimic some other editor they've never seen or
>>>> used?
>>> You wrongly assumed by modern editors I was talking about Windows
>>> editors[1],
>> No, I wasn't assuming you were talking about Word. Since you didn't say which
>> editor you were talking about, I just picked Word as a foil. If you re-read my
>> post, you'll see on my first reference to Word I preceded it by "e.g.", implying
>> the same thereafter.
>
> Dont you feel using Word (Windows only non programmers editor) was a
> little far fetched considering the plethora of cross platform
> programmers editors including and not limited to emacs and vi? Never
> mind eclipse etc as well as all the FOSS Gnu/Linux stuff like gedit etc?
You're missing the point entirely. Re-read my original post in this thread.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: "like other editors" [
2011-10-03 13:41 ` Suvayu Ali
2011-10-03 15:17 ` ken
@ 2011-10-03 16:01 ` Richard Riley
1 sibling, 0 replies; 9+ messages in thread
From: Richard Riley @ 2011-10-03 16:01 UTC (permalink / raw)
To: help-gnu-emacs
Suvayu Ali <fatkasuvayu+linux@gmail.com> writes:
> Hi Ken,
>
> On Mon, 03 Oct 2011 09:18:11 -0400
> ken <gebser@mousecar.com> wrote:
>
>> Secondly, there are places in the world where people haven't ever
>> used Windows; instead, their first and only experience with computers
>> is with Linux. What sense can it make to them that emacs' behavior
>> is changed simply to mimic some other editor they've never seen or
>> used?
>
> You wrongly assumed by modern editors I was talking about Windows
> editors[1], you can check out other FOSS editors (in fact they are
> pretty good for relatively simple use) like Geany, Kate, Gedit, Nedit
> (this is actually pretty old), text input windows of most file/web
> browsers, many GUI email clients and so on. And most of the friends I
> was trying to introduce to org-mode were *nix users already (yes there
> are non-techie people using *nix, and yes they made the decision
> without any "friendly help" guiding them in that direction).
>
> No need to start a(n) argument/flame-war here, RMS asked users' opinion
> and I expressed myself. Don't get me wrong, I love Emacs and I couldn't
> manage to work without it. But the first day experience in Emacs is
> definitely one of my worst. My opinion was based on that experience.
I agree with you. How it became a Linux v Windows and Word v Emacs fight
I'm not quite sure.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: "like other editors" [
2011-10-03 13:18 ` "like other editors" [was: Re: Poll about proposed change in DEL (aka Backspace) and Delete] ken
2011-10-03 13:41 ` Suvayu Ali
@ 2011-10-03 16:00 ` Richard Riley
2011-10-03 17:45 ` Ian Zimmerman
2011-10-03 21:30 ` ken
1 sibling, 2 replies; 9+ messages in thread
From: Richard Riley @ 2011-10-03 16:00 UTC (permalink / raw)
To: help-gnu-emacs
ken <gebser@mousecar.com> writes:
>> [Making this change] brings default Emacs behaviour close
>> to other modern text editors. ....
>
> This is an invalid argument, more an appeal to fashion than an appeal
> to reason.
A little tongue in check but ...
Having to change common UI motions from app to app is a pain. While I
agree not all things should be embraced more recent changes like how
select, mark and clipboards work make it FAR easier for the newer
adopter : hard core users are more than able to customise back to the
1994 "standard" they prefer as the previous poster mentioned.
Always try to remember the hassles you had when embracing emacs. Only
then can you judge more dispassionately. If you have no interest in
making emacs more palatable for new users then also fine : but that
point needs to be made obvious. But many people do : hence efforts like
the starter kit and el-get and so forth.
> When switching from one application to another, we shouldn't expect the new one
> to behave just like the former one. They are different pieces of software,
> after all. When you start using different software, you should expect that it
> will operate differently. You should expect that you'll have to learn new
> things.
>
> Secondly, there are places in the world where people haven't ever used
> Windows;
Yes, but in the real world... Most people have and do. and emacs runs on
Windows. This isnt a Linux v Windows fanoi bun fight ;)
> instead, their first and only experience with computers is with Linux. What
> sense can it make to them that emacs' behavior is changed simply to mimic some
> other editor they've never seen or used?
emacs is not "Linux". Gnu/Linux has desktop editors which all share
trends virtually identically to how the Windows equivalents do in the
massive majority of cases.
>
> I think that over the long term it will trend upwards that more people's first
> and only computer experience will be with FOSS. So thinking ahead to those
> times, why should we alter the default behavior of Emacs to conform to a legacy
> editor?
Modern FOSS editors invariably conform to common desktop UI paradigms
and key strokes. Not that I advocate changing core keys necessarily.
>
> Fourth, if we apply your argument to every difference between Emacs and (e.g.)
> Word, then we end up with Emacs behaving just like Word, and there being no
> difference between Emacs and Word. Then we might as well just use
> Word. :/
But no one is suggesting Emacs is made into Word. Total Strawman.
>
> Fifth, if we change emacs to comport with Word, and if in future Word changes
> the way it handles highlighted text to way emacs does now, should emacs then
> change back again, just to (again) follow the way Word works?
Strawman now taken to far, far extremes...
Word is not an "editor" in the context of this thread. Its a wysiwig
word processor. And that said, certain wysiwig elements in emacs are VERY
popular. See LaTeX support for a start.
>
> Finally, as said at the top, the argument to follow "other modern editors" is
> nothing more than an appeal to fashion. And fashion is very
> subjective and
No it isnt. Its to follow and conform to other apps many people use and
have developed over many years too and conform to modern desktop standards.
> capricious. We should no more change emacs simply to comport with some other,
> even (currently) more popular software than you and I and all the other guys on
> this list should start dressing ourselves like the cool dudes on whatever soap
> opera is the most popular these days.
>
> Let's just talk about what makes sense.
You dont think emacs sharing certain features with much more popular
editors might be a good idea and makes sense?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: "like other editors" [
2011-10-03 16:00 ` Richard Riley
@ 2011-10-03 17:45 ` Ian Zimmerman
2011-10-03 19:27 ` Rasmus
2011-10-03 21:30 ` ken
1 sibling, 1 reply; 9+ messages in thread
From: Ian Zimmerman @ 2011-10-03 17:45 UTC (permalink / raw)
To: help-gnu-emacs
Richard> Having to change common UI motions from app to app is a
Richard> pain. While I agree not all things should be embraced more
Richard> recent changes like how select, mark and clipboards work make
Richard> it FAR easier for the newer adopter : hard core users are more
Richard> than able to customise back to the 1994 "standard" they prefer
Richard> as the previous poster mentioned.
With Emacs, this may be true (I sure hope it is, because I sense the
proposal with go through). But in general, when a package or program
decides to "embrace" we hard core users face a sad choice: retrain our
fingers to the Windows way (and yes, that _is_ what it is, if you trace
it to the source), or "customise back" and give up any new features,
because they are usually not compatible with the old interface. It
happens again and again, and I'm sick of it. Emacs has been sort of
like last bastion, and if it falls I give up computing as a passion and
approach it strictly for the money. Seriously.
Richard> Always try to remember the hassles you had when embracing
Richard> emacs. Only then can you judge more dispassionately.
I do remember that time (around 1995). I came from Windows too, and the
initial difficulties were totally worth it.
Richard> You dont think emacs sharing certain features with much more
Richard> popular editors might be a good idea and makes sense?
Emacs is different because it is first and foremost a programmer's
editor. It is true that it has acquired features for more general text
processing but it always felt those were there so the programmers didn't
have to switch to something different when they composed their emails
:-) Now this proposal would make Emacs itself into something different :-(
People who normally edit general text and only occassionally drop into
highly structured text or code are better served by a simpler editor,
IMO.
--
Ian Zimmerman
gpg public key: 1024D/C6FF61AD
fingerprint: 66DC D68F 5C1B 4D71 2EE5 BD03 8A00 786C C6FF 61AD
Rule 420: All persons more than eight miles high to leave the court.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: "like other editors" [
2011-10-03 17:45 ` Ian Zimmerman
@ 2011-10-03 19:27 ` Rasmus
0 siblings, 0 replies; 9+ messages in thread
From: Rasmus @ 2011-10-03 19:27 UTC (permalink / raw)
To: help-gnu-emacs
Ian Zimmerman <itz@buug.org> writes:
> With Emacs, this may be true (I sure hope it is, because I sense the
> proposal with go through). But in general, when a package or program
> decides to "embrace" we hard core users face a sad choice: retrain our
> fingers to the Windows way (and yes, that _is_ what it is, if you trace
> it to the source), or "customise back" and give up any new features,
> because they are usually not compatible with the old interface. It
> happens again and again, and I'm sick of it.
But in general Emacs exhibit a degree of conservatism. The hard part is
choosing the optimal degree of conservatism. With Emacs I don't see
development in branches; but the general concern is valid.
> Emacs has been sort of like last bastion, and if it falls I give up
> computing as a passion and approach it strictly for the money.
> Seriously.
There are also imitators of Emacs. For example I belive one can choose
Emacs bindings in GTK applications. Abiword supports Emacs bindings for
sure. For Firefox the keysnail extension is absolutely wonderful.
Emacs works.
> Richard> Always try to remember the hassles you had when embracing
> Richard> emacs. Only then can you judge more dispassionately.
>
> I do remember that time (around 1995). I came from Windows too, and the
> initial difficulties were totally worth it.
I am sure everyone on this list agrees. Complex software such as Emacs
is hard. Should we `dumb it down' to make it more accessible? I do not
think so, but choosing sane defaults is surely important. (I think
deleting a highlighted region by default is sane).
> Emacs is different because it is first and foremost a programmer's
> editor.
> [...]
> People who normally edit general text and only occassionally drop into
> highly structured text or code are better served by a simpler editor,
> IMO.
I disagree. Generally Emacs is a lisp machine. This enables it to be
used for all kinds of general solutions. For you programming is the
specific solution that you value the most. For me, I value being able
to edit plain text in a coherent environment, whether this plain text is
to be understood as `email', `org', `tex' or whatever. Second, I value
the possibility of integrating other process into my lisp machine,
specifically software such as R and Python. In this sense it also
becomes a programer's tool for me, but the objective is not
programming. Emacs is a specific solution to programming for some
people, but programming is not Emacs.
–Rasmus
--
Sent from my Emacs
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: "like other editors" [
2011-10-03 16:00 ` Richard Riley
2011-10-03 17:45 ` Ian Zimmerman
@ 2011-10-03 21:30 ` ken
1 sibling, 0 replies; 9+ messages in thread
From: ken @ 2011-10-03 21:30 UTC (permalink / raw)
To: help-gnu-emacs
Though it makes more sense to bottom-post and/or respond interlinearly,
most people using email top-post. So we should all start doing what
most people do. :P
So...
No, not if it's the sole criterion for changing how emacs (or any
software) works.
On 10/03/2011 12:00 PM Richard Riley wrote:
> ken <gebser@mousecar.com> writes:
>
>>> ....
>
>> Finally, as said at the top, the argument to follow "other modern editors" is
>> nothing more than an appeal to fashion. And fashion is very
>> subjective and
>
> No it isnt. Its to follow and conform to other apps many people use and
> have developed over many years too and conform to modern desktop standards.
>
>> capricious. We should no more change emacs simply to comport with some other,
>> even (currently) more popular software than you and I and all the other guys on
>> this list should start dressing ourselves like the cool dudes on whatever soap
>> opera is the most popular these days.
>>
>> Let's just talk about what makes sense.
>
> You dont think emacs sharing certain features with much more popular
> editors might be a good idea and makes sense?
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2011-10-12 8:04 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-12 8:04 ""like other editors" [" Rustom Mody
-- strict thread matches above, loose matches on Subject: below --
2011-10-05 3:46 "like other editors" [was: Re: Poll about proposed change in DEL (aka Backspace) and Delete], Rustom Mody
2011-10-05 4:04 ` "like other editors" Ian Zimmerman
[not found] <87litcvtu2.fsf@stupidchicken.com>
2011-09-30 3:42 ` Poll about proposed change in DEL (aka Backspace) and Delete Richard Stallman
2011-10-03 7:33 ` Suvayu Ali
2011-10-03 13:18 ` "like other editors" [was: Re: Poll about proposed change in DEL (aka Backspace) and Delete] ken
2011-10-03 13:41 ` Suvayu Ali
2011-10-03 15:17 ` ken
2011-10-03 16:02 ` "like other editors" [ Richard Riley
2011-10-03 20:39 ` ken
2011-10-03 16:01 ` Richard Riley
2011-10-03 16:00 ` Richard Riley
2011-10-03 17:45 ` Ian Zimmerman
2011-10-03 19:27 ` Rasmus
2011-10-03 21:30 ` ken
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).