emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#14746: closed (24.3.50; update-file-autoloads: Gen


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14746: closed (24.3.50; update-file-autoloads: Generate absolute paths?)
Date: Fri, 15 Nov 2013 04:53:02 +0000

Your message dated Fri, 15 Nov 2013 10:21:55 +0530
with message-id <address@hidden>
and subject line Re: bug#14746: 24.3.50; update-file-autoloads: Generate 
absolute paths?
has caused the debbugs.gnu.org bug report #14746,
regarding 24.3.50; update-file-autoloads: Generate absolute paths?
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
14746: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14746
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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 address@hidden
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#14746: 24.3.50; update-file-autoloads: Generate absolute paths? Date: Fri, 15 Nov 2013 10:21:55 +0530 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)
OP here.  Closed.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]