unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* (emacs)Antinews
@ 2006-01-25  0:09 Luc Teirlinck
  2006-01-25  1:08 ` (emacs)Antinews Nick Roberts
  0 siblings, 1 reply; 22+ messages in thread
From: Luc Teirlinck @ 2006-01-25  0:09 UTC (permalink / raw)


What is the meaning of the following paragraph in `(emacs)Antinews'?
In as far as I know, Emacs does still not (by default) respond to the
described clicks in an xterm.  Was this paragraph added in the short
period that xterm-mouse-mode was enabled by default?  I propose to
remove the paragraph.

   * 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.

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* (emacs)Antinews
  2006-01-25  0:09 (emacs)Antinews Luc Teirlinck
@ 2006-01-25  1:08 ` Nick Roberts
  2006-01-25  2:19   ` (emacs)Antinews Luc Teirlinck
  2006-01-25  2:27   ` (emacs)Antinews Luc Teirlinck
  0 siblings, 2 replies; 22+ messages in thread
From: Nick Roberts @ 2006-01-25  1:08 UTC (permalink / raw)
  Cc: emacs-devel

 > What is the meaning of the following paragraph in `(emacs)Antinews'?
 > In as far as I know, Emacs does still not (by default) respond to the
 > described clicks in an xterm.  Was this paragraph added in the short
 > period that xterm-mouse-mode was enabled by default?

Yes, I think so.

 >                                                     I propose to
 > remove the paragraph.
 > 
 >    * 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.

You pushed to disable this feature, now you're trying to remove references to
it.  There seems little point in adding features if its hard for users to find
out about them.  How about:

    * 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.

Nick

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: (emacs)Antinews
  2006-01-25  1:08 ` (emacs)Antinews Nick Roberts
@ 2006-01-25  2:19   ` Luc Teirlinck
  2006-01-25  2:53     ` (emacs)Antinews Nick Roberts
                       ` (2 more replies)
  2006-01-25  2:27   ` (emacs)Antinews Luc Teirlinck
  1 sibling, 3 replies; 22+ messages in thread
From: Luc Teirlinck @ 2006-01-25  2:19 UTC (permalink / raw)
  Cc: emacs-devel

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,
============================================================

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: (emacs)Antinews
  2006-01-25  1:08 ` (emacs)Antinews Nick Roberts
  2006-01-25  2:19   ` (emacs)Antinews Luc Teirlinck
@ 2006-01-25  2:27   ` Luc Teirlinck
  2006-01-25  2:55     ` (emacs)Antinews Nick Roberts
  1 sibling, 1 reply; 22+ messages in thread
From: Luc Teirlinck @ 2006-01-25  2:27 UTC (permalink / raw)
  Cc: emacs-devel

The info in NEWS is also outdated.  I propose the following patch,
which I can install if desired.

===File ~/NEWS-diff=========================================
*** NEWS	22 Jan 2006 17:20:24 -0600	1.1307
--- NEWS	24 Jan 2006 20:27:07 -0600	
***************
*** 1460,1468 ****
  
  ** Xterm support:
  
! ---
! *** Emacs now responds to mouse-clicks on the mode-line, header-line and
! display margin, when run in an xterm.
  
  ---
  *** Improved key bindings support when running in an xterm.
--- 1460,1469 ----
  
  ** Xterm support:
  
! +++
! *** If you enable the new minor mode Xterm Mouse mode, Emacs will
! respond to mouse-clicks on the mode-line, header-line and display
! margin, when run in an xterm.
  
  ---
  *** Improved key bindings support when running in an xterm.
============================================================

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: (emacs)Antinews
  2006-01-25  2:19   ` (emacs)Antinews Luc Teirlinck
@ 2006-01-25  2:53     ` Nick Roberts
  2006-01-25  3:44       ` (emacs)Antinews Luc Teirlinck
  2006-01-25  4:36     ` (emacs)Antinews Eli Zaretskii
  2006-01-25 15:45     ` (emacs)Antinews Richard M. Stallman
  2 siblings, 1 reply; 22+ messages in thread
