GNU bug report logs - #34678
26.1; (elisp) `Minor Mode Conventions'

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Wed, 27 Feb 2019 18:58:01 UTC

Severity: wishlist

Found in version 26.1

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 34678 in the body.
You can then email your comments to 34678 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#34678; Package emacs. (Wed, 27 Feb 2019 18:58:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Drew Adams <drew.adams <at> oracle.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 27 Feb 2019 18:58:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 26.1; (elisp) `Minor Mode Conventions'
Date: Wed, 27 Feb 2019 10:56:35 -0800 (PST)
At two places this node refers to the conventions for major modes, but
there is no link to the doc about major-mode conventions.  Please add a
link where one or the other reference is made.

In GNU Emacs 26.1 (build 1, x86_64-w64-mingw32)
 of 2018-05-30
Repository revision: 07f8f9bc5a51f5aa94eb099f3e15fbe0c20ea1ea
Windowing system distributor `Microsoft Corp.', version 10.0.17134
Configured using:
 `configure --without-dbus --host=x86_64-w64-mingw32
 --without-compress-install 'CFLAGS=-O2 -static -g3''




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#34678; Package emacs. (Wed, 27 Feb 2019 19:10:02 GMT) Full text and rfc822 format available.

Message #8 received at 34678 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: 34678 <at> debbugs.gnu.org
Subject: RE: bug#34678: 26.1; (elisp) `Minor Mode Conventions'
Date: Wed, 27 Feb 2019 11:09:27 -0800 (PST)
It also wouldn't hurt to add a reference to node
`Minor Mode Conventions' from node `Major Mode
Conventions'.

Perhaps add a mention in node `Major Mode Conventions'
similar to this one in (elisp) `Minor Mode Conventions':

  In addition, several major mode conventions
  apply to minor modes as well: those regarding
  the names of global symbols, the use of a hook
  at the end of the initialization function, and
  the use of keymaps and other tables.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#34678; Package emacs. (Wed, 27 Feb 2019 19:19:02 GMT) Full text and rfc822 format available.

Message #11 received at 34678 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 34678 <at> debbugs.gnu.org
Subject: Re: bug#34678: 26.1; (elisp) `Minor Mode Conventions'
Date: Wed, 27 Feb 2019 21:18:42 +0200
> Date: Wed, 27 Feb 2019 11:09:27 -0800 (PST)
> From: Drew Adams <drew.adams <at> oracle.com>
> 
> It also wouldn't hurt to add a reference to node
> `Minor Mode Conventions' from node `Major Mode
> Conventions'.
> 
> Perhaps add a mention in node `Major Mode Conventions'
> similar to this one in (elisp) `Minor Mode Conventions':
> 
>   In addition, several major mode conventions
>   apply to minor modes as well: those regarding
>   the names of global symbols, the use of a hook
>   at the end of the initialization function, and
>   the use of keymaps and other tables.

I don't see why: cross-references don't have to be symmetrical.  We
refer to another node for details of something mentioned in passage,
but that other node doesn't have to provide a cross-reference back.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#34678; Package emacs. (Wed, 27 Feb 2019 19:23:01 GMT) Full text and rfc822 format available.

Message #14 received at 34678 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Eli Zaretskii <eliz <at> gnu.org>, Drew Adams <drew.adams <at> oracle.com>
Cc: 34678 <at> debbugs.gnu.org
Subject: RE: bug#34678: 26.1; (elisp) `Minor Mode Conventions'
Date: Wed, 27 Feb 2019 11:22:40 -0800 (PST)
> > It also wouldn't hurt to add a reference to node
> > `Minor Mode Conventions' from node `Major Mode
> > Conventions'.
> >
> > Perhaps add a mention in node `Major Mode Conventions'
> > similar to this one in (elisp) `Minor Mode Conventions':
> >
> >   In addition, several major mode conventions
> >   apply to minor modes as well: those regarding
> >   the names of global symbols, the use of a hook
> >   at the end of the initialization function, and
> >   the use of keymaps and other tables.
> 
> I don't see why: cross-references don't have to be symmetrical.

Did someone say that cross-references have to be
symmetrical?

> We refer to another node for details of something mentioned in passage,
> but that other node doesn't have to provide a cross-reference back.

Did someone say that it had to?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#34678; Package emacs. (Wed, 27 Feb 2019 19:57:01 GMT) Full text and rfc822 format available.

