GNU bug report logs - #24780
26.0.50; describe-mode lexical-binding

Previous Next

Package: emacs;

Reported by: Andreas Röhler <andreas.roehler <at> easy-emacs.de>

Date: Mon, 24 Oct 2016 09:06:01 UTC

Severity: wishlist

Tags: fixed

Found in version 26.0.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


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

From: Stefan Kangas <stefan <at> marxist.se>
To: Alan Mackenzie <acm <at> muc.de>
Cc: Lars Ingebrigtsen <larsi <at> gnus.org>, 24780 <at> debbugs.gnu.org
Subject: Re: bug#24780: 26.0.50; describe-mode lexical-binding
Date: Tue, 11 Aug 2020 18:06:39 -0700
Alan Mackenzie <acm <at> muc.de> writes:

>> Andreas Röhler <andreas.roehler <at> easy-emacs.de> writes:
>
>>> consider it useful if `describe-mode' reports value of var
>>> `lexical-binding'.
[...]
>>> Even displaying it in mode-line might be an option.
>
>> That does sound more useful -- I often find jumping back to the start of
>> the buffer to check.
>
>> `emacs-lisp-mode' could display that somewhere in the mode line, I
>> guess?  But where?  Perhaps among the U:**- thing at the start?  Or in
>> the mode stuff?
>
>> So instead of
>
>> (Emacs-Lisp)
>
>> we'd get
>
>> (Emacs-Lisp Lexical)
>
>> when we have lexical binding in the current buffer?  Does anybody have
>> an opinion here?
>
> Yes.  "Lexical" is too long, considering its relative lack of
> importance.  Space on the mode line is precious, particularly when
> running Follow Mode.  Also, "Lexical" isn't really a minor mode, so
> shouldn't look like one.
>
> How about, instead,
>
>     (Emacs-Lisp/L)
>
> or
>
>     (Emacs-Lisp/D)

How about:

     (Emacs-Lisp)

And:

     (Emacs-Lisp/D)

This would indicate the legacy nature of dynamic binding, and gently
nudge users to move to lexical-binding.

> ?  Even that is going to be a nuisance to some people, so it really
> needs a user option to turn it off.

I wouldn't add a user option.  The correct way to get rid of the "/D",
if it bothers you, would then be to convert the code to
lexical-binding.

Best regards,
Stefan Kangas




This bug report was last modified 4 years and 287 days ago.

Previous Next


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