GNU bug report logs - #14746
24.3.50; update-file-autoloads: Generate absolute paths?

Previous Next

Package: emacs;

Reported by: Jambunathan K <kjambunathan <at> gmail.com>

Date: Sat, 29 Jun 2013 03:24:02 UTC

Severity: wishlist

Found in version 24.3.50

Done: Jambunathan K <kjambunathan <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jambunathan K <kjambunathan <at> gmail.com>
Subject: bug#14746: closed (Re: bug#14746: 24.3.50; update-file-autoloads:
 Generate absolute paths?)
Date: Fri, 15 Nov 2013 04:53:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#14746: 24.3.50; update-file-autoloads: Generate absolute paths?

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 14746 <at> debbugs.gnu.org.

-- 
14746: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14746
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jambunathan K <kjambunathan <at> gmail.com>
To: 14746-done <at> debbugs.gnu.org
Subject: Re: bug#14746: 24.3.50;
 update-file-autoloads: Generate absolute paths?
Date: Fri, 15 Nov 2013 10:21:55 +0530
OP here.  Closed.

[Message part 3 (message/rfc822, inline)]
From: Jambunathan K <kjambunathan <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50; update-file-autoloads: Generate absolute paths?
Date: Sat, 29 Jun 2013 08:54:58 +0530
1. C-x C-f ~/src/private/orgmuse.el
2. M-x update-file-autoloads
   
   When prompted for the where to write, say ~/.emacs

3. Now this is what gets dumped in to .emacs.

      ,----
      | 
      | ;;;### (autoloads nil "src/private/orgmuse" "src/private/orgmuse.el"
      | ;;;;;;  (20942 20756 0 0))
      | ;;; Generated autoloads from src/private/orgmuse.el
      | 
      | (autoload 'orgmuse-edit "src/private/orgmuse" "\
      | 
      | 
      | \(fn &optional WIKINAME PAGENAME)" t nil)
      | 
      | (autoload 'orgmuse-post "src/private/orgmuse" "\
      | 
      | 
      | \(fn)" t nil)
      | 
      | ;;;***
      `----

4. Note the absence of "~" prefix.  I believe the file paths generated
   are relative.

5. Now reload emacs.

6. See that orgmuse.el is not getting loaded.  

   NOTE: I don't have a require for orgmuse in .emacs.  This was
   intentional.

Expected behaviour:

One of

1. Eithe M-x update-file-autoloads should generate absolute filepaths.
2. (autoload ...) should be accomodative of relative paths in it's arguments.
   

In GNU Emacs 24.3.50.3 (i686-pc-linux-gnu, GTK+ Version 2.20.1)
 of 2013-06-28 on debian-6.05
Bzr revision: 113214 yamaoka <at> jpl.org-20130628080321-u41m6vp30fd5efyq
Windowing system distributor `The X.Org Foundation', version 11.0.10707000
Important settings:
  value of $LANG: en_IN
  locale-coding-system: iso-latin-1-unix
  default enable-multibyte-characters: t




This bug report was last modified 11 years and 249 days ago.

Previous Next


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