* jka-compr + byte-compiler-base-file-name bug
@ 2005-10-10 6:32 Karl Chen
2005-10-10 23:47 ` Richard M. Stallman
0 siblings, 1 reply; 2+ messages in thread
From: Karl Chen @ 2005-10-10 6:32 UTC (permalink / raw)
Synopsis:
(byte-compiler-base-file-name "a.el.gz")
-> "a.el.gz"
Correct answer, after patch below:
(byte-compiler-base-file-name "a.el.gz")
-> "a.el"
2005-10-09 Karl Chen <quarl@cs.berkeley.edu>
* jka-cmpr-hook.el (jka-compr-handler): Fix
byte-compiler-base-file-name
--- /usr/share/emacs/22.0.50/lisp/.backup/jka-cmpr-hook.el.~1~
+++ /usr/share/emacs/22.0.50/lisp/jka-cmpr-hook.el
@@ -281,7 +281,7 @@
;;; in order to decide when to call it.
(put 'jka-compr-handler 'safe-magic t)
-(put 'jka-compr-handler 'operations '(jka-compr-byte-compiler-base-file-name
+(put 'jka-compr-handler 'operations '(byte-compiler-base-file-name
write-region insert-file-contents
file-local-copy load))
--
Karl 2005-10-09 23:27
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: jka-compr + byte-compiler-base-file-name bug
2005-10-10 6:32 jka-compr + byte-compiler-base-file-name bug Karl Chen
@ 2005-10-10 23:47 ` Richard M. Stallman
0 siblings, 0 replies; 2+ messages in thread
From: Richard M. Stallman @ 2005-10-10 23:47 UTC (permalink / raw)
Cc: emacs-devel
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-10-10 23:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-10 6:32 jka-compr + byte-compiler-base-file-name bug Karl Chen
2005-10-10 23:47 ` Richard M. Stallman
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).