GNU bug report logs - #22646
help pages don't point to code

Previous Next

Package: emacs;

Reported by: Samuel Wales <samologist <at> gmail.com>

Date: Fri, 12 Feb 2016 18:14:02 UTC

Severity: normal

Fixed in version 25.1

Done: Glenn Morris <rgm <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 22646 in the body.
You can then email your comments to 22646 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#22646; Package emacs. (Fri, 12 Feb 2016 18:14:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Samuel Wales <samologist <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 12 Feb 2016 18:14:02 GMT) Full text and rfc822 format available.

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

From: Samuel Wales <samologist <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: help pages don't point to code
Date: Fri, 12 Feb 2016 11:13:37 -0700
when you do c-h f or c-h v, emacs provides a link to the source.  i have
always relied on this feature.

in my own code, i have always kept byte-compiled files in a separate
directory from the source.  this has never been a problem.

in a recent version of emacs, perhaps a recent emacs 24 minor version,
it seems that these source links no longer exist if you keep your
byte-compiled files in a separate directory from the source files.

i'd like them to exist again, without having to change the way i load my
byte-compiled files.

keeping byte-compiled files in a separate directory solves a bunch of
problems all at once that i'd rather not unsolve only to have to solve
again in different kludgey ways.

in other words, i want c-h f and c-h v to work again, the way they did
before the recent version of emacs.

i do not know why this occurs.  i just know that it stopped working.

thanks.


In GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5)
 of 2015-03-07 on trouble, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.11604000
System Description:	Debian GNU/Linux 8.3 (jessie)

Configured using:
 `configure --build x86_64-linux-gnu --prefix=/usr
 --sharedstatedir=/var/lib --libexecdir=/usr/lib
 --localstatedir=/var/lib --infodir=/usr/share/info
 --mandir=/usr/share/man --with-pop=yes
 --enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.4/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.4/site-lisp:/usr/share/emacs/site-lisp
 --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib
 --libexecdir=/usr/lib --localstatedir=/var/lib
 --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes
 --enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.4/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.4/site-lisp:/usr/share/emacs/site-lisp
 --with-x=yes --with-x-toolkit=gtk3 --with-toolkit-scroll-bars
 'CFLAGS=-g -O2 -fstack-protector-strong -Wformat
 -Werror=format-security -Wall' CPPFLAGS=-D_FORTIFY_SOURCE=2
 LDFLAGS=-Wl,-z,relro'

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

Major mode: el

Minor modes in effect:
  diff-auto-refine-mode: t
  shell-dirtrack-mode: t
  org-link-minor-mode: t
  delete-selection-mode: t
  global-undo-tree-mode: t
  undo-tree-mode: t
  ido-hacks-mode: t
  show-paren-mode: t
  type-break-query-mode: t
  type-break-mode: t
  display-time-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  auto-fill-function: do-auto-fill
  transient-mark-mode: t

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  And
ANYBODY can get it.

Denmark: free Karina Hansen NOW.




Severity set to 'wishlist' from 'normal' Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Fri, 12 Feb 2016 18:21:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22646; Package emacs. (Fri, 12 Feb 2016 18:31:02 GMT) Full text and rfc822 format available.

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

From: Drew Adams <drew.adams <at> oracle.com>
To: Samuel Wales <samologist <at> gmail.com>, 22646 <at> debbugs.gnu.org
Subject: RE: bug#22646: help pages don't point to code
Date: Fri, 12 Feb 2016 10:30:11 -0800 (PST)
Why on Earth was this bug immediately relegated to the Wishlist?

Isn't it a regression (assuming it is reproducible)?

If so, is restoring lost correct behavior just a wish now?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22646; Package emacs. (Fri, 12 Feb 2016 18:37:01 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: Samuel Wales <samologist <at> gmail.com>
Cc: 22646 <at> debbugs.gnu.org
Subject: Re: bug#22646: help pages don't point to code
Date: Fri, 12 Feb 2016 13:36:08 -0500
I didn't recall this ever working, but by experiment, seems it last
worked in 22.3.

Tested with foo.el in /tmp/source, foo.elc in /tmp/compile, PWD /tmp, and

(push (expand-file-name "source") load-path)
(push (expand-file-name "compile") load-path)
(load "foo")
C-h f foo-func




Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Tue, 16 Feb 2016 06:27:01 GMT) Full text and rfc822 format available.

Notification sent to Samuel Wales <samologist <at> gmail.com>:
bug acknowledged by developer. (Tue, 16 Feb 2016 06:27:01 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: 22646-done <at> debbugs.gnu.org
Subject: Re: bug#22646: help pages don't point to code
Date: Tue, 16 Feb 2016 01:26:10 -0500
Version: 25.1

I failed to notice that this is already fixed for the next release.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 15 Mar 2016 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 161 days ago.

Previous Next


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