From: Luc Teirlinck <teirllm@dms.auburn.edu>
Cc: emacs-devel@gnu.org
Subject: Re: (emacs)Antinews
Date: Tue, 24 Jan 2006 20:19:50 -0600 (CST) [thread overview]
Message-ID: <200601250219.k0P2JoM27363@raven.dms.auburn.edu> (raw)
In-Reply-To: <17366.53112.437328.872747@kahikatea.snap.net.nz> (message from Nick Roberts on Wed, 25 Jan 2006 14:08:08 +1300)
Nick Roberts wrote:
You pushed to disable this feature, now you're trying to remove
references to it.
There was no reference to Xterm Mouse mode in anti.texi; anti.texi
just gave the impression to describe the default behavior.
* On an xterm, Emacs provides a more convincing simulation of a text
terminal by being unable to respond to mouse-clicks on the mode-line,
header-line, or display margin.
Still same problems: no reference to Xterm Mouse mode and still seems
to describe default behavior.
Some other stuff in anti.texi seems out of date too. I propose the
following changes to anti.texi and I can install them, if desired.
===File ~/anti.texi-diff====================================
*** anti.texi 30 Oct 2005 08:25:39 -0600 1.32
--- anti.texi 24 Jan 2006 20:14:51 -0600
***************
*** 34,42 ****
onto an Emacs window, nothing will happen.
@item
! On an xterm, Emacs provides a more convincing simulation of a text
! terminal by not responding to mouse-clicks on the mode-line,
! header-line, or display margin.
@item
For simplicity, windows always have fringes. We wouldn't want to
--- 34,40 ----
onto an Emacs window, nothing will happen.
@item
! The minor mode Xterm Mouse mode is no longer available.
@item
For simplicity, windows always have fringes. We wouldn't want to
***************
*** 88,95 ****
the @code{setenv} command does not expand @samp{$} at all.
@item
! Emacs will not query you if a command accumulates too much undo
! information. If Emacs runs out of memory as a result, it will handle
this by crashing.
@item
--- 86,93 ----
the @code{setenv} command does not expand @samp{$} at all.
@item
! If a single command accumulates too much undo information, Emacs never
! discards it. If Emacs runs out of memory as a result, it will handle
this by crashing.
@item
***************
*** 131,139 ****
equivalent to typing them once. @kbd{M-h} ignores numeric arguments.
@item
! If you want to repeat a jump to a previous mark, you should supply the
! prefix argument explicitly. So, instead of typing @kbd{C-u C-SPC
! C-SPC C-SPC}, type @kbd{C-u C-SPC C-u C-SPC C-u C-SPC}.
@item
@kbd{C-@key{SPC} C-@key{SPC}} has no special meaning--it just sets the
--- 129,135 ----
equivalent to typing them once. @kbd{M-h} ignores numeric arguments.
@item
! The user option @code{set-mark-command-repeat-pop} has been removed.
@item
@kbd{C-@key{SPC} C-@key{SPC}} has no special meaning--it just sets the
***************
*** 261,267 ****
The Kmacro package has been replaced with a simple and elegant
keyboard macro system. Use @kbd{C-x (} to start a new keyboard macro,
@kbd{C-x )} to end the macro, and @kbd{C-x e} to execute the last
! macro.
@item
The Calc, CUA, GDB-UI, Ibuffer, Ido, Password, Printing, Reveal,
--- 257,264 ----
The Kmacro package has been replaced with a simple and elegant
keyboard macro system. Use @kbd{C-x (} to start a new keyboard macro,
@kbd{C-x )} to end the macro, and @kbd{C-x e} to execute the last
! macro. Use @kbd{M-x name-last-kbd-macro} to name the most recently
! defined macro.
@item
The Calc, CUA, GDB-UI, Ibuffer, Ido, Password, Printing, Reveal,
============================================================
next prev parent reply other threads:[~2006-01-25 2:19 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-25 0:09 (emacs)Antinews Luc Teirlinck
2006-01-25 1:08 ` (emacs)Antinews Nick Roberts
2006-01-25 2:19 ` Luc Teirlinck [this message]
2006-01-25 2:53 ` (emacs)Antinews Nick Roberts
2006-01-25 3:44 ` (emacs)Antinews Luc Teirlinck
2006-01-25 4:36 ` (emacs)Antinews Eli Zaretskii
2006-01-25 8:54 ` (emacs)Antinews Kim F. Storm
2006-01-25 17:52 ` (emacs)Antinews Eli Zaretskii
2006-01-25 19:47 ` (emacs)Antinews Andreas Schwab
2006-01-25 23:38 ` (emacs)Antinews Luc Teirlinck
2006-01-25 23:58 ` (emacs)Antinews Andreas Schwab
2006-01-26 0:14 ` (emacs)Antinews Luc Teirlinck
2006-01-26 4:31 ` (emacs)Antinews Eli Zaretskii
2006-01-26 1:39 ` (emacs)Antinews Miles Bader
2006-01-26 4:30 ` (emacs)Antinews Eli Zaretskii
2006-01-26 5:13 ` (emacs)Antinews Chong Yidong
2006-01-27 22:32 ` (emacs)Antinews Richard M. Stallman
2006-01-26 17:46 ` (emacs)Antinews Richard M. Stallman
2006-01-26 2:47 ` (emacs)Antinews Richard M. Stallman
2006-01-25 15:45 ` (emacs)Antinews Richard M. Stallman
2006-01-25 2:27 ` (emacs)Antinews Luc Teirlinck
2006-01-25 2:55 ` (emacs)Antinews Nick Roberts
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200601250219.k0P2JoM27363@raven.dms.auburn.edu \
--to=teirllm@dms.auburn.edu \
--cc=emacs-devel@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.
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.