GNU bug report logs - #37749
26.3; font-lock-maximum-decoration

Previous Next

Package: emacs;

Reported by: Francis Wright <f.j.wright <at> live.co.uk>

Date: Mon, 14 Oct 2019 17:12:02 UTC

Severity: normal

Tags: notabug

Found in version 26.3

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 37749 in the body.
You can then email your comments to 37749 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#37749; Package emacs. (Mon, 14 Oct 2019 17:12:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Francis Wright <f.j.wright <at> live.co.uk>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 14 Oct 2019 17:12:04 GMT) Full text and rfc822 format available.

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

From: Francis Wright <f.j.wright <at> live.co.uk>
To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>
Subject: 26.3; font-lock-maximum-decoration
Date: Mon, 14 Oct 2019 17:11:04 +0000
[Message part 1 (text/plain, inline)]
The defcustom :type code for the variable font-lock-maximum-decoration
includes the expression (const :tag "default" nil) twice.  I think that
in both cases this should be (const :tag "minimum" nil) because the
default value of font-lock-maximum-decoration is t, not nil.


In GNU Emacs 26.3 (build 1, x86_64-w64-mingw32)
of 2019-08-29 built on CIRROCUMULUS
Repository revision: 96dd0196c28bc36779584e47fffcca433c9309cd
Windowing system distributor 'Microsoft Corp.', version 10.0.17763
Recent messages:
Creating customization items...
Creating customization items ...done
Resetting customization items...done
Creating customization setup...done
To install your edits, invoke [State] and choose the Set operation
Font-Lock mode disabled in current buffer
Font-Lock mode enabled in current buffer
To install your edits, invoke [State] and choose the Set operation
Font-Lock mode disabled in current buffer
Font-Lock mode enabled in current buffer

Configured using:
'configure --without-dbus --host=x86_64-w64-mingw32
--without-compress-install 'CFLAGS=-O2 -static -g3''

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY ACL GNUTLS LIBXML2 ZLIB
TOOLKIT_SCROLL_BARS THREADS LCMS2

Important settings:
  value of $LANG: ENG
  locale-coding-system: cp1252

Major mode: Emacs-Lisp

Minor modes in effect:
  flyspell-mode: t
  show-paren-mode: t
  electric-pair-mode: t
  delete-selection-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t
  view-mode: t

Load-path shadows:
c:/Users/franc/AppData/Roaming/.emacs.d/elpa/python-0.26.1/python hides d:/emacs/emacs/share/emacs/26.3/lisp/progmodes/python

Features:
(shadow sort mail-extr emacsbug message rmc puny format-spec rfc822 mml
mml-sec epa derived epg gnus-util rmail rmail-loaddefs mm-decode
mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader
sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils
cus-edit wid-edit pp cl-print view misearch multi-isearch dired-aux
dired dired-loaddefs cl-extra eieio-opt speedbar sb-image ezimage dframe
find-func help-fns radix-tree help-mode apropos flyspell ispell paren
elec-pair delsel cus-start cus-load finder-inf info package easymenu
epg-config url-handlers url-parse auth-source cl-seq eieio eieio-core
cl-macs eieio-loaddefs password-cache url-vars seq byte-opt gv bytecomp
byte-compile cconv cl-loaddefs cl-lib time-date mule-util tooltip eldoc
electric uniquify ediff-hook vc-hooks lisp-float-type mwheel dos-w32
ls-lisp disp-table term/w32-win w32-win w32-vars term/common-win
tool-bar dnd fontset image regexp-opt fringe tabulated-list replace
newcomment text-mode elisp-mode lisp-mode prog-mode register page
menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock
font-lock syntax facemenu font-core term/tty-colors frame cl-generic
cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese composite charscript charprop
case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer
cl-preloaded nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote threads w32notify w32
lcms2 multi-tty make-network-process emacs)

Memory information:
((conses 16 176735 11803)
(symbols 48 24680 4)
(miscs 40 197 307)
(strings 32 44783 1934)
(string-bytes 1 1174024)
(vectors 16 19463)
(vector-slots 8 554657 13046)
(floats 8 75 507)
(intervals 56 8213 1696)
(buffers 992 19))
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#37749; Package emacs. (Sun, 17 Nov 2019 09:14:01 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Francis Wright <f.j.wright <at> live.co.uk>
Cc: 37749 <at> debbugs.gnu.org
Subject: Re: bug#37749: 26.3; font-lock-maximum-decoration
Date: Sun, 17 Nov 2019 10:13:32 +0100
Francis Wright <f.j.wright <at> live.co.uk> writes:

> The defcustom :type code for the variable font-lock-maximum-decoration
> includes the expression (const :tag "default" nil) twice.  I think
> that in both cases this should be (const :tag "minimum" nil) because
> the default value of font-lock-maximum-decoration is t, not nil.

The "default" in question isn't about the variable default, but this:

---
If nil, use the default decoration (typically the minimum available).
---

So I don't think this is a bug, and I'm closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) notabug. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 17 Nov 2019 09:14:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 37749 <at> debbugs.gnu.org and Francis Wright <f.j.wright <at> live.co.uk> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 17 Nov 2019 09:14:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 15 Dec 2019 12:24:07 GMT) Full text and rfc822 format available.

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

Previous Next


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