Mercurial > emacs
comparison man/cmdargs.texi @ 31153:49294d7cfd5b
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 24 Aug 2000 11:42:48 +0000 |
parents | 7d0a8b91a6c0 |
children | 822003181e3d |
comparison
equal
deleted
inserted
replaced
31152:fb30bcf39f12 | 31153:49294d7cfd5b |
---|---|
188 explicitly ask for a multibyte buffer or string. (Note that when Emacs | 188 explicitly ask for a multibyte buffer or string. (Note that when Emacs |
189 loads Lisp files for runnning, it normally does that in multibyte mode, | 189 loads Lisp files for runnning, it normally does that in multibyte mode, |
190 even if @samp{--unibyte} is specified; see @ref{Enabling Multibyte}.) | 190 even if @samp{--unibyte} is specified; see @ref{Enabling Multibyte}.) |
191 Setting the environment variable @env{EMACS_UNIBYTE} has the same | 191 Setting the environment variable @env{EMACS_UNIBYTE} has the same |
192 effect. | 192 effect. |
193 | |
194 The exception to the rule are Emacs Lisp files. An Emacs Lisp file that | |
195 doesn't contain the tag @samp{unibyte: t} is loaded in multibyte mode, | |
196 and thus strings created while loading will be multibyte. | |
193 | 197 |
194 @item --multibyte | 198 @item --multibyte |
195 Inhibit the effect of @env{EMACS_UNIBYTE}, so that Emacs | 199 Inhibit the effect of @env{EMACS_UNIBYTE}, so that Emacs |
196 uses multibyte characters by default, as usual. | 200 uses multibyte characters by default, as usual. |
197 @end table | 201 @end table |