GNU bug report logs -
#12598
24.2; utf-8 codepoints in doc-strings and compression of .el and .elc files
Previous Next
Reported by: Achim Gratz <Stromeko <at> nexgo.de>
Date: Sun, 7 Oct 2012 17:46:01 UTC
Severity: normal
Tags: moreinfo
Found in version 24.2
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #62 received at 12598 <at> debbugs.gnu.org (full text, mbox):
> From: Kenichi Handa <handa <at> gnu.org>
> Date: Sat, 09 Feb 2013 14:05:50 +0900
> Cc: Stromeko <at> nexgo.de, 12598 <at> debbugs.gnu.org
>
> In article <jwvwqulebdh.fsf-monnier+bug#12598 <at> gnu.org>, Stefan Monnier <monnier <at> IRO.UMontreal.CA> writes:
>
> > I notice here that jka-compr-load is supposed to handle this case, but
> > was somehow not triggered. Maybe we should fix that part.
>
> It seems that Fload explicitly suppresses that trigger.
>
> /* If file name is magic, call the handler. */
> /* This shouldn't be necessary any more now that `openp' handles it right.
> handler = Ffind_file_name_handler (file, Qload);
> if (!NILP (handler))
> return call5 (handler, Qload, file, noerror, nomessage, nosuffix); */
>
> I don't understand the above comment (why can openp handle
> this case?)
See "bzr diff -c 39793". In that revision, the SUFFIXES argument to
openp was changed, and its handling inside openp was changed as well.
I believe the intent was to let openp call the file handler.
> and I confirmed that loading *.elc.gz works well by enabling this
> code again.
Why doesn't it work when openp calls the same handler?
This bug report was last modified 3 years and 76 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.