unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Juanma Barranquero" <lekktu@gmail.com>
To: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
Cc: emacs-pretest-bug@gnu.org
Subject: Re: 23.0.60; Can't start emacs when filename contains national character
Date: Sat, 29 Mar 2008 10:34:59 +0100	[thread overview]
Message-ID: <f7ccd24b0803290234h421d7326n8f3a41d9d4a545fb@mail.gmail.com> (raw)
In-Reply-To: <47EDA753.4030107@gmail.com>

On Sat, Mar 29, 2008 at 3:20 AM, Lennart Borgman (gmail)
<lennart.borgman@gmail.com> wrote:
> When starting Emacs with "emacs -Q" it crashes if the path to ~/.emacs
>  contains a Swedish national character. Running under gdb I get the
>  following backtrace:

This is a backtrace in my system. The HOME dir was C:\año

(gdb) backtrace
#0  w32_abort () at w32fns.c:9368
#1  0x010c8a85 in multibyte_chars_in_text (ptr=0x82f932 "c:/a\361o",
nbytes=6) at character.c:616
#2  0x01022765 in make_specified_string (contents=0x82f932
"c:/a\361o", nchars=-1, nbytes=6, multibyte=1) at alloc.c:2446
#3  0x01010e63 in Fexpand_file_name (name=19162171,
default_directory=41388995) at fileio.c:1723
#4  0x0101cb46 in Ffuncall (nargs=2, args=0x82faa8) at eval.c:3028
#5  0x0115741d in Fbyte_code (bytestr=19161779, vector=19161916,
maxdepth=48) at bytecode.c:679
#6  0x0101c39a in funcall_lambda (fun=19161740, nargs=1,
arg_vector=0x82fbe4) at eval.c:3212
#7  0x0101c817 in Ffuncall (nargs=2, args=0x82fbe0) at eval.c:3071
#8  0x0115741d in Fbyte_code (bytestr=19258811, vector=19259028,
maxdepth=48) at bytecode.c:679
#9  0x0101c39a in funcall_lambda (fun=19258788, nargs=0,
arg_vector=0x82fcb0) at eval.c:3212
#10 0x0101c613 in apply_lambda (fun=19258788, args=26077185,
eval_flag=1) at eval.c:3136
#11 0x0101b8a9 in Feval (form=26826045) at eval.c:2398
#12 0x01099c8a in top_level_2 () at keyboard.c:1379
#13 0x0101afd7 in internal_condition_case (bfun=0x1099c77
<top_level_2>, handlers=26140817, hfun=0x109e88b <cmd_error>)
    at eval.c:1494
#14 0x0109dba7 in top_level_1 () at keyboard.c:1387
#15 0x0101b072 in internal_catch (tag=26136913, func=0x109db77
<top_level_1>, arg=26077185) at eval.c:1230
#16 0x0109e6a6 in command_loop () at keyboard.c:1342
#17 0x0109ea17 in recursive_edit_1 () at keyboard.c:958
#18 0x0109eb82 in Frecursive_edit () at keyboard.c:1020
#19 0x01002b01 in main (argc=8585136, argv=0xa82750) at emacs.c:1784

Lisp Backtrace:
"expand-file-name" (0x82faac)
"abbreviate-file-name" (0x82fbe4)
"normal-top-level" (0x82fcb0)
(gdb)

 Juanma

  reply	other threads:[~2008-03-29  9:34 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-29  2:20 23.0.60; Can't start emacs when filename contains national character Lennart Borgman (gmail)
2008-03-29  9:34 ` Juanma Barranquero [this message]
2008-03-29 11:23   ` Eli Zaretskii
2008-03-29 12:21     ` Sven Joachim
2008-03-29 13:01       ` Eli Zaretskii
2008-03-29 13:53         ` Eli Zaretskii
2008-03-29 14:45           ` Sven Joachim
2008-03-29 15:07             ` Eli Zaretskii
2008-03-29 15:31               ` Eli Zaretskii
2008-03-29 16:02                 ` Sven Joachim
2008-03-29 16:12                   ` Eli Zaretskii
2008-03-29 16:43                     ` Sven Joachim
2008-03-29 15:43               ` Lennart Borgman (gmail)
2008-03-29 15:53                 ` Eli Zaretskii
2008-03-29 17:55                   ` Lennart Borgman (gmail)
2008-03-29 18:35                     ` Eli Zaretskii
2008-03-29 19:15               ` Stefan Monnier
2008-03-29 19:47                 ` Eli Zaretskii
2008-03-29 20:22                   ` Stefan Monnier
2008-03-29 20:54                     ` Eli Zaretskii
2008-03-29 23:29                   ` YAMAMOTO Mitsuharu
2008-03-29 12:23     ` Andreas Schwab
2008-03-29 12:31       ` Sven Joachim
2008-03-29 13:20         ` Andreas Schwab
2008-03-29 13:54           ` Eli Zaretskii
2008-03-29 16:08             ` Andreas Schwab
2008-03-29 16:12               ` Eli Zaretskii

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=f7ccd24b0803290234h421d7326n8f3a41d9d4a545fb@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=emacs-pretest-bug@gnu.org \
    --cc=lennart.borgman@gmail.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).