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: Jambunathan K <kjambunathan <at> gmail.com>
To: 14746 <at> debbugs.gnu.org
Subject: bug#14746: 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 250 days ago.

Previous Next


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