Mercurial > emacs
comparison man/cmdargs.texi @ 31169:822003181e3d
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 25 Aug 2000 11:20:36 +0000 |
parents | 49294d7cfd5b |
children | df207c5f631f |
comparison
equal
deleted
inserted
replaced
31168:e54aee254198 | 31169:822003181e3d |
---|---|
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. | |
197 | 193 |
198 @item --multibyte | 194 @item --multibyte |
199 Inhibit the effect of @env{EMACS_UNIBYTE}, so that Emacs | 195 Inhibit the effect of @env{EMACS_UNIBYTE}, so that Emacs |
200 uses multibyte characters by default, as usual. | 196 uses multibyte characters by default, as usual. |
201 @end table | 197 @end table |