unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: David Kastrup <dak@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs 21 or snapshot?
Date: Sat, 12 May 2007 11:55:27 +0200	[thread overview]
Message-ID: <85r6pmfjsg.fsf@lola.goethe.zz> (raw)
In-Reply-To: mailman.547.1178957352.32220.help-gnu-emacs@gnu.org

Xavier Maillard <xma@gnu.org> writes:

>    > Though I concede pretest and/or even the CVS version are really good
>    > for experienced users or people with already some GNU Emacs basics.
>
>    Have you actually _tried_?
>
> Actually I am running GNU Emacs 23.x for months now and before
> that, I was using GNU Emacs 22.x so yes.

I was not talking about the unicode-2 branch (there are actually
several not-yet-merged branches around sporting a suggestive 23.x
number, so it is not clear what exactly you may be talking about).

>    >    Can you point to any area, even a single one, where the supposed
>    >    "stability" of Emacs 21.4 leads to better results than, say, the
>    >    pretest 22.0.99?
>    >
>    > I won't be able to do that since I never ever had a problem with GNU
>    > Emacs 21.x on a GNU/linux platform.
>
>    Then you are not seriously using it.
>
> What's your problem exactly ? I am using GNU Emacs for all sort
> of stuff going from source code editing to listening to music so
> I am a hard long-term GNU Emacs user and I *do really* use it
> very seriously. And yes, I keep on saying that GNU Emacs 21.x is
> really stable and I never encountered any troubles.

Cut&Paste from other applications gets very problematic as soon as you
are leaving the latin-1 realm.  utf-8 (and other encodings) are not
detected reliably.  Unification of latin characters does not work out
of the box, so when you are editing files from different origins (very
common when replying to mail), the results get inconsistent, and
search and replace also gets confused.  That's one big shortcoming.

There are quite a few additions for new users: new default settings,
language-specific tutorials offered as help.  Emacs has full-quality
support for Windows and MacOSX Carbon, also for Gtk+.  The Emacs Lisp
Reference manual is included, as is an Elisp tutorial.  Files with a
size of 256MB can now be edited.

+++
** M-g is now a prefix key.
M-g g and M-g M-g run goto-line.
M-g n and M-g M-n run next-error (like C-x `).
M-g p and M-g M-p run previous-error.

Temporary transient mark mode makes it possible to work with "active
region" commands without having to enable transient-mark mode.  This
is particularly relevant in connection with mouse selections: you can,
for example, mark a region with the mouse and an immediately following
query-replace operation will be confined to that area.

Mouse wheels work out of the box.

** When Emacs prompts for file names, SPC no longer completes the file name.
This is so filenames with embedded spaces could be input without the
need to quote the space with a C-q.

** You can now follow links by clicking Mouse-1 on the link.

Auto compression mode is now the default.

Font lock mode is now enabled by default.

*** The new file-name-shadow-mode is turned ON by default, so that when
entering a file name, any prefix which Emacs will ignore is dimmed.

And so forth and so on: wagonloads of usability improvements have been
placed into Emacs, and those are likely even more important to the
beginner rather than the experienced user.

> If I was not coding modes/packages for GNU Emacs, I would have
> probably sticked to GNU Emacs 21.x, for sure.

So why would that require you to switch to non-released Emacs
versions?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

  parent reply	other threads:[~2007-05-12  9:55 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-02 12:15 Emacs 21 or snapshot? Mark Woodward
2007-05-02 18:21 ` Tom Rauchenwald
2007-05-02 21:52 ` Xavier Maillard
2007-05-03  5:52 ` Kevin Rodgers
     [not found] ` <mailman.150.1178147431.32220.help-gnu-emacs@gnu.org>
2007-05-03  9:14   ` David Kastrup
2007-05-03 20:20     ` Xavier Maillard
     [not found]     ` <mailman.197.1178228441.32220.help-gnu-emacs@gnu.org>
2007-05-03 22:24       ` David Kastrup
2007-05-05 13:28         ` Xavier Maillard
     [not found]         ` <mailman.300.1178376206.32220.help-gnu-emacs@gnu.org>
2007-05-05 14:43           ` David Kastrup
2007-05-12  6:31             ` Xavier Maillard
2007-05-12 10:53               ` Maciej Katafiasz
     [not found]               ` <mailman.556.1178967706.32220.help-gnu-emacs@gnu.org>
2007-05-12 18:51                 ` Will Parsons
2007-05-12 19:02                   ` David Kastrup
2007-05-15 18:26                     ` Will Parsons
2007-05-15 18:46                       ` Peter Dyballa
2007-05-15 18:46                       ` Lennart Borgman (gmail)
2007-05-13  3:25                   ` Giorgos Keramidas
2007-05-15 18:33                     ` Will Parsons
2007-05-15 23:39                       ` Giorgos Keramidas
     [not found]             ` <mailman.547.1178957352.32220.help-gnu-emacs@gnu.org>
2007-05-12  9:55               ` David Kastrup [this message]
     [not found]         ` <slrnf3sjbc.4ki.oudeis@isis.thalatta.eme>
2007-05-07 17:49           ` Lennart Borgman (gmail)
     [not found]           ` <mailman.374.1178560583.32220.help-gnu-emacs@gnu.org>
2007-05-10 17:09             ` Will Parsons
2007-05-11  4:56               ` Stefan Monnier
2007-05-11 17:16                 ` Will Parsons
2007-05-11  4:57               ` Stefan Monnier
2007-05-11 17:24                 ` Will Parsons
2007-05-04 12:37       ` Hadron
2007-05-04 15:01         ` Sebastian Tennant
     [not found]         ` <mailman.229.1178291246.32220.help-gnu-emacs@gnu.org>
2007-05-05  1:10           ` David Kastrup
2007-05-05 13:30         ` Xavier Maillard
2007-05-03 10:18   ` Hadron
2007-05-05  1:01 ` Mark Woodward

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=85r6pmfjsg.fsf@lola.goethe.zz \
    --to=dak@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).