From: Nick Roberts @ 2006-01-25  2:53 UTC (permalink / raw)
  Cc: emacs-devel

 >        * 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.

I disagree, to me "unable" suggests "cannot be configured".

 > 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.
 ...
 > ! The minor mode Xterm Mouse mode is no longer available.

xterm-mouse-mode is not new to Emacs 22, its just that when enabled, mouse
clicks didn't used to work in the mode-line, header-line, or display margin.

Nick

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: (emacs)Antinews
  2006-01-25  2:27   ` (emacs)Antinews Luc Teirlinck
@ 2006-01-25  2:55     ` Nick Roberts
  0 siblings, 0 replies; 22+ messages in thread
From: Nick Roberts @ 2006-01-25  2:55 UTC (permalink / raw)
  Cc: emacs-devel

 > ! +++
 > ! *** If you enable the new minor mode Xterm Mouse mode, Emacs will
 > ! respond to mouse-clicks on the mode-line, header-line and display
 > ! margin, when run in an xterm.

 ! +++
 ! *** If you enable Xterm Mouse mode, Emacs will respond to mouse-clicks
 ! on the mode-line, header-line and display margin, when run in an xterm.

Nick

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: (emacs)Antinews
  2006-01-25  2:53     ` (emacs)Antinews Nick Roberts
@ 2006-01-25  3:44       ` Luc Teirlinck
  0 siblings, 0 replies; 22+ messages in thread
From: Luc Teirlinck @ 2006-01-25  3:44 UTC (permalink / raw)
  Cc: emacs-devel

Nick Roberts wrote:

   xterm-mouse-mode is not new to Emacs 22, its just that when enabled, mouse
   clicks didn't used to work in the mode-line, header-line, or display margin.

OK, so what about:

@item
Enabling Xterm Mouse mode no longer makes Emacs respond to mouse
clicks on the mode line, header line or display margin, when run in an
xterm.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: (emacs)Antinews
  2006-01-25  2:19   ` (emacs)Antinews Luc Teirlinck
  2006-01-25  2:53     ` (emacs)Antinews Nick Roberts
@ 2006-01-25  4:36     ` Eli Zaretskii
  2006-01-25  8:54       ` (emacs)Antinews Kim F. Storm
  2006-01-25 15:45     ` (emacs)Antinews Richard M. Stallman
  2 siblings, 1 reply; 22+ messages in thread
From: Eli Zaretskii @ 2006-01-25  4:36 UTC (permalink / raw)
  Cc: nickrob, emacs-devel

> Date: Tue, 24 Jan 2006 20:19:50 -0600 (CST)
> From: Luc Teirlinck <teirllm@dms.auburn.edu>
> Cc: emacs-devel@gnu.org
> 
>   @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.

Antinews is supposed to be funny and humorous, not dead serious like
NEWS and other documentation.  This and other changes you suggest
remove almost every trace of humor from the original entries.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: (emacs)Antinews
  2006-01-25  4:36     ` (emacs)Antinews Eli Zaretskii
@ 2006-01-25  8:54       ` Kim F. Storm
  2006-01-25 17:52         ` (emacs)Antinews Eli Zaretskii
                           ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: Kim F. Storm @ 2006-01-25  8:54 UTC (permalink / raw)
  Cc: nickrob, Luc Teirlinck, emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

>>   @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.

> Antinews is supposed to be funny and humorous, not dead serious like
> NEWS and other documentation.  This and other changes you suggest
> remove almost every trace of humor from the original entries.

How about:

On an xterm, even if you enable XTerm Mouse Mode, 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.

-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: (emacs)Antinews
  2006-01-25  2:19   ` (emacs)Antinews Luc Teirlinck
  2006-01-25  2:53     ` (emacs)Antinews Nick Roberts
  2006-01-25  4:36     ` (emacs)Antinews Eli Zaretskii
@ 2006-01-25 15:45     ` Richard M. Stallman
  2 siblings, 0 replies; 22+ messages in thread
From: Richard M. Stallman @ 2006-01-25 15:45 UTC (permalink / raw)
  Cc: nickrob, emacs-devel

