unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: "Ami Fischman" <ami@fischman.org>
Cc: emacs-devel@gnu.org
Subject: Re: mode-line-eol-desc needs to use assoc, not assq
Date: Sat, 20 Dec 2008 02:20:04 -0500	[thread overview]
Message-ID: <87d4fn71p7.fsf@cyd.mit.edu> (raw)
In-Reply-To: <9aa0cfde0812192311j60e4adcao46753f828bc6a52f@mail.gmail.com> (Ami Fischman's message of "Fri, 19 Dec 2008 23:11:31 -0800")

"Ami Fischman" <ami@fischman.org> writes:

> mode-line-eol-desc uses assq to look up desc in
> mode-line-eol-desc-cache, but the key used is computed by
> coding-system-eol-type which returns a vector sometimes.  This results
> in mode-line-eol-desc-cache growing without bounds over the lifetime
> of an emacs process.  Changing mode-line-eol-desc to use assoc instead
> of assq (so that the vectors are compared with equal and so have a
> chance of returning t) fixes this.

Checked in, thanks.




      reply	other threads:[~2008-12-20  7:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-20  7:11 mode-line-eol-desc needs to use assoc, not assq Ami Fischman
2008-12-20  7:20 ` Chong Yidong [this message]

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d4fn71p7.fsf@cyd.mit.edu \
    --to=cyd@stupidchicken.com \
    --cc=ami@fischman.org \
    --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 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).