From: Lawrence Mitchell <wence@gmx.li>
To: Drew Adams <drew.adams@oracle.com>
Cc: 1187@emacsbugs.donarmstrong.com
Subject: bug#1187: 23.0.60; Cannot read vline.el - invalid read syntax
Date: Fri, 17 Oct 2008 16:58:19 +0100 [thread overview]
Message-ID: <?fnord?y3h6k5c75i3o.fsf@ID-97657.user.individual.net> (raw)
In-Reply-To: <000001c9306b$8fc97bb0$0200a8c0@us.oracle.com> (Drew Adams's message of "Fri, 17 Oct 2008 08:18:06 -0700")
Hi Drew:
Drew Adams wrote:
>>> For me, the file vline.el downloaded from the above address loads
>>> successfully even without setting LANG to "C". Just a simple "C-x
>>> C-f" works and doesn't throw any errors.
>>> Either the version of vline.el Drew used is different, or something
>>> else is at work here. Drew, are you using the patched
>>> EmacsW32 binary produced by Lennart? If so, perhaps it's something
>>> that is being triggered by the patches. Or maybe something in Drew's
>>> .emacs customizations?
>> I think Drew is using the unpatched version.
> Correct.
>> And I can see this problem with both the unpatched and the patched version.
>> However there might be a misunderstanding. There is no error while
>> reading vline.el. The error comes when I do eval-buffer.
> Yes, the problem arises when I load (so, eval) the library. But
> Lawrence and Eli both mentioned loading also.
I think the problem is a bad interaction between your language
environment and the file in question.
Does the following command load vline.el successfully?
emacs -Q --eval '(let ((coding-system-for-read (quote utf-8)))
(load-file "path/to/vline.el"))'
?
For me, the above works regardless of my LANG environment
variable however:
LANG=en_US emacs -Q --eval '(load-file "path/to/vline.el")'
Loading /Home/s0198183/tmp/vline.el (source)...
Invalid read syntax: "?"
In this case, emacs uses the iso-latin-1 coding-system to open
the file and barfs when trying to read the utf-8 character in it.
Cheers,
Lawrence
--
Lawrence Mitchell <wence@gmx.li>
next prev parent reply other threads:[~2008-10-17 15:58 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <jwv3aivjkhw.fsf-monnier+emacsbugreports@gnu.org>
2008-10-16 21:22 ` bug#1187: 23.0.60; Cannot read vline.el - invalid read syntax Drew Adams
2008-10-16 23:41 ` Lennart Borgman (gmail)
2008-10-17 0:00 ` Drew Adams
2008-10-17 8:18 ` Eli Zaretskii
2008-10-17 8:36 ` Lennart Borgman (gmail)
2008-10-17 9:57 ` Eli Zaretskii
2008-10-17 8:15 ` Eli Zaretskii
2008-10-17 14:26 ` Drew Adams
2008-10-17 12:30 ` Lawrence Mitchell
2008-10-17 13:07 ` Eli Zaretskii
2008-10-17 14:40 ` Drew Adams
2008-10-17 15:53 ` Drew Adams
2008-10-17 16:04 ` Eli Zaretskii
2008-10-17 14:58 ` Lennart Borgman (gmail)
2008-10-17 15:18 ` Drew Adams
2008-10-17 15:58 ` Lawrence Mitchell [this message]
2008-10-17 16:09 ` Drew Adams
2008-10-17 16:00 ` Eli Zaretskii
2008-10-17 16:21 ` Drew Adams
2008-10-17 18:24 ` Eli Zaretskii
2008-10-20 10:28 ` Kenichi Handa
2008-10-20 10:58 ` Eli Zaretskii
2008-10-21 2:40 ` Kenichi Handa
2008-10-21 4:46 ` Drew Adams
2008-10-17 15:55 ` bug#1187: marked as done (23.0.60; Cannot read vline.el - invalid read syntax) Emacs bug Tracking System
[not found] ` <handler.1187.D1187.122425837312105.notifdone@emacsbugs.donarmstrong.com>
2008-10-17 16:48 ` bug#1187: closed by Stefan Monnier <monnier@iro.umontreal.ca> (Re: bug#1187: 23.0.60; " Drew Adams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='?fnord?y3h6k5c75i3o.fsf@ID-97657.user.individual.net' \
--to=wence@gmx.li \
--cc=1187@emacsbugs.donarmstrong.com \
--cc=drew.adams@oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).