These changes are good, apart from the Xterm one, which may not be
entirely correct.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: (emacs)Antinews
  2006-01-25  8:54       ` (emacs)Antinews Kim F. Storm
@ 2006-01-25 17:52         ` Eli Zaretskii
  2006-01-25 19:47           ` (emacs)Antinews Andreas Schwab
  2006-01-25 23:38         ` (emacs)Antinews Luc Teirlinck
  2006-01-26  2:47         ` (emacs)Antinews Richard M. Stallman
  2 siblings, 1 reply; 22+ messages in thread
From: Eli Zaretskii @ 2006-01-25 17:52 UTC (permalink / raw)
  Cc: nickrob, teirllm, emacs-devel

> Cc: Luc Teirlinck <teirllm@dms.auburn.edu>,  nickrob@snap.net.nz,
> 	  emacs-devel@gnu.org
> From: storm@cua.dk (Kim F. Storm)
> Date: Wed, 25 Jan 2006 09:54:24 +0100
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> >>   @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.
> 
> > Antinews is supposed to be funny and humorous, not dead serious like
> > NEWS and other documentation.  This and other changes you suggest
> > remove almost every trace of humor from the original entries.
> 
> How about:
> 
> On an xterm, even if you enable XTerm Mouse Mode, 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.

Much better, IMHO.  (Did we have XTerm Mouse Mode before Emacs 22?)

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: (emacs)Antinews
  2006-01-25 17:52         ` (emacs)Antinews Eli Zaretskii
@ 2006-01-25 19:47           ` Andreas Schwab
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Schwab @ 2006-01-25 19:47 UTC (permalink / raw)
  Cc: nickrob, emacs-devel, teirllm, Kim F. Storm

Eli Zaretskii <eliz@gnu.org> writes:

> Much better, IMHO.  (Did we have XTerm Mouse Mode before Emacs 22?)

revision 1.1
date: 1995-10-09 18:08:20 +0100;  author: rms;  state: Exp;
Initial revision

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: (emacs)Antinews
  2006-01-25  8:54       ` (emacs)Antinews Kim F. Storm
  2006-01-25 17:52         ` (emacs)Antinews Eli Zaretskii
@ 2006-01-25 23:38         ` Luc Teirlinck
  2006-01-25 23:58           ` (emacs)Antinews Andreas Schwab
                             ` (3 more replies)
  2006-01-26  2:47         ` (emacs)Antinews Richard M. Stallman
  2 siblings, 4 replies; 22+ messages in thread
From: Luc Teirlinck @ 2006-01-25 23:38 UTC (permalink / raw)
  Cc: eliz, nickrob, emacs-devel

Kim Storm wrote:

   On an xterm, even if you enable XTerm Mouse Mode, 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.

I have installed this with minor changes (I lower cased "mode" in
"Xterm Mouse mode" and used "mode line" instead of "mode-line", since
these seem more standard), but I also installed the rest of my
changes, since humor is not the _only_, or not even the primary purpose
of the antinews.   Its primary purpose is to provide accurate and useful
info about differences with earlier Emacs versions.

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: (emacs)Antinews
  2006-01-25 23:38         ` (emacs)Antinews Luc Teirlinck
@ 2006-01-25 23:58           ` Andreas Schwab
  2006-01-26  0:14             ` (emacs)Antinews Luc Teirlinck
  2006-01-26  1:39           ` (emacs)Antinews Miles Bader
                             ` (2 subsequent siblings)
  3 siblings, 1 reply; 22+ messages in thread
From: Andreas Schwab @ 2006-01-25 23:58 UTC (permalink / raw)
  Cc: eliz, emacs-devel, nickrob, storm

Luc Teirlinck <teirllm@dms.auburn.edu> writes:

> Its primary purpose is to provide accurate and useful info about
> differences with earlier Emacs versions.