Message #17 received at 34678 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 34678 <at> debbugs.gnu.org
Subject: Re: bug#34678: 26.1; (elisp) `Minor Mode Conventions'
Date: Wed, 27 Feb 2019 21:56:15 +0200
> Date: Wed, 27 Feb 2019 11:22:40 -0800 (PST)
> From: Drew Adams <drew.adams <at> oracle.com>
> Cc: 34678 <at> debbugs.gnu.org
> 
> > I don't see why: cross-references don't have to be symmetrical.
> 
> Did someone say that cross-references have to be
> symmetrical?
> 
> > We refer to another node for details of something mentioned in passage,
> > but that other node doesn't have to provide a cross-reference back.
> 
> Did someone say that it had to?

You went a long way towards saying that, yes.  How else to interpret
your amplification of the original report?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#34678; Package emacs. (Wed, 27 Feb 2019 20:52:01 GMT) Full text and rfc822 format available.

Message #20 received at 34678 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Eli Zaretskii <eliz <at> gnu.org>, Drew Adams <drew.adams <at> oracle.com>
Cc: 34678 <at> debbugs.gnu.org
Subject: RE: bug#34678: 26.1; (elisp) `Minor Mode Conventions'
Date: Wed, 27 Feb 2019 12:51:01 -0800 (PST)
> > > I don't see why: cross-references don't have to be symmetrical.
> >
> > Did someone say that cross-references have to be
> > symmetrical?
> >
> > > We refer to another node for details of something mentioned in
> > > passage, but that other node doesn't have to provide a
> > > cross-reference back.
> >
> > Did someone say that it had to?
> 
> You went a long way towards saying that, yes.  How else
> to interpret your amplification of the original report?

Maybe read what I write, instead of reading
between the lines?

"It also wouldn't hurt to..." and "Perhaps add a
mention..." are nothing like claiming that a cross
reference (let alone every such) from A to B _must_
be accompanied by a cross reference from B to A.

That's a straw man - no one (except you) mentioned
such a rule.





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#34678; Package emacs. (Thu, 28 Feb 2019 16:50:02 GMT) Full text and rfc822 format available.

Message #23 received at 34678 <at> debbugs.gnu.org (full text, mbox):

From: Richard Stallman <rms <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: eliz <at> gnu.org, 34678 <at> debbugs.gnu.org, drew.adams <at> oracle.com
Subject: Re: bug#34678: 26.1; (elisp) `Minor Mode Conventions'
Date: Thu, 28 Feb 2019 11:48:59 -0500
[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > > I don't see why: cross-references don't have to be symmetrical.

  > Did someone say that cross-references have to be
  > symmetrical?

That point seems to be valid, but "Did someone say that XYZ" attaches
a somewhat aggressive tone to any point.  This point could have been
stated more kindly, like this

  There's no reason for them to be symmetrical in general, but I think
  it would be good in this case to have a reference in the other direction.

On the general issue, rather than arguing with the claim that someone
disagreed, this approach agrees.  Then it leads the discussion out of
the tangent and back to the specific question at hand.

Please read https://gnu.org/philosophy/kind-communication-guidelines.html
if you haven't read it recently.

-- 
Dr Richard Stallman
President, Free Software Foundation (https://gnu.org, https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)






Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Fri, 01 Mar 2019 10:29:02 GMT) Full text and rfc822 format available.

Notification sent to Drew Adams <drew.adams <at> oracle.com>:
bug acknowledged by developer. (Fri, 01 Mar 2019 10:29:02 GMT) Full text and rfc822 format available.

Message #28 received at 34678-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 34678-done <at> debbugs.gnu.org
Subject: Re: bug#34678: 26.1; (elisp) `Minor Mode Conventions'
Date: Fri, 01 Mar 2019 12:27:40 +0200
> Date: Wed, 27 Feb 2019 10:56:35 -0800 (PST)
> From: Drew Adams <drew.adams <at> oracle.com>
> 
> At two places this node refers to the conventions for major modes, but
> there is no link to the doc about major-mode conventions.  Please add a
> link where one or the other reference is made.

Thanks, added.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#34678; Package emacs. (Sat, 02 Mar 2019 22:37:01 GMT) Full text and rfc822 format available.

Message #31 received at 34678 <at> debbugs.gnu.org (full text, mbox):

From: Noam Postavsky <npostavs <at> gmail.com>
To: Richard Stallman <rms <at> gnu.org>
Cc: eliz <at> gnu.org, 34678 <at> debbugs.gnu.org, Drew Adams <drew.adams <at> oracle.com>
Subject: Re: bug#34678: 26.1; (elisp) `Minor Mode Conventions'
Date: Sat, 02 Mar 2019 17:35:54 -0500
Richard Stallman <rms <at> gnu.org> writes:

> Please read https://gnu.org/philosophy/kind-communication-guidelines.html
> if you haven't read it recently.

The correct URL seems to be
https://www.gnu.org/philosophy/kind-communication.html




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 31 Mar 2019 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 24 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.