all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lekktu@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: master 7b3b27e: * lisp/gnus/gnus-start.el: Use lexical-binding
Date: Mon, 23 Dec 2019 11:51:25 +0100	[thread overview]
Message-ID: <CAAeL0STfcxz1RN-1A4fzAAgghz1C1EhQpaCsn4dZWLKUS+zW6Q@mail.gmail.com> (raw)
In-Reply-To: <20191222210934.D712E212AC@vcs0.savannah.gnu.org>

[-- Attachment #1: Type: text/plain, Size: 704 bytes --]

On Sun, Dec 22, 2019 at 10:09 PM Stefan Monnier <monnier@iro.umontreal.ca>
wrote:
>
> branch: master
> commit 7b3b27eef1325b41187f2e9cc898644d5eae9ff3
> Author: Stefan Monnier <monnier@iro.umontreal.ca>
> Commit: Stefan Monnier <monnier@iro.umontreal.ca>
>
>     * lisp/gnus/gnus-start.el: Use lexical-binding

In toplevel form:
gnus/gnus-start.el:2846:1:Warning: Unused lexical variable `print-readably'

print-readably seem to be a XEmacs option. We have this, for example:

emacs-lisp/edebug.el
3711:(defvar print-readably) ; defined by lemacs
3720:   (print-readably nil)) ; lemacs uses this.

but as we've had some XEmacs-code cleanup, perhaps it's best just remove
the reference from gnus-start.el

[-- Attachment #2: Type: text/html, Size: 1073 bytes --]

       reply	other threads:[~2019-12-23 10:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20191222210933.7052.8070@vcs0.savannah.gnu.org>
     [not found] ` <20191222210934.D712E212AC@vcs0.savannah.gnu.org>
2019-12-23 10:51   ` Juanma Barranquero [this message]
2019-12-23 19:35     ` master 7b3b27e: * lisp/gnus/gnus-start.el: Use lexical-binding Lars Ingebrigtsen

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=CAAeL0STfcxz1RN-1A4fzAAgghz1C1EhQpaCsn4dZWLKUS+zW6Q@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.