emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Carbon Emacs won't start when installed in certain paths


From: Stefan Monnier
Subject: Re: Carbon Emacs won't start when installed in certain paths
Date: Tue, 10 Apr 2007 10:36:08 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.94 (gnu/linux)

> +   /* At this moment, we still don't know how to decode the directory
> +      name.  So, we keep the bytes in multibyte form so that
> +      ENCODE_FILE correctly gets the original bytes.  */
>     Vdata_directory
> !     = Ffile_name_as_directory (string_to_multibyte
> !                            (make_unibyte_string (data_dir,
> !                                                  strlen (data_dir))));
>     Vdoc_directory
> !     = Ffile_name_as_directory (string_to_multibyte
> !                            (make_unibyte_string (doc_dir,
> !                                                  strlen (doc_dir))));

Why not just keep it in unibyte form?
  

        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]