That's what NEWS is about.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: (emacs)Antinews
  2006-01-25 23:58           ` (emacs)Antinews Andreas Schwab
@ 2006-01-26  0:14             ` Luc Teirlinck
  2006-01-26  4:31               ` (emacs)Antinews Eli Zaretskii
  0 siblings, 1 reply; 22+ messages in thread
From: Luc Teirlinck @ 2006-01-26  0:14 UTC (permalink / raw)
  Cc: eliz, storm, nickrob, emacs-devel

Andreas Schwab wrote:

   Luc Teirlinck <teirllm@dms.auburn.edu> writes:

   > Its primary purpose is to provide accurate and useful info about
   > differences with earlier Emacs versions.

   That's what NEWS is about.

   Andreas.

The purpose of NEWS is different: it tells a user who starts out using
a new Emacs version what is new in that version.  It also aims to be
rather comprehensive (it is huge).

As I understand it, the purpose of antinews is to point out to a user
of the present version what the main difficulties could be if he has
to use an older version.  (_Having_ to use an older version is very
common for several reasons: you might not be using your own computer
and the Emacs version on that computer may not be the latest version,
or you might have to use some package that does not work with the
latest version, because of backward incompatible changes).

For instance, the current Elisp manual says about naming a keyboard macro:

  If you wish to save a keyboard macro for later use, you can give it a
  name using `C-x C-k n' (`kmacro-name-last-macro').

It is impossible to figure out from NEWS that you have to do
`M-x name-last-kbd-macro' in 21.4 and earlier, because 
`C- h n C-s name-last' fails.

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: (emacs)Antinews
  2006-01-25 23:38         ` (emacs)Antinews Luc Teirlinck
  2006-01-25 23:58           ` (emacs)Antinews Andreas Schwab
@ 2006-01-26  1:39           ` Miles Bader
  2006-01-26  4:30           ` (emacs)Antinews Eli Zaretskii
  2006-01-26 17:46           ` (emacs)Antinews Richard M. Stallman
  3 siblings, 0 replies; 22+ messages in thread
From: Miles Bader @ 2006-01-26  1:39 UTC (permalink / raw)
  Cc: eliz, emacs-devel, nickrob, storm

Luc Teirlinck <teirllm@dms.auburn.edu> writes:
>  Its primary purpose is to provide accurate and useful
> info about differences with earlier Emacs versions.

Have you ever actually read the antinews?

-miles
-- 
"I distrust a research person who is always obviously busy on a task."
   --Robert Frosch, VP, GM Research

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: (emacs)Antinews
  2006-01-25  8:54       ` (emacs)Antinews Kim F. Storm
  2006-01-25 17:52         ` (emacs)Antinews Eli Zaretskii
  2006-01-25 23:38         ` (emacs)Antinews Luc Teirlinck
@ 2006-01-26  2:47         ` Richard M. Stallman
  2 siblings, 0 replies; 22+ messages in thread
From: Richard M. Stallman @ 2006-01-26  2:47 UTC (permalink / raw)
  Cc: eliz, teirllm, nickrob, emacs-devel

    On an xterm, even if you enable XTerm Mouse Mode, 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.

That is good.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: (emacs)Antinews
  2006-01-25 23:38         ` (emacs)Antinews Luc Teirlinck
  2006-01-25 23:58           ` (emacs)Antinews Andreas Schwab
  2006-01-26  1:39           ` (emacs)Antinews Miles Bader
@ 2006-01-26  4:30           ` 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
  3 siblings, 2 replies; 22+ messages in thread
From: Eli Zaretskii @ 2006-01-26  4:30 UTC (permalink / raw)
  Cc: nickrob, emacs-devel, storm

> Date: Wed, 25 Jan 2006 17:38:14 -0600 (CST)
> From: Luc Teirlinck <teirllm@dms.auburn.edu>
> CC: eliz@gnu.org, nickrob@snap.net.nz, emacs-devel@gnu.org
> 
> I also installed the rest of my changes, since humor is not the
> _only_, or not even the primary purpose of the antinews.   Its
> primary purpose is to provide accurate and useful info about
> differences with earlier Emacs versions.

Oh, come on!  Antinews begins with this:

    For those users who live backwards in time, here is information about
    downgrading to Emacs version 21.4.

Now, if this doesn't tell that the _only_ purpose of the chapter is
humor, then I don't know what humor is.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: (emacs)Antinews
  2006-01-26  0:14             ` (emacs)Antinews Luc Teirlinck
