GNU bug report logs - #38451
27.0.50; CEDET: file names in info pages are not correct

Previous Next

Package: emacs;

Reported by: Fredrik Nyqvist <fredn <at> posteo.net>

Date: Sun, 1 Dec 2019 22:10:01 UTC

Severity: normal

Found in version 27.0.50

Done: Eli Zaretskii <eliz <at> gnu.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 38451 in the body.
You can then email your comments to 38451 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#38451; Package emacs. (Sun, 01 Dec 2019 22:10:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Fredrik Nyqvist <fredn <at> posteo.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 01 Dec 2019 22:10:01 GMT) Full text and rfc822 format available.

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

From: Fredrik Nyqvist <fredn <at> posteo.net>
To: bug-gnu-emacs <at> gnu.org
Subject: 27.0.50; CEDET: file names in info pages are not correct
Date: Sun, 01 Dec 2019 22:31:48 +0100
1. emacs -Q
2. C-h i d m Semantic
3. Go to the section called "Semantic Internals"
4. Now go to any section subsection (e.g. "Parser code")
5. File names listed here does not correspond with what is in the emacs repo
under lisp/cedet/semantic/

Example:
Info page: semantic-edit.el

Repo: semantic/edit.el


In GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5)
 of 2019-12-01 built on gnu
Repository revision: 9f2145f42daab13aed5cf89fdb6a7c5579819ec0
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12004000
System Description: Debian GNU/Linux 10 (buster)

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Quit [3 times]
Making completion list...

Configured features:
XPM JPEG TIFF GIF PNG SOUND DBUS GSETTINGS GLIB NOTIFY INOTIFY
LIBSELINUX GNUTLS FREETYPE HARFBUZZ XFT ZLIB TOOLKIT_SCROLL_BARS GTK3
X11 XDBE XIM MODULES THREADS PDUMPER GMP

Important settings:
  value of $LANG: sv_SE.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  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
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs
format-spec rfc822 mml easymenu mml-sec password-cache epa derived epg
epg-config gnus-util rmail rmail-loaddefs text-property-search time-date
subr-x seq byte-opt gv bytecomp byte-compile cconv mm-decode mm-bodies
mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs
cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils
tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type
mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image
regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode
lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch
timer select scroll-bar mouse jit-lock font-lock syntax facemenu
font-core term/tty-colors frame minibuffer 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
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 dbusbind
inotify dynamic-setting system-font-setting font-render-setting
move-toolbar gtk x-toolkit x multi-tty make-network-process emacs)

Memory information:
((conses 16 44169 9763)
 (symbols 48 6009 1)
 (strings 32 15427 1313)
 (string-bytes 1 503117)
 (vectors 16 9229)
 (vector-slots 8 123866 10848)
 (floats 8 20 41)
 (intervals 56 190 0)
 (buffers 1000 12))




Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Sun, 08 Dec 2019 06:58:01 GMT) Full text and rfc822 format available.

Notification sent to Fredrik Nyqvist <fredn <at> posteo.net>:
bug acknowledged by developer. (Sun, 08 Dec 2019 06:58:02 GMT) Full text and rfc822 format available.

Message #10 received at 38451-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Fredrik Nyqvist <fredn <at> posteo.net>
Cc: 38451-done <at> debbugs.gnu.org
Subject: Re: bug#38451: 27.0.50;
 CEDET: file names in info pages are not correct
Date: Sat, 07 Dec 2019 12:12:48 +0200
> From: Fredrik Nyqvist <fredn <at> posteo.net>
> Date: Sun, 01 Dec 2019 22:31:48 +0100
> 
> 1. emacs -Q
> 2. C-h i d m Semantic
> 3. Go to the section called "Semantic Internals"
> 4. Now go to any section subsection (e.g. "Parser code")
> 5. File names listed here does not correspond with what is in the emacs repo
> under lisp/cedet/semantic/
> 
> Example:
> Info page: semantic-edit.el
> 
> Repo: semantic/edit.el

Thanks, fixed.




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

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

Previous Next


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