GNU bug report logs - #11647
24.1; Document return value of load-source-file-function

Previous Next

Package: emacs;

Reported by: Christopher Schmidt <christopher <at> ch.ristopher.com>

Date: Fri, 8 Jun 2012 02:00:02 UTC

Severity: minor

Found in version 24.1

Done: Chong Yidong <cyd <at> gnu.org>

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: Chong Yidong <cyd <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#11647: closed (24.1; Document return value of load-source-file-function)
Date: Sat, 08 Dec 2012 03:18:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 08 Dec 2012 11:16:40 +0800
with message-id <87lid9qllz.fsf <at> gnu.org>
and subject line Re: bug#11647: 24.1; Document return value of load-source-file-function
has caused the debbugs.gnu.org bug report #11647,
regarding 24.1; Document return value of load-source-file-function
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
11647: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11647
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Schmidt <christopher <at> ch.ristopher.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.1; Document return value of load-source-file-function
Date: Fri,  8 Jun 2012 02:57:05 +0100 (BST)
[load-source-file-function.diff (text/x-diff, inline)]
=== modified file 'src/ChangeLog'
--- src/ChangeLog	2012-06-07 05:11:51 +0000
+++ src/ChangeLog	2012-06-08 01:42:27 +0000
@@ -1,3 +1,8 @@
+2012-06-08  Christopher Schmidt  <christopher <at> ch.ristopher.com>
+
+	* lread.c (syms_of_lread): Document return value of
+	load-source-file-function.
+
 2012-06-07  Paul Eggert  <eggert <at> cs.ucla.edu>
 
 	* doprnt.c (doprnt): Truncate multibyte char correctly.

=== modified file 'src/lread.c'
--- src/lread.c	2012-05-30 03:59:42 +0000
+++ src/lread.c	2012-06-08 01:53:34 +0000
@@ -4508,7 +4508,8 @@
 
   DEFVAR_LISP ("load-source-file-function", Vload_source_file_function,
 	       doc: /* Function called in `load' for loading an Emacs Lisp source file.
-This function is for doing code conversion before reading the source file.
+This function is for doing code conversion before reading the source
+file.  It should return t if the file exists and loads successfully.
 If nil, loading is done without any code conversion.
 Arguments are FULLNAME, FILE, NOERROR, NOMESSAGE, where
  FULLNAME is the full name of FILE.

[Message part 4 (text/plain, inline)]
Unfortunately I cannot get the trunk to build so the patch is untested.
It's just a doc fix, though.

        Christopher
[Message part 5 (message/rfc822, inline)]
From: Chong Yidong <cyd <at> gnu.org>
To: 11647-done <at> debbugs.gnu.org
Subject: Re: bug#11647: 24.1;
	Document return value of load-source-file-function
Date: Sat, 08 Dec 2012 11:16:40 +0800
> +2012-06-24  Christopher Schmidt  <christopher <at> ch.ristopher.com>
> +
> +	* lread.c (syms_of_lread): Doc fix (Bug#11647).
> +

Sorry for the delay.  I've now committed a tweaked version of this
patch.


This bug report was last modified 12 years and 247 days ago.

Previous Next


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