@ 2006-01-26  4:31               ` Eli Zaretskii
  0 siblings, 0 replies; 22+ messages in thread
From: Eli Zaretskii @ 2006-01-26  4:31 UTC (permalink / raw)
  Cc: schwab, nickrob, storm, emacs-devel

> Date: Wed, 25 Jan 2006 18:14:50 -0600 (CST)
> From: Luc Teirlinck <teirllm@dms.auburn.edu>
> CC: eliz@gnu.org, emacs-devel@gnu.org, nickrob@snap.net.nz, storm@cua.dk
> 
> For instance, the current Elisp manual says about naming a keyboard macro:
> 
>   If you wish to save a keyboard macro for later use, you can give it a
>   name using `C-x C-k n' (`kmacro-name-last-macro').
> 
> It is impossible to figure out from NEWS that you have to do
> `M-x name-last-kbd-macro' in 21.4 and earlier, because 
> `C- h n C-s name-last' fails.

Then perhaps NEWS needs to be improved about this specific change,
that's all.  But it says nothing about the purpose of Antinews.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: (emacs)Antinews
  2006-01-26  4:30           ` (emacs)Antinews Eli Zaretskii
@ 2006-01-26  5:13             ` Chong Yidong
  2006-01-27 22:32             ` (emacs)Antinews Richard M. Stallman
  1 sibling, 0 replies; 22+ messages in thread
From: Chong Yidong @ 2006-01-26  5:13 UTC (permalink / raw)
  Cc: nickrob, storm, Luc Teirlinck, emacs-devel

>> I also installed the rest of my changes, since humor is not the
>> _only_, or not even the primary purpose of the antinews.   Its
>> primary purpose is to provide accurate and useful info about
>> differences with earlier Emacs versions.
>
> Oh, come on!  Antinews begins with this:
>
>     For those users who live backwards in time, here is information about
>     downgrading to Emacs version 21.4.

It may be that Luc is living backwards in time.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: (emacs)Antinews
  2006-01-25 23:38         ` (emacs)Antinews Luc Teirlinck
                             ` (2 preceding siblings ...)
  2006-01-26  4:30           ` (emacs)Antinews Eli Zaretskii
@ 2006-01-26 17:46           ` Richard M. Stallman
  3 siblings, 0 replies; 22+ messages in thread
From: Richard M. Stallman @ 2006-01-26 17:46 UTC (permalink / raw)
  Cc: eliz, emacs-devel, nickrob, storm

    changes, since humor is not the _only_, or not even the primary purpose
    of the antinews.   Its primary purpose is to provide accurate and useful
    info about differences with earlier Emacs versions.

Pretty much.  More precisely, it is meant to indicate how to use
the manual for the previous Emacs version.

However, we try to make it humorous too, and usually that does not in
any way conflict with the primary purpose.  So let's try not to lose
any humor as we correct the details.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: (emacs)Antinews
  2006-01-26  4:30           ` (emacs)Antinews Eli Zaretskii
  2006-01-26  5:13             ` (emacs)Antinews Chong Yidong
@ 2006-01-27 22:32             ` Richard M. Stallman
  1 sibling, 0 replies; 22+ messages in thread
From: Richard M. Stallman @ 2006-01-27 22:32 UTC (permalink / raw)
  Cc: nickrob, storm, teirllm, emacs-devel

	For those users who live backwards in time, here is information about
	downgrading to Emacs version 21.4.

    Now, if this doesn't tell that the _only_ purpose of the chapter is
    humor, then I don't know what humor is.

It is Ha Ha Only Serious.

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2006-01-27 22:32 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-25  0:09 (emacs)Antinews Luc Teirlinck
2006-01-25  1:08 ` (emacs)Antinews Nick Roberts
2006-01-25  2:19   ` (emacs)Antinews Luc Teirlinck
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

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).