* bug#36529: Docs say font-lock-mode should be on by default
@ 2019-07-06 13:44 積丹尼 Dan Jacobson
2019-07-06 14:17 ` Eli Zaretskii
2019-07-06 15:45 ` bug#36529: Bug#931497: Font-lock-mode off by default in Debian 積丹尼 Dan Jacobson
0 siblings, 2 replies; 7+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-07-06 13:44 UTC (permalink / raw)
To: 36529
(info "(emacs) Font Lock") says
Font Lock mode is enabled by default.
$ emacs -q --no-site-file
C-h v font-lock-mode
font-lock-mode is a variable defined in ‘font-core.el’.
Its value is nil
Automatically becomes buffer-local when set.
Documentation:
Non-nil if Font-Lock mode is enabled.
emacs-version "26.1"
$ apt-cache policy emacs
emacs:
Installed: 1:26.1+1-3.2
Candidate: 1:26.1+1-3.2
Version table:
*** 1:26.1+1-3.2 500
500 http://opensource.nchc.org.tw/debian unstable/main i386 Packages
100 /var/lib/dpkg/status
P.S.,
global-font-lock-mode is a variable defined in ‘font-core.el’.
Its value is nil
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#36529: Docs say font-lock-mode should be on by default
2019-07-06 13:44 bug#36529: Docs say font-lock-mode should be on by default 積丹尼 Dan Jacobson
@ 2019-07-06 14:17 ` Eli Zaretskii
2019-07-06 15:00 ` 積丹尼 Dan Jacobson
2019-07-06 15:45 ` bug#36529: Bug#931497: Font-lock-mode off by default in Debian 積丹尼 Dan Jacobson
1 sibling, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2019-07-06 14:17 UTC (permalink / raw)
To: 積丹尼 Dan Jacobson; +Cc: 36529-done
> From: 積丹尼 Dan Jacobson
> <jidanni@jidanni.org>
> Date: Sat, 06 Jul 2019 21:44:50 +0800
>
> (info "(emacs) Font Lock") says
>
> Font Lock mode is enabled by default.
>
> $ emacs -q --no-site-file
> C-h v font-lock-mode
>
> font-lock-mode is a variable defined in ‘font-core.el’.
> Its value is nil
That's fine, and isn't a bug. The buffer where you do this doesn't
support font-lock.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#36529: Docs say font-lock-mode should be on by default
2019-07-06 14:17 ` Eli Zaretskii
@ 2019-07-06 15:00 ` 積丹尼 Dan Jacobson
2019-07-06 15:13 ` Eli Zaretskii
0 siblings, 1 reply; 7+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-07-06 15:00 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 36529-done
>>>>> "EZ" == Eli Zaretskii <eliz@gnu.org> writes:
EZ> That's fine, and isn't a bug. The buffer where you do this doesn't
EZ> support font-lock.
Well do
$ emacs f.pl f.html f.c etc. etc.
They are all black and white by default!
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#36529: Docs say font-lock-mode should be on by default
2019-07-06 15:00 ` 積丹尼 Dan Jacobson
@ 2019-07-06 15:13 ` Eli Zaretskii
2019-07-06 15:21 ` 積丹尼 Dan Jacobson
0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2019-07-06 15:13 UTC (permalink / raw)
To: 積丹尼 Dan Jacobson; +Cc: 36529
> From: 積丹尼 Dan Jacobson <jidanni@jidanni.org>
> Cc: 36529-done@debbugs.gnu.org
> Date: Sat, 06 Jul 2019 23:00:16 +0800
>
> >>>>> "EZ" == Eli Zaretskii <eliz@gnu.org> writes:
>
> EZ> That's fine, and isn't a bug. The buffer where you do this doesn't
> EZ> support font-lock.
>
> Well do
> $ emacs f.pl f.html f.c etc. etc.
> They are all black and white by default!
Not here, they aren't. Does this happen with "emacs -Q"?
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#36529: Docs say font-lock-mode should be on by default
2019-07-06 15:13 ` Eli Zaretskii
@ 2019-07-06 15:21 ` 積丹尼 Dan Jacobson
2019-07-06 15:40 ` Eli Zaretskii
0 siblings, 1 reply; 7+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-07-06 15:21 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 36529
EZ> Not here, they aren't. Does this happen with "emacs -Q"?
$ emacs -q -Q index.html etc.
All just black and white.
Have to do M-x font-lock-mode
so see any colors, here with Debian's 26.1.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#36529: Docs say font-lock-mode should be on by default
2019-07-06 15:21 ` 積丹尼 Dan Jacobson
@ 2019-07-06 15:40 ` Eli Zaretskii
0 siblings, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2019-07-06 15:40 UTC (permalink / raw)
To: 積丹尼 Dan Jacobson; +Cc: 36529
> From: 積丹尼 Dan Jacobson <jidanni@jidanni.org>
> Cc: 36529@debbugs.gnu.org
> Date: Sat, 06 Jul 2019 23:21:54 +0800
>
> EZ> Not here, they aren't. Does this happen with "emacs -Q"?
>
> $ emacs -q -Q index.html etc.
> All just black and white.
> Have to do M-x font-lock-mode
> so see any colors, here with Debian's 26.1.
Then I suggest that you take this up with the downstream Emacs package
maintainers for Debian, because Emacs built from sources here doesn't
have that problem.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#36529: Bug#931497: Font-lock-mode off by default in Debian
2019-07-06 13:44 bug#36529: Docs say font-lock-mode should be on by default 積丹尼 Dan Jacobson
2019-07-06 14:17 ` Eli Zaretskii
@ 2019-07-06 15:45 ` 積丹尼 Dan Jacobson
1 sibling, 0 replies; 7+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-07-06 15:45 UTC (permalink / raw)
To: submit; +Cc: 36529
Package: emacs-gtk
Version: 1:26.1+1-3.2
File: /usr/bin/emacs-gtk
X-Debbugs-Cc: Eli Zaretskii <eliz@gnu.org>, 36529@debbugs.gnu.org
>>>>> "EZ" == Eli Zaretskii <eliz@gnu.org> writes:
>> $ emacs -q -Q index.html etc.
>> All just black and white.
>> Have to do M-x font-lock-mode
>> so see any colors, here with Debian's 26.1.
EZ> Then I suggest that you take this up with the downstream Emacs package
EZ> maintainers for Debian, because Emacs built from sources here doesn't
EZ> have that problem.
OK. Sending report to Debian.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-07-06 15:45 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-06 13:44 bug#36529: Docs say font-lock-mode should be on by default 積丹尼 Dan Jacobson
2019-07-06 14:17 ` Eli Zaretskii
2019-07-06 15:00 ` 積丹尼 Dan Jacobson
2019-07-06 15:13 ` Eli Zaretskii
2019-07-06 15:21 ` 積丹尼 Dan Jacobson
2019-07-06 15:40 ` Eli Zaretskii
2019-07-06 15:45 ` bug#36529: Bug#931497: Font-lock-mode off by default in Debian 積丹尼 Dan Jacobson
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.