From: don@donarmstrong.com (Emacs bug Tracking System)
To: Chong Yidong <cyd@stupidchicken.com>
Subject: bug#1297: marked as done (font-lock-keywords-case-fold-search doc and usage)
Date: Sun, 2 Nov 2008 19:05:06 -0800 [thread overview]
Message-ID: <handler.1297.D1297.122568099020522.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: 200811021556.mA2FuXo1028390@mothra.ics.uci.edu
[-- Attachment #1: Type: text/plain, Size: 860 bytes --]
Your message dated Sun, 02 Nov 2008 21:56:31 -0500
with message-id <87od0xh600.fsf@cyd.mit.edu>
and subject line Re: font-lock-keywords-case-fold-search doc and usage
has caused the Emacs bug report #1297,
regarding font-lock-keywords-case-fold-search doc and usage
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)
--
1297: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1297
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
[-- Attachment #2: Type: message/rfc822, Size: 2784 bytes --]
From: Dan Nicolaescu <dann@ics.uci.edu>
To: bug-gnu-emacs <bug-gnu-emacs@gnu.org>
Subject: font-lock-keywords-case-fold-search doc and usage
Date: Sun, 2 Nov 2008 07:56:33 -0800 (PST)
Message-ID: <200811021556.mA2FuXo1028390@mothra.ics.uci.edu>
font-lock-keywords-case-fold-search docstring should make it more clear
that font-lock-defaults erases it.
There is one victim in the tree. `lisp-mode' does:
(make-local-variable 'font-lock-keywords-case-fold-search)
(setq font-lock-keywords-case-fold-search t)
but the value of font-lock-keywords-case-fold-search in a lisp-mode
buffer is nil, that's because font-lock-defaults does a
kill-local-variable on it...
[-- Attachment #3: Type: message/rfc822, Size: 1644 bytes --]
From: Chong Yidong <cyd@stupidchicken.com>
To: Dan Nicolaescu <dann@ics.uci.edu>
Cc: 1297-done@emacsbugs.donarmstrong.com
Subject: Re: font-lock-keywords-case-fold-search doc and usage
Date: Sun, 02 Nov 2008 21:56:31 -0500
Message-ID: <87od0xh600.fsf@cyd.mit.edu>
> font-lock-keywords-case-fold-search docstring should make it more clear
> that font-lock-defaults erases it.
Okay, I changed it to make it hopefully clearer.
> There is one victim in the tree. `lisp-mode' does:
>
> (make-local-variable 'font-lock-keywords-case-fold-search)
> (setq font-lock-keywords-case-fold-search t)
>
> but the value of font-lock-keywords-case-fold-search in a lisp-mode
> buffer is nil, that's because font-lock-defaults does a
> kill-local-variable on it...
Great catch. No one has complained about this, so clearly it's OK for
font-lock-keywords-case-fold-search to be nil. I removed the bogus
8-year-old setting of font-lock-keywords-case-fold-search.
next prev parent reply other threads:[~2008-11-03 3:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <87od0xh600.fsf@cyd.mit.edu>
2008-11-02 15:56 ` bug#1297: font-lock-keywords-case-fold-search doc and usage Dan Nicolaescu
2008-11-03 3:05 ` Emacs bug Tracking System [this message]
2008-11-03 4:44 ` Dan Nicolaescu
2008-11-03 15:19 ` Chong Yidong
2008-11-04 7:22 ` Dan Nicolaescu
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=handler.1297.D1297.122568099020522.ackdone@emacsbugs.donarmstrong.com \
--to=don@donarmstrong.com \
--cc=cyd@stupidchicken.com \
/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).