1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Spelling fixes.

This commit is contained in:
Paul Eggert 2011-11-19 18:29:42 -08:00
parent 7fb18e9ef9
commit e1dbe924b5
159 changed files with 291 additions and 304 deletions

View file

@ -585,7 +585,7 @@ DIARY OF CHANGES
-- other-frame should cycle through the frames on the `current' -- other-frame should cycle through the frames on the `current'
terminal only. terminal only.
(Done, by trivially modifiying next_frame and prev_frame.) (Done, by trivially modifying next_frame and prev_frame.)
-- Support different terminal sizes. -- Support different terminal sizes.

View file

@ -254,7 +254,7 @@ See the end of the file for license conditions.
Another valuable source of information and help which should not be Another valuable source of information and help which should not be
overlooked is the various Usenet news groups dedicated to Emacs. overlooked is the various Usenet news groups dedicated to Emacs.
These are particuarly good for help with general issues which aren't These are particularly good for help with general issues which aren't
specific to the Windows port of Emacs. The main news groups to use specific to the Windows port of Emacs. The main news groups to use
for seeking help are: for seeking help are:

View file

@ -4546,7 +4546,7 @@ you may prefer to use a different one for a given image type (which
@c FIXME how is this priority determined? @c FIXME how is this priority determined?
loader will be used in practice depends on the priority of the loaders). loader will be used in practice depends on the priority of the loaders).
@c FIXME why are these uppercase when image-types is lower-case? @c FIXME why are these uppercase when image-types is lower-case?
@c FIXME what are the possibe options? Are these actually file extensions? @c FIXME what are the possible options? Are these actually file extensions?
For example, if you never want to use the ImageMagick loader to use For example, if you never want to use the ImageMagick loader to use
JPEG files, add @code{JPG} to this list. JPEG files, add @code{JPG} to this list.

View file

@ -953,7 +953,7 @@ variable, Emacs uses the latter. By default,
The @code{alpha} frame parameter can also be a cons cell The @code{alpha} frame parameter can also be a cons cell
@code{(@samp{active} . @samp{inactive})}, where @samp{active} is the @code{(@samp{active} . @samp{inactive})}, where @samp{active} is the
opacity of the frame when it is selected, and @samp{inactive} is the opacity of the frame when it is selected, and @samp{inactive} is the
opactity when it is not selected. opacity when it is not selected.
@end table @end table
The following frame parameters are semi-obsolete in that they are The following frame parameters are semi-obsolete in that they are

View file

@ -529,7 +529,6 @@ pointer'
pointm pointm
pos pos
preallocate preallocate
predicale
preload preload
prepend prepend
prepended prepended

View file

@ -156,7 +156,7 @@ the point is normally left after that skeleton is inserted (@pxref{Using
Skeletons}). The point (@pxref{(emacs)Point}) is left at the next Skeletons}). The point (@pxref{(emacs)Point}) is left at the next
interesting spot in the skeleton instead. interesting spot in the skeleton instead.
A negative prefix means to do something similar with that many precedingly A negative prefix means to do something similar with that many previously
marked interregions (@pxref{(emacs)Mark}). In the simplest case, if you type marked interregions (@pxref{(emacs)Mark}). In the simplest case, if you type
@kbd{M--} just before issuing the skeleton command, that will wrap the @kbd{M--} just before issuing the skeleton command, that will wrap the
skeleton around the current region, just like a positive argument would have skeleton around the current region, just like a positive argument would have

View file

@ -10666,7 +10666,7 @@ and displayed in any radix just like integers and fractions. Since a
float that is entered in a radix other that 10 will be converted to float that is entered in a radix other that 10 will be converted to
decimal, the number that Calc stores may not be exactly the number that decimal, the number that Calc stores may not be exactly the number that
was entered, it will be the closest decimal approximation given the was entered, it will be the closest decimal approximation given the
current precison. The notation @samp{@var{radix}#@var{ddd}.@var{ddd}} current precision. The notation @samp{@var{radix}#@var{ddd}.@var{ddd}}
is a floating-point number whose digits are in the specified radix. is a floating-point number whose digits are in the specified radix.
Note that the @samp{.} is more aptly referred to as a ``radix point'' Note that the @samp{.} is more aptly referred to as a ``radix point''
than as a decimal point in this case. The number @samp{8#123.4567} is than as a decimal point in this case. The number @samp{8#123.4567} is

View file

@ -107,7 +107,7 @@ EasyPG is included in Emacs 23 and available separately as well.
@itemize @bullet @itemize @bullet
@item @item
Symbols like @code{gcc-self} now has the same presedence rules in Symbols like @code{gcc-self} now has the same precedence rules in
@code{gnus-parameters} as other ``real'' variables: The last match @code{gnus-parameters} as other ``real'' variables: The last match
wins instead of the first match. wins instead of the first match.

View file

@ -21228,7 +21228,7 @@ features (inspired by the Google search input language):
AND, OR, and NOT are supported, and parentheses can be used to control AND, OR, and NOT are supported, and parentheses can be used to control
operator precedence, e.g. (emacs OR xemacs) AND linux. Note that operator precedence, e.g. (emacs OR xemacs) AND linux. Note that
operators must be written with all capital letters to be operators must be written with all capital letters to be
recognised. Also preceding a term with a - sign is equivalent to NOT recognized. Also preceding a term with a - sign is equivalent to NOT
term. term.
@item Automatic AND queries @item Automatic AND queries
@ -21273,7 +21273,7 @@ Gmane queries follow a simple query language:
AND, OR, NOT (or AND NOT), and XOR are supported, and brackets can be AND, OR, NOT (or AND NOT), and XOR are supported, and brackets can be
used to control operator precedence, e.g. (emacs OR xemacs) AND linux. used to control operator precedence, e.g. (emacs OR xemacs) AND linux.
Note that operators must be written with all capital letters to be Note that operators must be written with all capital letters to be
recognised. recognized.
@item Required and excluded terms @item Required and excluded terms
+ and - can be used to require or exclude terms, e.g. football -american + and - can be used to require or exclude terms, e.g. football -american

View file

@ -421,7 +421,7 @@ local variables, and tag lists in scope for various reasons, such as
C++ using statements. C++ using statements.
@item semanticdb-typecache.el @item semanticdb-typecache.el
The typecache is part of @code{semanticdb}, but is used primarilly by The typecache is part of @code{semanticdb}, but is used primarily by
the analyzer to look up datatypes and complex names. The typecache is the analyzer to look up datatypes and complex names. The typecache is
bound across source files and builds a master lookup table for data bound across source files and builds a master lookup table for data
type names. type names.

View file

@ -3180,7 +3180,7 @@ names:
'("^/xy" . "@trampfn{ssh, news, news.my.domain, /opt/news/etc/}")) '("^/xy" . "@trampfn{ssh, news, news.my.domain, /opt/news/etc/}"))
@end lisp @end lisp
This shortens the file openening command to @kbd{C-x C-f /xy This shortens the file opening command to @kbd{C-x C-f /xy
@key{RET}}. The disadvantage is, again, that you cannot edit the file @key{RET}}. The disadvantage is, again, that you cannot edit the file
name, because the expansion happens after entering the file name only. name, because the expansion happens after entering the file name only.

View file

@ -1279,7 +1279,7 @@ in XEmacs.
** The module system has again changed a lot. You can now customize ** The module system has again changed a lot. You can now customize
the variable `erc-modules' and define once and for all which the variable `erc-modules' and define once and for all which
extension modules you want to use. This unfortunately may require extension modules you want to use. This unfortunately may require
you to change your current erc initialisation code a bit, if you you to change your current erc initialization code a bit, if you
have some existing customizations. On the other hand, this change have some existing customizations. On the other hand, this change
makes the configuration of extension modules a lot easier for new makes the configuration of extension modules a lot easier for new
users. In theory, you should be able to configure all aspects of users. In theory, you should be able to configure all aspects of

View file

@ -519,7 +519,7 @@ exist to customize these feature for different Lisp implementations.
** C-x p now disabled. ** C-x p now disabled.
The command C-x p, a nonrecomended command which narrows to the current The command C-x p, a nonrecommended command which narrows to the current
page, is now initially disabled like C-x n. page, is now initially disabled like C-x n.
* Dealing with files. * Dealing with files.
@ -1620,4 +1620,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
Local variables: Local variables:
mode: text mode: text
end: end:

View file

@ -4288,7 +4288,7 @@ filename completion in comint mode apply, together with a variable
controlling whether to restrict possible completions to only files controlling whether to restrict possible completions to only files
that are executable (`shell-command-execonly'). that are executable (`shell-command-execonly').
The input history is initialised from the file name given in the The input history is initialized from the file name given in the
variable `shell-input-ring-file-name'--normally `.history' in your variable `shell-input-ring-file-name'--normally `.history' in your
home directory. home directory.

View file

@ -7,7 +7,7 @@
@validate (or (assistant-validate-connect-to-server server port) (y-or-n-p "Do you want to use the server anyway, although you can't confirm it's valid?")) @validate (or (assistant-validate-connect-to-server server port) (y-or-n-p "Do you want to use the server anyway, although you can't confirm it's valid?"))
@result gnus-select-method (list 'nntp server (list 'nntp-server port)) @result gnus-select-method (list 'nntp server (list 'nntp-server port))
@text @text
Usenet news is usually read from your Internet service prodider's news Usenet news is usually read from your Internet service provider's news
server. If you don't know the name of this server, contact your ISP. server. If you don't know the name of this server, contact your ISP.
As a guess, the name of the server might be news.yourisp.com. As a guess, the name of the server might be news.yourisp.com.
@ -61,4 +61,3 @@ Password: @variable{user-name}
@c End: @c End:
@c arch tag is missing @c arch tag is missing

View file

@ -81,7 +81,7 @@ template gapsomething :blank
---- ----
template inlinetext template inlinetext
"Insert text that has no nelines" "Insert text that has no newlines"
---- ----
*In the middle* *In the middle*
---- ----

View file

@ -183,7 +183,7 @@ incorrectly, as separate from the modified glyphs.")
"˚"]) ;; +Unexploded modifier U+02DA "˚"]) ;; +Unexploded modifier U+02DA
("<r>" "ʳ") ;; +Rhotacized modifier U+02B3 ("<r>" "ʳ") ;; +Rhotacized modifier U+02B3
("<w>" "ʷ") ;; +Labialized modifier U+02B7 ("<w>" "ʷ") ;; +Labialized modifier U+02B7
("<?>" "ʱ") ;; +Murmured modififer U+02B1 ("<?>" "ʱ") ;; +Murmured modifier U+02B1
("b<trl>" "ʙ") ;; Bilabial trill U+0299 ("b<trl>" "ʙ") ;; Bilabial trill U+0299
("b`" "ɓ") ;; Bilabial implosive U+0253 ("b`" "ɓ") ;; Bilabial implosive U+0253
@ -465,8 +465,8 @@ displays them, incorrectly, as separate from the modified glyphs.")
("_}" "̚") ;; No audible release U+031A ("_}" "̚") ;; No audible release U+031A
;; ` is alternatively; retroflexion in consonants ;; ` is alternatively; retroflexion in consonants
("`" "˞") ;; Rhotacization in vowels U+02DE ("`" "˞") ;; Rhotacization in vowels U+02DE
("_~" "̃") ;; Nasalisation U+0303 ("_~" "̃") ;; Nasalization U+0303
("~" "̃") ;; Nasalisation U+0303 ("~" "̃") ;; Nasalization U+0303
("_A" "̘") ;; Advanced tongue root U+0318 ("_A" "̘") ;; Advanced tongue root U+0318
("_a" "̺") ;; Apical U+033A ("_a" "̺") ;; Apical U+033A
("_B" "̏") ;; Extra low tone U+030F ("_B" "̏") ;; Extra low tone U+030F

View file

@ -2032,7 +2032,7 @@
* etags.c [ETAGS_REGEXPS]: Now is unconditionally defined. * etags.c [ETAGS_REGEXPS]: Now is unconditionally defined.
[LONG_OPTIONS]: Changed to NO_LONG_OPTIONS, which is undefined. [LONG_OPTIONS]: Changed to NO_LONG_OPTIONS, which is undefined.
(Objc_suffixes): Suggest using --lang=c for full help. (Objc_suffixes): Suggest using --lang=c for full help.
(C_entries): Initialise savetoken to 0 to shut up the compiler. (C_entries): Initialize savetoken to 0 to shut up the compiler.
2006-07-20 Andreas Schwab <schwab@suse.de> 2006-07-20 Andreas Schwab <schwab@suse.de>
@ -2738,7 +2738,7 @@
(add_regex, regex_tag_multiline, readline): Use it. (add_regex, regex_tag_multiline, readline): Use it.
(main): Free some global structures. (main): Free some global structures.
(fdesc): New member `written'. (fdesc): New member `written'.
(readline, process_file): Initialise it. (readline, process_file): Initialize it.
(put_entries): Set it. (put_entries): Set it.
(main): Use it to create entries for files without tags. (main): Use it to create entries for files without tags.
(total_size_of_entries): Do not count invalid tags. (total_size_of_entries): Do not count invalid tags.
@ -2849,7 +2849,7 @@
(find_entries): Rewind unconditionally. (find_entries): Rewind unconditionally.
(find_entries): Do not call language functions directly, now calls (find_entries): Do not call language functions directly, now calls
itself. itself.
(find_entries): Do general initialisations here. (find_entries): Do general initializations here.
(CNL_SAVE_DEFINEDEF, C_entries, LOOP_ON_INPUT_LINES, F_getit) (CNL_SAVE_DEFINEDEF, C_entries, LOOP_ON_INPUT_LINES, F_getit)
(Ada_getit, Pascal_functions, Pascal_functions) (Ada_getit, Pascal_functions, Pascal_functions)
(prolog_skip_comment): Do not do them here. (prolog_skip_comment): Do not do them here.
@ -3085,7 +3085,7 @@
(TeX_commands): Name tags. Correction of old disabled code. (TeX_commands): Name tags. Correction of old disabled code.
* etags.c (curfiledir, curtagfname): New global variables. * etags.c (curfiledir, curtagfname): New global variables.
(process_file): Initialise them. (process_file): Initialize them.
(readline): Canonicalize the name found in #line directive. (readline): Canonicalize the name found in #line directive.
2002-03-06 Jason Rumney <jasonr@gnu.org> 2002-03-06 Jason Rumney <jasonr@gnu.org>
@ -3175,7 +3175,7 @@
(L_getit): Simplify by using get_tag. (L_getit): Simplify by using get_tag.
(Perl_functions, Postscript_functions, erlang_attribute): Use the (Perl_functions, Postscript_functions, erlang_attribute): Use the
modified LOOKING_AT. modified LOOKING_AT.
(notinname): Remove '[' and added ')' to the recognised chars. (notinname): Remove '[' and added ')' to the recognized chars.
(LOOKING_AT, get_tag, PHP_functions): Use notinname. (LOOKING_AT, get_tag, PHP_functions): Use notinname.
(Ada_getit, Ada_funcs, Python_functions, Scheme_functions): (Ada_getit, Ada_funcs, Python_functions, Scheme_functions):
Clarified, using strneq or notinname. Clarified, using strneq or notinname.
@ -3242,7 +3242,7 @@
(Scheme_functions, Texinfo_nodes): Use it. (Scheme_functions, Texinfo_nodes): Use it.
(Perl_functions): Use strneq. (Perl_functions): Use strneq.
(prolog_pred): Rename to prolog_pr. (prolog_pred): Rename to prolog_pr.
(prolog_pr): Recognise Prolog rules in addition to predicates. (prolog_pr): Recognize Prolog rules in addition to predicates.
[ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent
unmodified compile, as Cygwin's regex.h is incompatible with us. unmodified compile, as Cygwin's regex.h is incompatible with us.
[!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string. [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string.
@ -3516,7 +3516,7 @@
* etags.c (enum sym_type): New label st_C_template. * etags.c (enum sym_type): New label st_C_template.
(gperf input): Use it for switching to C++ from C. (gperf input): Use it for switching to C++ from C.
(consider_token): Do it. (consider_token): Do it.
(C_entries): Initialise typdefcblev to quiet compilers. (C_entries): Initialize typdefcblev to quiet compilers.
[!HAVE_CONFIG_H] [!__STDC__]: #define static as nothing. [!HAVE_CONFIG_H] [!__STDC__]: #define static as nothing.
2001-02-22 Andrew Innes <andrewi@gnu.org> 2001-02-22 Andrew Innes <andrewi@gnu.org>
@ -3967,7 +3967,7 @@
* etags.c (C_entries, consider_token): C++ `operator' now is * etags.c (C_entries, consider_token): C++ `operator' now is
tagged in most cases. tagged in most cases.
As before, :: is not recognised if surrounded by spaces. As before, :: is not recognized if surrounded by spaces.
* etags.c (relative_filename): Account for DOS file names such * etags.c (relative_filename): Account for DOS file names such
that is impossible to make one relative to another. that is impossible to make one relative to another.
@ -4576,7 +4576,7 @@
* etags.c (C_entries): Use "." instead of "::" for Java. * etags.c (C_entries): Use "." instead of "::" for Java.
(consider_token): is_func renamed to is_func_or_var. (consider_token): is_func renamed to is_func_or_var.
(C_entries): is_func renamed to funorvar. (C_entries): is_func renamed to funorvar.
(C_entries): Initialise tok.named. (C_entries): Initialize tok.named.
(sym_type, C_stab_entry, consider_token): st_C_ignore is used to (sym_type, C_stab_entry, consider_token): st_C_ignore is used to
get rid of "import", "package" and "friend". get rid of "import", "package" and "friend".
(fvdef): Rename from funcdef. Also some constants renamed. (fvdef): Rename from funcdef. Also some constants renamed.
@ -4630,7 +4630,7 @@
(lang_names): Add Java. (lang_names): Add Java.
(sym_type): Add st_C_javastruct for Java. (sym_type): Add st_C_javastruct for Java.
(C_stab_entry): Add `extends' and `implements' keywords. (C_stab_entry): Add `extends' and `implements' keywords.
(consider_token, C_entries): Recognise Java structures. (consider_token, C_entries): Recognize Java structures.
1997-05-12 Francesco Potortì <F.Potorti@cnuce.cnr.it> 1997-05-12 Francesco Potortì <F.Potorti@cnuce.cnr.it>
@ -4678,7 +4678,7 @@
* etags.c (xnew): Add support for debugging with chkmalloc. * etags.c (xnew): Add support for debugging with chkmalloc.
(error): Use this instead of printf whenever possible. (error): Use this instead of printf whenever possible.
(main): Only call xnew after having initialised progname. (main): Only call xnew after having initialized progname.
(substitute): Bad memory corruption error corrected. (substitute): Bad memory corruption error corrected.
1997-04-08 Francesco Potortì <F.Potorti@cnuce.cnr.it> 1997-04-08 Francesco Potortì <F.Potorti@cnuce.cnr.it>
@ -5596,8 +5596,8 @@
1995-02-22 Francesco Potortì (pot@cnuce.cnr.it) 1995-02-22 Francesco Potortì (pot@cnuce.cnr.it)
* etags.c (C_entries): token_saved removed. Initialise tok.valid and * etags.c (C_entries): token_saved removed. Initialize tok.valid and
savetok.valid. Mark token as valid when it is initialised. savetok.valid. Mark token as valid when it is initialized.
(make_tag): Make token only if token is valid and reset validity. (make_tag): Make token only if token is valid and reset validity.
(CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved. (CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved.
(TOKEN): Add a new member: valid. (TOKEN): Add a new member: valid.
@ -5609,15 +5609,15 @@
1995-02-14 Francesco Potortì (pot@cnuce.cnr.it) 1995-02-14 Francesco Potortì (pot@cnuce.cnr.it)
* etags.c (C_entries): Initialise the new members of TOKEN. * etags.c (C_entries): Initialize the new members of TOKEN.
(C_entries): Do not allocate a new space for each token found by (C_entries): Do not allocate a new space for each token found by
consider_token. Let make_tag do that instead. consider_token. Let make_tag do that instead.
(make_tag): Since now TOKEN has memory of where it is taken from, (make_tag): Since now TOKEN has memory of where it is taken from,
this new macro substitutes both make_tag_from_new_lb and this new macro substitutes both make_tag_from_new_lb and
make_tag_from_oth_lb. All callers changed. make_tag_from_oth_lb. All callers changed.
(TOKEN): Add linepos and buffer members. (TOKEN): Add linepos and buffer members.
(main): Initialise token_str. (main): Initialize token_str.
(lang_extensions): Recognise .c++ and .h++ as C++ file suffixes. (lang_extensions): Recognize .c++ and .h++ as C++ file suffixes.
(token_str): New global variable used by C_entries. (token_str): New global variable used by C_entries.
1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu> 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
@ -5626,7 +5626,7 @@
1995-02-01 Francesco Potortì (pot@cnuce.cnr.it) 1995-02-01 Francesco Potortì (pot@cnuce.cnr.it)
* etags.c (pfnote): Initialise been_warned in the node. * etags.c (pfnote): Initialize been_warned in the node.
(C_entries): Remove a speed hack for the sake of clarity. (C_entries): Remove a speed hack for the sake of clarity.
1995-01-18 Francesco Potortì (pot@cnuce.cnr.it) 1995-01-18 Francesco Potortì (pot@cnuce.cnr.it)
@ -5911,8 +5911,8 @@
1994-09-29 Francesco Potortì (pot@cnuce.cnr.it) 1994-09-29 Francesco Potortì (pot@cnuce.cnr.it)
* etags.c (C_entries): Recognise typedef of ANSI style functions. * etags.c (C_entries): Recognize typedef of ANSI style functions.
(C_entries): Recognise #define inside a struct. (C_entries): Recognize #define inside a struct.
(C_entries): ANSI tells that preprocessor commands do not have to (C_entries): ANSI tells that preprocessor commands do not have to
start on the first column. start on the first column.
(print_help): Documentation corrected for -d and -D. (print_help): Documentation corrected for -d and -D.
@ -6026,7 +6026,7 @@
1994-07-08 Dave Love (d.love@dl.ac.uk) 1994-07-08 Dave Love (d.love@dl.ac.uk)
* etags.c (takeprec): Recognise `character*(*) function'. * etags.c (takeprec): Recognize `character*(*) function'.
1994-07-08 Francesco Potortì (pot@cnuce.cnr.it) 1994-07-08 Francesco Potortì (pot@cnuce.cnr.it)
@ -6219,7 +6219,7 @@
TeX_functions, Prolog_functions. TeX_functions, Prolog_functions.
(inf): No more a global variable. (inf): No more a global variable.
(C_entries): Take 2nd parameter `inf' instead of using the global one. (C_entries): Take 2nd parameter `inf' instead of using the global one.
(find_entries): Add the cp1 var for optimisation. (find_entries): Add the cp1 var for optimization.
(find_entries): Add more suffixes for assembler files. (find_entries): Add more suffixes for assembler files.
(Asm_funcs): Now finds labels even without an ending colon. (Asm_funcs): Now finds labels even without an ending colon.
@ -6247,7 +6247,7 @@
functions added to compute filenames in tags files. functions added to compute filenames in tags files.
(process_file): Filenames in tags file are relative to the (process_file): Filenames in tags file are relative to the
directory where the tags file is (useful with the -o option). directory where the tags file is (useful with the -o option).
(main): Initialise the outfiledir var. (main): Initialize the outfiledir var.
(TYPEDST): Add the `tignore' value. (TYPEDST): Add the `tignore' value.
(C_entries): Corrected various small bugs. (C_entries): Corrected various small bugs.
@ -6553,7 +6553,7 @@
1993-09-20 Francesco Potortì (pot@fly) 1993-09-20 Francesco Potortì (pot@fly)
* etags.c (C_entries): is_func is initialised here instead of in * etags.c (C_entries): is_func is initialized here instead of in
consider_token for the sake of the yacc rules section. consider_token for the sake of the yacc rules section.
(C_entries): Now class, struct, enum, union and typedef produce (C_entries): Now class, struct, enum, union and typedef produce
named tags. named tags.
@ -6607,7 +6607,7 @@
1993-08-04 Francesco Potortì (pot@spiff.gnu.ai.mit.edu) 1993-08-04 Francesco Potortì (pot@spiff.gnu.ai.mit.edu)
* etags.c (L_isdef, L_isquote, L_getit): Small optimisations. * etags.c (L_isdef, L_isquote, L_getit): Small optimizations.
(L_funcs): The (foo::defmumble stuff now should work. (L_funcs): The (foo::defmumble stuff now should work.
(consider_token): Function returned random value--corrected. (consider_token): Function returned random value--corrected.
(C_entries): Corrected == versus = typo. (C_entries): Corrected == versus = typo.
@ -6629,7 +6629,7 @@
(C_entries, consider_token): Make use of fignore. (C_entries, consider_token): Make use of fignore.
(consider_token): Reset funcdef when next_token_is_func: when in (consider_token): Reset funcdef when next_token_is_func: when in
ctags mode makes DEFVAR and others work better. ctags mode makes DEFVAR and others work better.
(L_isquote): Function that recognises the "(quote" string. (L_isquote): Function that recognizes the "(quote" string.
(L_getit): Ignore quoting via "'" or "(quote". Useful for defalias. (L_getit): Ignore quoting via "'" or "(quote". Useful for defalias.
1993-07-29 Paul Eggert (eggert@twinsun.com) 1993-07-29 Paul Eggert (eggert@twinsun.com)
@ -6976,7 +6976,7 @@
(TOKEN): Member linestart removed. (TOKEN): Member linestart removed.
(linepos, prev_linepos, lb1): Deleted. (linepos, prev_linepos, lb1): Deleted.
(main): Call initbuffer on lbs array instead of lb1. (main): Call initbuffer on lbs array instead of lb1.
(init): Remove the initialisation of the logical _gd array. (init): Remove the initialization of the logical _gd array.
(find_entries): A .sa suffix means assembler file. (find_entries): A .sa suffix means assembler file.
(C_create_stab): "auto", "void", "extern", "static" are st_C_typespec. (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
All C state machines rewritten. All C state machines rewritten.

View file

@ -1862,10 +1862,10 @@ find_entries (FILE *inf)
assert (parser != NULL); assert (parser != NULL);
/* Generic initialisations before reading from file. */ /* Generic initializations before reading from file. */
linebuffer_setlen (&filebuf, 0); /* reset the file buffer */ linebuffer_setlen (&filebuf, 0); /* reset the file buffer */
/* Generic initialisations before parsing file with readline. */ /* Generic initializations before parsing file with readline. */
lineno = 0; /* reset global line number */ lineno = 0; /* reset global line number */
charno = 0; /* reset global char number */ charno = 0; /* reset global char number */
linecharno = 0; /* reset global char number of line start */ linecharno = 0; /* reset global char number of line start */
@ -1895,7 +1895,7 @@ find_entries (FILE *inf)
* 4. the character, if any, immediately after NAME in LINESTART must * 4. the character, if any, immediately after NAME in LINESTART must
* also be a character in NONAM. * also be a character in NONAM.
* *
* The implementation uses the notinname() macro, which recognises the * The implementation uses the notinname() macro, which recognizes the
* characters stored in the string `nonam'. * characters stored in the string `nonam'.
* etags.el needs to use the same characters that are in NONAM. * etags.el needs to use the same characters that are in NONAM.
*/ */
@ -3057,7 +3057,7 @@ make_C_tag (int isfun)
make_tag (token_name.buffer, token_name.len, isfun, token.line, make_tag (token_name.buffer, token_name.len, isfun, token.line,
token.offset+token.length+1, token.lineno, token.linepos); token.offset+token.length+1, token.lineno, token.linepos);
else if (DEBUG) else if (DEBUG)
{ /* this branch is optimised away if !DEBUG */ { /* this branch is optimized away if !DEBUG */
make_tag (concat ("INVALID TOKEN:-->", token_name.buffer, ""), make_tag (concat ("INVALID TOKEN:-->", token_name.buffer, ""),
token_name.len + 17, isfun, token.line, token_name.len + 17, isfun, token.line,
token.offset+token.length+1, token.lineno, token.linepos); token.offset+token.length+1, token.lineno, token.linepos);
@ -3304,7 +3304,7 @@ C_entries (int c_ext, FILE *inf)
if (c == ':' && *lp == ':' && begtoken (lp[1])) if (c == ':' && *lp == ':' && begtoken (lp[1]))
/* This handles :: in the middle, /* This handles :: in the middle,
but not at the beginning of an identifier. but not at the beginning of an identifier.
Also, space-separated :: is not recognised. */ Also, space-separated :: is not recognized. */
{ {
if (c_ext & C_AUTO) /* automatic detection of C++ */ if (c_ext & C_AUTO) /* automatic detection of C++ */
c_ext = (c_ext | C_PLPL) & ~C_AUTO; c_ext = (c_ext | C_PLPL) & ~C_AUTO;
@ -5900,7 +5900,7 @@ regex_tag_multiline (void)
if (!rp->multi_line) if (!rp->multi_line)
continue; /* skip normal regexps */ continue; /* skip normal regexps */
/* Generic initialisations before parsing file from memory. */ /* Generic initializations before parsing file from memory. */
lineno = 1; /* reset global line number */ lineno = 1; /* reset global line number */
charno = 0; /* reset global char number */ charno = 0; /* reset global char number */
linecharno = 0; /* reset global char number of line start */ linecharno = 0; /* reset global char number of line start */

View file

@ -3033,7 +3033,7 @@
more people. more people.
* cus-edit.el (custom-file): When running under emacs -q, always * cus-edit.el (custom-file): When running under emacs -q, always
refuse to save the customisations, even if the .emacs file doesn't refuse to save the customizations, even if the .emacs file doesn't
exist. exist.
* info.el: Remove the `Info-beginning-of-buffer' function * info.el: Remove the `Info-beginning-of-buffer' function

View file

@ -1036,13 +1036,13 @@
2003-06-29 Nick Roberts <nick@nick.uklinux.net> 2003-06-29 Nick Roberts <nick@nick.uklinux.net>
* gdb-ui.el (gdb-display-number-end): Don't re-initialise local * gdb-ui.el (gdb-display-number-end): Don't re-initialize local
variables to preserve array slices. variables to preserve array slices.
(gdb-array-slice): Rename gdb-mouse-array-slice. (gdb-array-slice): Rename gdb-mouse-array-slice.
(gdb-array-slice): Interactive function bound to "\r" for text (gdb-array-slice): Interactive function bound to "\r" for text
terminals. terminals.
(gdb-view-source): Rename gdb-view-source-function. (gdb-view-source): Rename gdb-view-source-function.
Set uninitialised variables (defvars) to nil. Set uninitialized variables (defvars) to nil.
2003-06-29 Kai Großjohann <kai.grossjohann@gmx.net> 2003-06-29 Kai Großjohann <kai.grossjohann@gmx.net>
@ -2149,7 +2149,7 @@
2003-05-25 Kevin Ryde <user42@zip.com.au> 2003-05-25 Kevin Ryde <user42@zip.com.au>
* info-look.el (autoconf-mode setups): Recognise AH_ and AU_ entries * info-look.el (autoconf-mode setups): Recognize AH_ and AU_ entries
in "(autoconf)Autoconf Macro Index". Add "(autoconf)M4 Macro Index" in "(autoconf)Autoconf Macro Index". Add "(autoconf)M4 Macro Index"
and "(autoconf)Autotest Macro Index". Remove duplicate copy of and "(autoconf)Autotest Macro Index". Remove duplicate copy of
"(automake)Macro and Variable Index". Keep automake after all "(automake)Macro and Variable Index". Keep automake after all
@ -14917,7 +14917,7 @@
2002-05-14 Francesco Potortì <pot@gnu.org> 2002-05-14 Francesco Potortì <pot@gnu.org>
* shell.el (shell-mode): Make second part of initialisation * shell.el (shell-mode): Make second part of initialization
depend on whether comint-input-ring is empty, rather than depend depend on whether comint-input-ring is empty, rather than depend
on it being nil. on it being nil.
@ -22669,7 +22669,7 @@
Suggested by Kalle Olavi Niemitalo <kon@iki.fi>: Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
* vc-hooks.el (vc-error-occured): Backquotified. * vc-hooks.el (vc-error-occurred): Backquotified.
(vc-file-prop-obarray): Use prime length for better efficiency. (vc-file-prop-obarray): Use prime length for better efficiency.
* vc.el (vc-clear-context): Fill obarray with 0, not nil. * vc.el (vc-clear-context): Fill obarray with 0, not nil.

View file

@ -2823,7 +2823,7 @@
2007-01-01 Alan Mackenzie <acm@muc.de> 2007-01-01 Alan Mackenzie <acm@muc.de>
* progmodes/cc-engine.el (c-guess-basic-syntax, case 5N): * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
Check the format of c-state-cache is valid for an optimisation before Check the format of c-state-cache is valid for an optimization before
using it. using it.
* progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
@ -2840,11 +2840,11 @@
* progmodes/cc-cmds.el (c-context-line-break): Don't indent the * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
new line after an escaped EOL in a string. new line after an escaped EOL in a string.
* progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a * progmodes/cc-engine.el (c-forward-label): Recognize "foo:" as a
label when it directly follows "else", "do", .... label when it directly follows "else", "do", ....
* progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
angle brackets (as seen in "explicit specialisations" of C++ angle brackets (as seen in "explicit specializations" of C++
templates). templates).
* progmodes/cc-vars.el (c-indentation-style): Mention c-file-style * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
@ -2871,7 +2871,7 @@
* progmodes/cc-cmds.el (c-electric-slash): Extend the handling of * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
clean-up comment-close-slash also to work when there's a comment clean-up comment-close-slash also to work when there's a comment
terminator on the line. terminator on the line.
(c-beginning-of-defun, c-end-of-defun): Refactor and optimise (c-beginning-of-defun, c-end-of-defun): Refactor and optimize
these for large arg - only take account of top level {..}, except these for large arg - only take account of top level {..}, except
for initial and final adjustments. M-- C-M-[ae] now go to the for initial and final adjustments. M-- C-M-[ae] now go to the
right defuns when the starting point is between defuns. They use right defuns when the starting point is between defuns. They use
@ -3257,7 +3257,7 @@
2006-12-17 Alan Mackenzie <acm@muc.de> 2006-12-17 Alan Mackenzie <acm@muc.de>
* emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimize (for
speed) the case when open-paren-in-column-0-is-defun-start is nil. speed) the case when open-paren-in-column-0-is-defun-start is nil.
Based on code by Martin Rudalics. Based on code by Martin Rudalics.
@ -4124,7 +4124,7 @@
2006-11-15 Simon Marshall <simon@gnu.org> 2006-11-15 Simon Marshall <simon@gnu.org>
* progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
to recognise "T t()" as a function declaration, rather than a to recognize "T t()" as a function declaration, rather than a
variable instantiation, iff at the top-level or inside a class variable instantiation, iff at the top-level or inside a class
declaration. Suggested by Feng Li <fengli@gmail.com>. declaration. Suggested by Feng Li <fengli@gmail.com>.
@ -8722,7 +8722,7 @@
* progmodes/gdb-ui.el (gdb-same-frame): New option. * progmodes/gdb-ui.el (gdb-same-frame): New option.
(gud-old-arrow, gdb-frame-begin, gdb-printing): New variables. (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
(gdb-init-1): Initialise them. (gdb-init-1): Initialize them.
(gdb-starting): Reset gdb-printing. (gdb-starting): Reset gdb-printing.
(gdb-starting): Save value of gud-overlay-arrow-position. (gdb-starting): Save value of gud-overlay-arrow-position.
(gdb-frame-begin): Set gdb-frame-begin, gdb-printing. (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
@ -10937,7 +10937,7 @@
2006-04-10 Nick Roberts <nickrob@snap.net.nz> 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil. * progmodes/gdb-ui.el (gdb-init-1): Re-initialize gdb-main-file to nil.
(gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?). (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
(gdb-setup-windows): Put something in source window if we can't find (gdb-setup-windows): Put something in source window if we can't find
the source file. the source file.
@ -16153,7 +16153,7 @@
much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out. much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
* progmodes/cc-cmds.el: * progmodes/cc-cmds.el:
(c-ascertain-adjacent-literal): In the backwards direction, now (c-ascertain-adjacent-literal): In the backwards direction, now
recognises AWK regexp delimiters as string delimiters. recognizes AWK regexp delimiters as string delimiters.
(c-after-statement-terminator-p): Adapt for virtual semicolons; (c-after-statement-terminator-p): Adapt for virtual semicolons;
check more rigorously for "end of macro". check more rigorously for "end of macro".
(c-back-over-illiterals, c-forward-over-illiterals): Adapt for (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
@ -16280,7 +16280,7 @@
* progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
c-string-par-start/separate c-sentence-end-with-esc-eol, c-string-par-start/separate c-sentence-end-with-esc-eol,
initialised in c-setup-paragraph-variables, used in string initialized in c-setup-paragraph-variables, used in string
scanning subroutines of c-beginning-of-statement. scanning subroutines of c-beginning-of-statement.
* progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
@ -22315,7 +22315,7 @@
* ibuf-ext.el (ibuffer-auto-update-changed): * ibuf-ext.el (ibuffer-auto-update-changed):
Use `frame-or-buffer-changed-p' to check whether we need to update. Use `frame-or-buffer-changed-p' to check whether we need to update.
(ibuffer-auto-mode): Don't advise `get-buffer-create' and (ibuffer-auto-mode): Don't advise `get-buffer-create' and
`kill-buffer'. Initialise `ibuffer-auto-buffers-changed' `kill-buffer'. Initialize `ibuffer-auto-buffers-changed'
as a `frame-or-buffer-changed-p' state vector instead. as a `frame-or-buffer-changed-p' state vector instead.
2005-08-27 Romain Francoise <romain@orebokech.com> 2005-08-27 Romain Francoise <romain@orebokech.com>

View file

@ -36,7 +36,7 @@
2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br> 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* ps-print.el: Some face attributes (like :strike-through) were not * ps-print.el: Some face attributes (like :strike-through) were not
being recognised. Reported by Leo <sdl.web@gmail.com>. being recognized. Reported by Leo <sdl.web@gmail.com>.
(ps-print-version): New version 7.3.2. (ps-print-version): New version 7.3.2.
(ps-screen-to-bit-face): Fix code. Call ps-face-strikeout-p, (ps-screen-to-bit-face): Fix code. Call ps-face-strikeout-p,
ps-face-overline-p and ps-face-box-p functions. ps-face-overline-p and ps-face-box-p functions.
@ -4137,7 +4137,7 @@
2008-01-14 Alan Mackenzie <acm@muc.de> 2008-01-14 Alan Mackenzie <acm@muc.de>
* progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
call inside a struct being recognised as a K&R argument. call inside a struct being recognized as a K&R argument.
2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca> 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
@ -12544,7 +12544,7 @@
a weird set-buffer&prog1 combination. a weird set-buffer&prog1 combination.
* emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
test so as to optimise cases where the `progn's result is constant. test so as to optimize cases where the `progn's result is constant.
2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org> 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
@ -13845,7 +13845,7 @@
2007-07-24 Alan Mackenzie <acm@muc.de> 2007-07-24 Alan Mackenzie <acm@muc.de>
* emacs-lisp/bytecomp.el (byte-compile-from-buffer): * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
Initialise byte-compile-unresolved-functions before rather than Initialize byte-compile-unresolved-functions before rather than
after a compilation. after a compilation.
(byte-compile-unresolved-functions): Amplify doc string. (byte-compile-unresolved-functions): Amplify doc string.
@ -15917,7 +15917,7 @@
* help-mode.el (help-xref-forward-stack) * help-mode.el (help-xref-forward-stack)
(help-xref-stack-forward-item, help-forward-label): New variables. (help-xref-stack-forward-item, help-forward-label): New variables.
(help-forward): New button type. (help-forward): New button type.
(help-setup-xref): Initialise help-xref-forward-stack. (help-setup-xref): Initialize help-xref-forward-stack.
(help-make-xrefs): Add forward button, if appropriate. (help-make-xrefs): Add forward button, if appropriate.
(help-xref-go-back): Push item on forward stack. (help-xref-go-back): Push item on forward stack.
(help-xref-go-forward, help-go-forward): New functions. (help-xref-go-forward, help-go-forward): New functions.

View file

@ -14189,7 +14189,7 @@
2008-04-19 Nick Roberts <nickrob@snap.net.nz> 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-thread-indicator): New variable. * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
(gdb-init-1): Initialise it. (gdb-init-1): Initialize it.
(gdb-annotation-rules): New entry for "new-thread". (gdb-annotation-rules): New entry for "new-thread".
(gdb-thread-identification): New function to customize (gdb-thread-identification): New function to customize
mode-line-buffer-identification. mode-line-buffer-identification.
@ -15994,11 +15994,11 @@
2008-04-02 Alan Mackenzie <acm@muc.de> 2008-04-02 Alan Mackenzie <acm@muc.de>
* progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name): * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
New optimised functions to get the name of the current defun/macro. New optimized functions to get the name of the current defun/macro.
* add-log.el (add-log-current-defun): Move the functionality which * add-log.el (add-log-current-defun): Move the functionality which
gets the current function name for C like modes to cc-cmds.el, gets the current function name for C like modes to cc-cmds.el,
thus optimising for speed. thus optimizing for speed.
2008-04-02 Chong Yidong <cyd@stupidchicken.com> 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
@ -19392,7 +19392,7 @@
* progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
syntax-table text properties. syntax-table text properties.
(c-common-init): Call language specific before/after-change (c-common-init): Call language specific before/after-change
functions at mode initialisation. functions at mode initialization.
(c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables. (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
(c-extend-region-for-CPP, c-neutralize-CPP-line) (c-extend-region-for-CPP, c-neutralize-CPP-line)
(c-neutralize-syntax-in-CPP): New functions. (c-neutralize-syntax-in-CPP): New functions.

View file

@ -2790,7 +2790,7 @@
* net/tramp-gw.el: * net/tramp-gw.el:
* net/tramp-imap.el: * net/tramp-imap.el:
* net/tramp-sh.el: * net/tramp-sh.el:
* net/tramp-smb.el: Add tramp-autoload cookie for initialisation * net/tramp-smb.el: Add tramp-autoload cookie for initialization
code of `tramp-default-method-alist' and `tramp-default-user-alist'. code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2010-12-29 Karl Fogel <kfogel@red-bean.com> 2010-12-29 Karl Fogel <kfogel@red-bean.com>
@ -7632,7 +7632,7 @@
(post-self-insert-hook): Use it. (post-self-insert-hook): Use it.
* emacs-lisp/pcase.el (pcase-split-memq): * emacs-lisp/pcase.el (pcase-split-memq):
Fix overenthusiastic optimisation. Fix overenthusiastic optimization.
(pcase-u1): Handle the case of a lambda pred. (pcase-u1): Handle the case of a lambda pred.
2010-08-31 Kenichi Handa <handa@m17n.org> 2010-08-31 Kenichi Handa <handa@m17n.org>
@ -9381,7 +9381,7 @@
Fix an indentation bug: Fix an indentation bug:
* progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END. * progmodes/cc-mode.el (c-common-init): Initialize c-new-BEG/END.
(c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
of existing values. of existing values.
@ -14596,7 +14596,7 @@
2009-12-05 Kevin Ryde <user42@zip.com.au> 2009-12-05 Kevin Ryde <user42@zip.com.au>
* textmodes/sgml-mode.el (sgml-lexical-context): * textmodes/sgml-mode.el (sgml-lexical-context):
Recognise comment-start-skip to comment-end-skip as comment (Bug#4781). Recognize comment-start-skip to comment-end-skip as comment (Bug#4781).
2009-12-05 Juri Linkov <juri@jurta.org> 2009-12-05 Juri Linkov <juri@jurta.org>

View file

@ -2190,7 +2190,7 @@
1986-12-15 Richard Mlynarik (mly@prep) 1986-12-15 Richard Mlynarik (mly@prep)
* fortran.el: * fortran.el:
Initialise fortran-mode-abbrev-table correctly. Initialize fortran-mode-abbrev-table correctly.
* fortran.el: * fortran.el:
fortran-comment-indent-char should be a character (a fixnum), not fortran-comment-indent-char should be a character (a fixnum), not

View file

@ -2462,7 +2462,7 @@
1994-03-03 Simon Marshall (Simon.Marshall@mail.esrin.esa.it) 1994-03-03 Simon Marshall (Simon.Marshall@mail.esrin.esa.it)
* cmuscheme.el (inferior-scheme-mode): Removed unnecessary * cmuscheme.el (inferior-scheme-mode): Removed unnecessary
initialisation of comint-input-sentinel. initialization of comint-input-sentinel.
* shell.el (shell-dynamic-complete-functions): New variable. * shell.el (shell-dynamic-complete-functions): New variable.
(shell-mode): Use it to set comint-dynamic-complete-functions. (shell-mode): Use it to set comint-dynamic-complete-functions.
@ -4958,7 +4958,7 @@
1993-11-08 Simon Marshall (Simon.Marshall@mail.esrin.esa.it) 1993-11-08 Simon Marshall (Simon.Marshall@mail.esrin.esa.it)
* comint.el (comint-preinput-scroll-to-bottom): Added * comint.el (comint-preinput-scroll-to-bottom): Added
comint-magic-space to list of commands recognised as inserting. comint-magic-space to list of commands recognized as inserting.
* comint.el (comint-output-filter): Corrected check for killed * comint.el (comint-output-filter): Corrected check for killed
buffer. buffer.
@ -5202,7 +5202,7 @@
* comint.el (comint-last-output-start): New variable to record * comint.el (comint-last-output-start): New variable to record
where most recent process output started from. where most recent process output started from.
(comint-mode): Initialise it. (comint-mode): Initialize it.
(comint-output-filter): Set it. (comint-output-filter): Set it.
* comint.el (comint-previous-matching-input-string): Moved to * comint.el (comint-previous-matching-input-string): Moved to
@ -5220,7 +5220,7 @@
they move within the buffer rather than do input. they move within the buffer rather than do input.
* comint.el (comint-send-input, comint-after-pmark-p) * comint.el (comint-send-input, comint-after-pmark-p)
(comint-kill-input, comint-proc-query): Removed serialisation of (comint-kill-input, comint-proc-query): Removed serialization of
obtaining the process mark's marker-position. obtaining the process mark's marker-position.
* comint.el, shell.el: Commented out comint/shell-load-hooks. * comint.el, shell.el: Commented out comint/shell-load-hooks.
@ -8952,4 +8952,3 @@ See ChangeLog.3 for earlier changes.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.

View file

@ -6165,7 +6165,7 @@
1994-10-05 Simon Marshall <Simon.Marshall@mail.esrin.esa.it> 1994-10-05 Simon Marshall <Simon.Marshall@mail.esrin.esa.it>
* comint.el (comint-check-proc): Recognise `open'. * comint.el (comint-check-proc): Recognize `open'.
(comint-exec): Use open-network-stream if command is a cons pair. (comint-exec): Use open-network-stream if command is a cons pair.
* font-lock.el (compilation-mode-font-lock-keywords, * font-lock.el (compilation-mode-font-lock-keywords,
@ -6954,7 +6954,7 @@
1994-09-19 Francesco Potortì <pot@cnuce.cnr.it> 1994-09-19 Francesco Potortì <pot@cnuce.cnr.it>
* rlogin.el (rlogin): Recognise the `-l user' option to rlogin and * rlogin.el (rlogin): Recognize the `-l user' option to rlogin and
let comint and ange-ftp know about the correct home directory. let comint and ange-ftp know about the correct home directory.
1994-09-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> 1994-09-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@ -9280,4 +9280,3 @@ See ChangeLog.4 for earlier changes.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.

View file

@ -1491,9 +1491,9 @@
1996-04-16 Francesco Potortì <F.Potorti@cnuce.cnr.it> 1996-04-16 Francesco Potortì <F.Potorti@cnuce.cnr.it>
* vc.el (vc-comment-ring): Initialise using make-ring. * vc.el (vc-comment-ring): Initialize using make-ring.
(vc-clear-context): Initialise vc-comment-ring using make-ring. (vc-clear-context): Initialize vc-comment-ring using make-ring.
(vc-finish-logentry): Don't initialise vc-comment-ring here. (vc-finish-logentry): Don't initialize vc-comment-ring here.
1996-04-15 Eric Ding <ericding@mit.edu> 1996-04-15 Eric Ding <ericding@mit.edu>
@ -3055,7 +3055,7 @@
(font-lock-mode): Use them. Doc fix. (font-lock-mode): Use them. Doc fix.
Don't make font-lock-fontified buffer local here. Don't make font-lock-fontified buffer local here.
(font-lock-set-defaults): Do it here. (font-lock-set-defaults): Do it here.
(font-lock-compile-keyword): New function. Recognise `eval' keywords. (font-lock-compile-keyword): New function. Recognize `eval' keywords.
(font-lock-compile-keywords): Use it. (font-lock-compile-keywords): Use it.
(global-font-lock-mode): New command for Global Font Lock mode. (global-font-lock-mode): New command for Global Font Lock mode.
(font-lock-global-modes): New variable. (font-lock-global-modes): New variable.
@ -8038,4 +8038,3 @@ See ChangeLog.5 for earlier changes.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.

View file

@ -6259,7 +6259,7 @@
* sql.el: Added keywords from `finder-by-keyword'. * sql.el: Added keywords from `finder-by-keyword'.
(sql-mode): Made sql-buffer a local variable, changed the (sql-mode): Made sql-buffer a local variable, changed the
documentation: removed instructions to add *.sql files to documentation: removed instructions to add *.sql files to
auto-mode-alist, added documentation for having mutliple SQL auto-mode-alist, added documentation for having multiple SQL
buffers sending their stuff to different SQLi buffers, each buffers sending their stuff to different SQLi buffers, each
running a different process. running a different process.
(sql-postgres): Quoted *SQL* in doc string. (sql-postgres): Quoted *SQL* in doc string.
@ -6270,7 +6270,7 @@
(sql-sybase): Quoted *SQL* in doc string, added comma. (sql-sybase): Quoted *SQL* in doc string, added comma.
(sql-oracle): Likewise. (sql-oracle): Likewise.
(sql-interactive-mode): Added extensive documentation for having (sql-interactive-mode): Added extensive documentation for having
mutliple SQL buffers sending their stuff to different SQLi multiple SQL buffers sending their stuff to different SQLi
buffers, each running a different process. buffers, each running a different process.
(sql-buffer): Changed doc from *SQL* to SQLi. (sql-buffer): Changed doc from *SQL* to SQLi.
(sql-get-login): Doc fix. (sql-get-login): Doc fix.

View file

@ -40,7 +40,7 @@
2001-10-17 Francesco Potortì <pot@gnu.org> 2001-10-17 Francesco Potortì <pot@gnu.org>
* comint.el (comint-password-prompt-regexp): Make it less * comint.el (comint-password-prompt-regexp): Make it less
restrictive, letting comint recognise OpenSSH2 passphrase prompts. restrictive, letting comint recognize OpenSSH2 passphrase prompts.
2001-10-17 John Wiegley <johnw@gnu.org> 2001-10-17 John Wiegley <johnw@gnu.org>

View file

@ -825,7 +825,7 @@ formatted copy."
(defcustom allout-encrypt-unencrypted-on-saves t (defcustom allout-encrypt-unencrypted-on-saves t
"If non-nil, topics pending encryption are encrypted during buffer saves. "If non-nil, topics pending encryption are encrypted during buffer saves.
This provents file-system exposure of un-encrypted contents of This prevents file-system exposure of un-encrypted contents of
items marked for encryption. items marked for encryption.
When non-nil, if the topic currently being edited is decrypted, When non-nil, if the topic currently being edited is decrypted,
@ -2283,7 +2283,7 @@ If topic has no offspring, then the next sibling with offspring will
determine whether or not this one is determined to be aberrant. determine whether or not this one is determined to be aberrant.
If true, then the allout-recent-* settings are calibrated on the If true, then the allout-recent-* settings are calibrated on the
offspring that qaulifies it as aberrant, ie with depth that offspring that qualifies it as aberrant, ie with depth that
exceeds the topic by more than one." exceeds the topic by more than one."
;; This is most clearly understood when considering standard-prefix-leader ;; This is most clearly understood when considering standard-prefix-leader

View file

@ -77,7 +77,7 @@
;; M-x global-auto-revert-mode RET ;; M-x global-auto-revert-mode RET
;; ;;
;; To activate Global Auto-Revert Mode every time Emacs is started ;; To activate Global Auto-Revert Mode every time Emacs is started
;; customise the option `global-auto-revert-mode' or the following ;; customize the option `global-auto-revert-mode' or the following
;; line could be added to your ~/.emacs: ;; line could be added to your ~/.emacs:
;; (global-auto-revert-mode 1) ;; (global-auto-revert-mode 1)
;; ;;

View file

@ -291,7 +291,7 @@ the size of a Calc bignum digit.")
(if (eq (car-safe b) 'mod) (if (eq (car-safe b) 'mod)
(if (equal mod (nth 2 b)) (if (equal mod (nth 2 b))
(setq b (nth 1 b)) (setq b (nth 1 b))
(math-reject-arg b "*Inconsistent modulos")))) (math-reject-arg b "*Inconsistent modulus"))))
(setq mod (nth 2 b) (setq mod (nth 2 b)
b (nth 1 b))) b (nth 1 b)))
(if (Math-messy-integerp mod) (if (Math-messy-integerp mod)
@ -303,9 +303,9 @@ the size of a Calc bignum digit.")
(if w (if w
(if (/= w bits) (if (/= w bits)
(calc-record-why (calc-record-why
"*Warning: Modulo inconsistent with word size")) "*Warning: Modulus inconsistent with word size"))
(setq w bits)) (setq w bits))
(calc-record-why "*Warning: Modulo is not a power of 2")) (calc-record-why "*Warning: Modulus is not a power of 2"))
(math-make-mod (if b (math-make-mod (if b
(funcall f a b w) (funcall f a b w)
(funcall f a w)) (funcall f a w))

View file

@ -419,7 +419,7 @@
(list 'frac 1 denom)) (list 'frac 1 denom))
1)) 1))
;;; Compute the GCD of two monovariate polynomial lists. ;;; Compute the GCD of two univariate polynomial lists.
;;; Knuth section 4.6.1, algorithm C. ;;; Knuth section 4.6.1, algorithm C.
(defun math-poly-gcd-coefs (u v) (defun math-poly-gcd-coefs (u v)
(let ((d (math-poly-gcd (math-poly-gcd-list u) (let ((d (math-poly-gcd (math-poly-gcd-list u)

View file

@ -147,7 +147,7 @@ See the documentation for the function `diary-list-sexp-entries'."
Nil means there are no comments. The diary does not display Nil means there are no comments. The diary does not display
parts of entries that are inside comments. You can use comments parts of entries that are inside comments. You can use comments
for whatever you like, e.g. for meta-data that packages such as for whatever you like, e.g. for meta-data that packages such as
`appt.el' can use. Comments may not span mutliple lines, and there `appt.el' can use. Comments may not span multiple lines, and there
can be only one comment on any line. can be only one comment on any line.
See also `diary-comment-end'." See also `diary-comment-end'."
:version "24.1" :version "24.1"

View file

@ -61,14 +61,14 @@
;; ;;
;; The TODO list file has a special format and some auxiliary ;; The TODO list file has a special format and some auxiliary
;; information, which will be added by the todo-show function if ;; information, which will be added by the todo-show function if
;; it attempts to visit an un-initialised file. Hence it is ;; it attempts to visit an un-initialized file. Hence it is
;; recommended to use the todo-show function for the first time, ;; recommended to use the todo-show function for the first time,
;; in order to initialise the file, but it is not necessary ;; in order to initialize the file, but it is not necessary
;; afterwards. ;; afterwards.
;; ;;
;; As these commands are quite long to type, I would recommend ;; As these commands are quite long to type, I would recommend
;; the addition of two bindings to your to your global keymap. I ;; the addition of two bindings to your to your global keymap. I
;; personally have the following in my initialisation file: ;; personally have the following in my initialization file:
;; ;;
;; (global-set-key "\C-ct" 'todo-show) ; switch to TODO buffer ;; (global-set-key "\C-ct" 'todo-show) ; switch to TODO buffer
;; (global-set-key "\C-ci" 'todo-insert-item) ; insert new item ;; (global-set-key "\C-ci" 'todo-insert-item) ; insert new item

View file

@ -863,7 +863,7 @@ fields and such to, but that is for some other day."
In Emacs Lisp, a prototype for something may start (autoload ...). In Emacs Lisp, a prototype for something may start (autoload ...).
This is certainly not expected if this is used to display a summary. This is certainly not expected if this is used to display a summary.
Make up something else. When we go to write something that needs Make up something else. When we go to write something that needs
a real Emacs Lisp protype, we can fix it then." a real Emacs Lisp prototype, we can fix it then."
(let ((class (semantic-tag-class tag)) (let ((class (semantic-tag-class tag))
(name (semantic-format-tag-name tag parent color)) (name (semantic-format-tag-name tag parent color))
) )

View file

@ -1025,7 +1025,7 @@ Output must be in semanticdb Find result format."
((obj semantic-collector-abstract) prefix) ((obj semantic-collector-abstract) prefix)
"For OBJ, do whatepsace completion based on PREFIX. "For OBJ, do whatepsace completion based on PREFIX.
This implies that if there are two completions, one matching This implies that if there are two completions, one matching
the test \"preifx\\>\", and one not, the one matching the full the test \"prefix\\>\", and one not, the one matching the full
word version of PREFIX will be chosen, and that text returned. word version of PREFIX will be chosen, and that text returned.
This function requires that `semantic-collector-calculate-completions' This function requires that `semantic-collector-calculate-completions'
has been run first." has been run first."

View file

@ -151,7 +151,7 @@ local variable."
;;; Usage ;;; Usage
;; ;;
;; Unlike other tables, an omniscent database does not need to ;; Unlike other tables, an omniscient database does not need to
;; be associated with a path. Use this routine to always add ourselves ;; be associated with a path. Use this routine to always add ourselves
;; to a search list. ;; to a search list.
(define-mode-local-override semanticdb-find-translate-path javascript-mode (define-mode-local-override semanticdb-find-translate-path javascript-mode

View file

@ -636,7 +636,7 @@ The file associated with OBJ does not need to be in a buffer."
(when (featurep 'semantic/lex-spp) (when (featurep 'semantic/lex-spp)
(oset table lexical-table (semantic-lex-spp-save-table))) (oset table lexical-table (semantic-lex-spp-save-table)))
;; Incremental parser doesn't mokey around with this. ;; Incremental parser doesn't monkey around with this.
(oset table unmatched-syntax semantic-unmatched-syntax-cache) (oset table unmatched-syntax semantic-unmatched-syntax-cache)
;; Synchronize the index ;; Synchronize the index

View file

@ -392,7 +392,7 @@ See `semantic-edits-change-leaf-tag' for details on parents."
;; There are no tags left, and all tags originally ;; There are no tags left, and all tags originally
;; found are encompassed by the change. Setup our list ;; found are encompassed by the change. Setup our list
;; from the cache ;; from the cache
(setq list-to-search semantic--buffer-cache);; We have a tag ouside the list. Check for (setq list-to-search semantic--buffer-cache);; We have a tag outside the list. Check for
;; We know we have a parent because it would ;; We know we have a parent because it would
;; completely cover the change. A tag can only ;; completely cover the change. A tag can only
;; do that if it is a parent after we get here. ;; do that if it is a parent after we get here.

View file

@ -368,7 +368,7 @@ Optional argument PARENT is a tag parent of STREAM."
semantic-imenu-expandable-tag-classes) semantic-imenu-expandable-tag-classes)
children children
) )
;; to keep an homogeneous menu organisation, type menu items ;; to keep an homogeneous menu organization, type menu items
;; always have a sub-menu with at least the *definition* ;; always have a sub-menu with at least the *definition*
;; item (even if the tag has no type components) ;; item (even if the tag has no type components)
(progn (progn

View file

@ -1362,11 +1362,11 @@ Return either a paren token or a semantic list token depending on
)) ))
(define-lex-simple-regex-analyzer semantic-lex-open-paren (define-lex-simple-regex-analyzer semantic-lex-open-paren
"Detect and create an open parenthisis token." "Detect and create an open parenthesis token."
"\\s(" 'open-paren 0 (setq semantic-lex-current-depth (1+ semantic-lex-current-depth))) "\\s(" 'open-paren 0 (setq semantic-lex-current-depth (1+ semantic-lex-current-depth)))
(define-lex-simple-regex-analyzer semantic-lex-close-paren (define-lex-simple-regex-analyzer semantic-lex-close-paren
"Detect and create a close paren token." "Detect and create a close parenthesis token."
"\\s)" 'close-paren 0 (setq semantic-lex-current-depth (1- semantic-lex-current-depth))) "\\s)" 'close-paren 0 (setq semantic-lex-current-depth (1- semantic-lex-current-depth)))
(define-lex-regex-analyzer semantic-lex-string (define-lex-regex-analyzer semantic-lex-string

View file

@ -1162,7 +1162,7 @@ This function is for internal use only."
(semantic-tag-components-with-overlays tag))))) (semantic-tag-components-with-overlays tag)))))
(defun semantic--tag-unlink-cache-from-buffer () (defun semantic--tag-unlink-cache-from-buffer ()
"Convert all tags in the current cache to use overlay proxys. "Convert all tags in the current cache to use overlay proxies.
This function is for internal use only." This function is for internal use only."
(require 'semantic) (require 'semantic)
(semantic--tag-unlink-list-from-buffer (semantic--tag-unlink-list-from-buffer

View file

@ -262,7 +262,7 @@ can handle the @menu environment.")
(let ((parenthetical (semantic-up-context-default)) (let ((parenthetical (semantic-up-context-default))
) )
(when (not parenthetical) (when (not parenthetical)
;; We are in parenthises. Are they the types of parens ;; We are in parentheses. Are they the types of parens
;; belonging to a texinfo construct? ;; belonging to a texinfo construct?
(forward-word -1) (forward-word -1)
(when (looking-at "@\\w+{") (when (looking-at "@\\w+{")

View file

@ -64,7 +64,7 @@ Some useful context values used by the provided srecode templates are:
\"comment\" - In a comment in a block of code \"comment\" - In a comment in a block of code
-- these items show up at the end of the context list. -- -- these items show up at the end of the context list. --
\"public\", \"protected\", \"private\" - \"public\", \"protected\", \"private\" -
In or near a section of public/pritected/private entries. In or near a section of public/protected/private entries.
\"code\" - In a block of code. \"code\" - In a block of code.
\"string\" - In a string in a block of code \"string\" - In a string in a block of code
\"comment\" - In a comment in a block of code \"comment\" - In a comment in a block of code

View file

@ -238,7 +238,7 @@ Optional argument HASH is the hash table to fill in."
(tabs (when mt (oref mt :tables))) (tabs (when mt (oref mt :tables)))
) )
(while tabs (while tabs
;; Exclude templates for a perticular application. ;; Exclude templates for a particular application.
(when (and (not (oref (car tabs) :application)) (when (and (not (oref (car tabs) :application))
(srecode-template-table-in-project-p (car tabs))) (srecode-template-table-in-project-p (car tabs)))
(maphash (lambda (key temp) (maphash (lambda (key temp)

View file

@ -2568,7 +2568,7 @@ This command is like `M-.' in bash."
;; First usage; initialize to a marker ;; First usage; initialize to a marker
(setq comint-insert-previous-argument-last-start-pos (setq comint-insert-previous-argument-last-start-pos
(make-marker))))) (make-marker)))))
;; Make sure we're not in the prompt, and add a beginning space if necess. ;; Make sure we're not in the prompt, and add a beginning space if necessary.
(if (<= (point) (comint-line-beginning-position)) (if (<= (point) (comint-line-beginning-position))
(comint-bol) (comint-bol)
(just-one-space)) (just-one-space))

View file

@ -96,7 +96,7 @@
;; dframe-track-mouse, dframe-help-echo-function -- ;; dframe-track-mouse, dframe-help-echo-function --
;; These variables need to be set to functions that display info ;; These variables need to be set to functions that display info
;; based on the mouse's position. ;; based on the mouse's position.
;; Text propert 'help-echo, set to `dframe-help-echo', which will ;; Text property 'help-echo, set to `dframe-help-echo', which will
;; call `dframe-help-echo-function'. ;; call `dframe-help-echo-function'.
;; Have a `-click' function, it can call `dframe-quick-mouse' for ;; Have a `-click' function, it can call `dframe-quick-mouse' for
;; positioning. If the variable `dframe-power-click' is non-nil, ;; positioning. If the variable `dframe-power-click' is non-nil,
@ -136,7 +136,7 @@ This is nil for terminals, since updating a frame in a terminal
is not useful to the user.") is not useful to the user.")
(defcustom dframe-update-speed (defcustom dframe-update-speed
(if (featurep 'xemacs) 2 ; 1 is too obrusive in XEmacs (if (featurep 'xemacs) 2 ; 1 is too obtrusive in XEmacs
1) 1)
"Idle time in seconds needed before dframe will update itself. "Idle time in seconds needed before dframe will update itself.
Updates occur to allow dframe to display directory information Updates occur to allow dframe to display directory information

View file

@ -2195,7 +2195,7 @@ list that represents a doc string reference.
(byte-compile-keep-pending form))))) (byte-compile-keep-pending form)))))
;; Functions and variables with doc strings must be output separately, ;; Functions and variables with doc strings must be output separately,
;; so make-docfile can recognise them. Most other things can be output ;; so make-docfile can recognize them. Most other things can be output
;; as byte-code. ;; as byte-code.
(put 'autoload 'byte-hunk-handler 'byte-compile-file-form-autoload) (put 'autoload 'byte-hunk-handler 'byte-compile-file-form-autoload)

View file

@ -2118,7 +2118,7 @@ before using the Ispell engine on it."
;; Find out how we spell-check this word. ;; Find out how we spell-check this word.
(if (or (if (or
;; All caps w/ option th, or s tacked on the end ;; All caps w/ option th, or s tacked on the end
;; for pluralization or numberthness. ;; for pluralization or number.
(string-match "^[A-Z][A-Z]+\\(s\\|th\\)?$" word) (string-match "^[A-Z][A-Z]+\\(s\\|th\\)?$" word)
(looking-at "}") ; a keymap expression (looking-at "}") ; a keymap expression
) )

View file

@ -178,7 +178,7 @@ only one object ever exists."
;; calculate path names relative to a given instance. This will ;; calculate path names relative to a given instance. This will
;; make the saved object location independent by converting all file ;; make the saved object location independent by converting all file
;; references to be relative to the directory the object is saved to. ;; references to be relative to the directory the object is saved to.
;; You must call `eieio-peristent-path-relative' on each file name ;; You must call `eieio-persistent-path-relative' on each file name
;; saved in your object. ;; saved in your object.
(defclass eieio-persistent () (defclass eieio-persistent ()
((file :initarg :file ((file :initarg :file

View file

@ -151,7 +151,7 @@
;;; Logic in simple.el maps some of these unassigned function keys to ;;; Logic in simple.el maps some of these unassigned function keys to
;;; ordinary typing keys. Where this is the case, a call to ;;; ordinary typing keys. Where this is the case, a call to
;;; read-key-sequence, below, does not return the name of the function ;;; read-key-sequence, below, does not return the name of the function
;;; key pressd by the user but, instead, it returns the name of the ;;; key pressed by the user but, instead, it returns the name of the
;;; key to which it has been mapped. It needs to know the name of the ;;; key to which it has been mapped. It needs to know the name of the
;;; key pressed by the user. As a workaround, we assign a function to ;;; key pressed by the user. As a workaround, we assign a function to
;;; each of the unassigned function keys of interest, here. These ;;; each of the unassigned function keys of interest, here. These

View file

@ -259,7 +259,7 @@
(defvar ex-addresses nil) (defvar ex-addresses nil)
;; This flag is supposed to be set only by `#', `print', and `list', ;; This flag is supposed to be set only by `#', `print', and `list',
;; none of which is implemented. So, it and the pices of the code it ;; none of which is implemented. So, it and the pieces of the code it
;; controls are dead weight. We keep it just in case this might be ;; controls are dead weight. We keep it just in case this might be
;; needed in the future. ;; needed in the future.
(defvar ex-flag nil) (defvar ex-flag nil)

View file

@ -95,7 +95,7 @@ considered related."
;; remembers prefix argument to pass along to commands invoked by second ;; remembers prefix argument to pass along to commands invoked by second
;; click. ;; click.
;; This is needed because in Emacs (not XEmacs), assigning to preix-arg ;; This is needed because in Emacs (not XEmacs), assigning to prefix-arg
;; causes Emacs to count the second click as if it was a single click ;; causes Emacs to count the second click as if it was a single click
(defvar viper-global-prefix-argument nil) (defvar viper-global-prefix-argument nil)

View file

@ -912,7 +912,7 @@
fixed one occurrence of a setq with only one argument (XEmacs didn't like that) fixed one occurrence of a setq with only one argument (XEmacs didn't like that)
* erc.el: * erc.el:
Added erc-next-line-add-newlines customisation possibility. Added erc-next-line-add-newlines customization possibility.
* erc.el: * erc.el:
added erc-fill-prefix for defining your own way of filling and fixed filling somehow added erc-fill-prefix for defining your own way of filling and fixed filling somehow
@ -940,8 +940,7 @@
* erc.el: typo * erc.el: typo
* erc.el: ommit * erc.el: omit
:wq
2001-07-06 Alex Schroeder <alex@gnu.org> 2001-07-06 Alex Schroeder <alex@gnu.org>

View file

@ -343,7 +343,7 @@
2002-12-14 Damien Elmes <erc@repose.cx> 2002-12-14 Damien Elmes <erc@repose.cx>
* erc.el: * erc.el:
last-peers: initialise to a cons. thanks to Francis Litterio last-peers: initialize to a cons. thanks to Francis Litterio
<franl@world.std.com> for the patch <franl@world.std.com> for the patch
* erc.el: * erc.el:
@ -2616,4 +2616,3 @@ See ChangeLog.01 for earlier changes.
;; Local Variables: ;; Local Variables:
;; coding: utf-8 ;; coding: utf-8
;; End: ;; End:

View file

@ -1425,7 +1425,7 @@
reference argument directly - no string matching reference argument directly - no string matching
* erc.el(erc-extract-command-from-line): * erc.el(erc-extract-command-from-line):
hmm, thinko in the canonicalisation. should hmm, thinko in the canonicalization. should
be fixed be fixed
2003-01-16 Francis Litterio <franl@users.sourceforge.net> 2003-01-16 Francis Litterio <franl@users.sourceforge.net>

View file

@ -50,7 +50,7 @@
;; erc-log-write-after-send t ;; erc-log-write-after-send t
;; erc-log-write-after-insert t) ;; erc-log-write-after-insert t)
;; ;;
;; If you only want to save logs for some buffers, customise the ;; If you only want to save logs for some buffers, customize the
;; variable `erc-enable-logging'. ;; variable `erc-enable-logging'.
;; How it works: ;; How it works:
@ -450,4 +450,3 @@ You can save every individual message by putting this function on
;; indent-tabs-mode: t ;; indent-tabs-mode: t
;; tab-width: 8 ;; tab-width: 8
;; End: ;; End:

View file

@ -36,7 +36,7 @@
(require 'erc) (require 'erc)
(eval-when-compile (require 'cl)) (eval-when-compile (require 'cl))
;; Customisation: ;; Customization:
(defgroup erc-match nil (defgroup erc-match nil
"Keyword and Friend/Foe/... recognition. "Keyword and Friend/Foe/... recognition.
@ -633,4 +633,3 @@ This function is meant to be called from `erc-text-matched-hook'."
;; indent-tabs-mode: t ;; indent-tabs-mode: t
;; tab-width: 8 ;; tab-width: 8
;; End: ;; End:

View file

@ -1040,7 +1040,7 @@ relative to `erc-track-switch-direction'"
((oldest leastactive) ((oldest leastactive)
(- (length erc-modified-channels-alist) arg)) (- (length erc-modified-channels-alist) arg))
(t (1- arg)))) (t (1- arg))))
;; normalise out of range user input ;; normalize out of range user input
(cond ((>= offset (length erc-modified-channels-alist)) (cond ((>= offset (length erc-modified-channels-alist))
(setq offset (1- (length erc-modified-channels-alist)))) (setq offset (1- (length erc-modified-channels-alist))))
((< offset 0) ((< offset 0)
@ -1075,4 +1075,3 @@ switch back to the last non-ERC buffer visited. Next is defined by
;; indent-tabs-mode: t ;; indent-tabs-mode: t
;; tab-width: 8 ;; tab-width: 8
;; End: ;; End:

View file

@ -5797,7 +5797,7 @@ If it doesn't exist, create it."
"Give information about the nickname at `point'. "Give information about the nickname at `point'.
If called interactively, give a human readable message in the If called interactively, give a human readable message in the
minibuffer. If called programatically, return the corresponding minibuffer. If called programmatically, return the corresponding
entry of `channel-members'." entry of `channel-members'."
(interactive) (interactive)
(require 'thingatpt) (require 'thingatpt)

View file

@ -173,7 +173,7 @@ OWNERSHIP:
FILE ATTRIBUTES: FILE ATTRIBUTES:
l[+-]N +/-/= N links l[+-]N +/-/= N links
a[Mwhms][+-](N|'FILE') access time +/-/= N mnths/weeks/hours/mins/secs a[Mwhms][+-](N|'FILE') access time +/-/= N months/weeks/hours/mins/secs
(days if unspecified) if FILE specified, (days if unspecified) if FILE specified,
use as comparison basis; so a+'file.c' use as comparison basis; so a+'file.c'
shows files accessed before file.c was shows files accessed before file.c was

View file

@ -24,7 +24,7 @@
;; At the moment, eshell is stream-based in its interactive input and ;; At the moment, eshell is stream-based in its interactive input and
;; output. This means that full-screen commands, such as "vi" or ;; output. This means that full-screen commands, such as "vi" or
;; "lynx", will not display correctly. These are therefore thought of ;; "lynx", will not display correctly. These are therefore thought of
;; as "visual" programs. In order to run these progrem under Emacs, ;; as "visual" programs. In order to run these programs under Emacs,
;; Eshell uses the term.el package, and invokes them in a separate ;; Eshell uses the term.el package, and invokes them in a separate
;; buffer, giving the illusion that Eshell itself is allowing these ;; buffer, giving the illusion that Eshell itself is allowing these
;; visual processes to execute. ;; visual processes to execute.

View file

@ -5790,7 +5790,7 @@ returns nil."
;; vc dired listings provide the state or blanks between file ;; vc dired listings provide the state or blanks between file
;; permissions and date. The state is always surrounded by ;; permissions and date. The state is always surrounded by
;; parantheses: ;; parentheses:
;; -rw-r--r-- (modified) 2005-10-22 21:25 files.el ;; -rw-r--r-- (modified) 2005-10-22 21:25 files.el
;; This is not supported yet. ;; This is not supported yet.
(purecopy (concat "\\([0-9][BkKMGTPEZY]? " iso (purecopy (concat "\\([0-9][BkKMGTPEZY]? " iso

View file

@ -111,9 +111,9 @@
;; setup a lot easier. ;; setup a lot easier.
;; ;;
;; folding.el by Jamie Lokier <u90jl@ecs.ox.ac.uk> supports folding by ;; folding.el by Jamie Lokier <u90jl@ecs.ox.ac.uk> supports folding by
;; recognising special marker text in you file. ;; recognizing special marker text in you file.
;; ;;
;; c-outline.el (by me) provides outline-mode support to recognise `C' ;; c-outline.el (by me) provides outline-mode support to recognize `C'
;; statements as outline headings, so with foldout you can have a folding `C' ;; statements as outline headings, so with foldout you can have a folding `C'
;; code editor without having to put in start- and end-of-fold markers. This ;; code editor without having to put in start- and end-of-fold markers. This
;; is a real winner! ;; is a real winner!

View file

@ -210,7 +210,7 @@ this function onto `change-major-mode-hook'."
;; A few people have hassled in the past for a way to make it easier to turn on ;; A few people have hassled in the past for a way to make it easier to turn on
;; Font Lock mode, without the user needing to know for which modes s/he has to ;; Font Lock mode, without the user needing to know for which modes s/he has to
;; turn it on, perhaps the same way hilit19.el/hl319.el does. I've always ;; turn it on, perhaps the same way hilit19.el/hl319.el does. I've always
;; balked at that way, as I see it as just re-moulding the same problem in ;; balked at that way, as I see it as just re-molding the same problem in
;; another form. That is; some person would still have to keep track of which ;; another form. That is; some person would still have to keep track of which
;; modes (which may not even be distributed with Emacs) support Font Lock mode. ;; modes (which may not even be distributed with Emacs) support Font Lock mode.
;; The list would always be out of date. And that person might have to be me. ;; The list would always be out of date. And that person might have to be me.

View file

@ -1295,7 +1295,7 @@ Commands: Equivalent keys in read-only mode:
) )
(defun forms--mode-menu-ro (map) (defun forms--mode-menu-ro (map)
;;; Menu initialisation ;;; Menu initialization
; (define-key map [menu-bar] (make-sparse-keymap)) ; (define-key map [menu-bar] (make-sparse-keymap))
(define-key map [menu-bar forms] (define-key map [menu-bar forms]
(cons "Forms" (make-sparse-keymap "Forms"))) (cons "Forms" (make-sparse-keymap "Forms")))
@ -1341,7 +1341,7 @@ Commands: Equivalent keys in read-only mode:
(put 'forms-delete-record 'menu-enable '(not forms-read-only)) (put 'forms-delete-record 'menu-enable '(not forms-read-only))
) )
(defun forms--mode-menu-edit (map) (defun forms--mode-menu-edit (map)
;;; Menu initialisation ;;; Menu initialization
; (define-key map [menu-bar] (make-sparse-keymap)) ; (define-key map [menu-bar] (make-sparse-keymap))
(define-key map [menu-bar forms] (define-key map [menu-bar forms]
(cons "Forms" (make-sparse-keymap "Forms"))) (cons "Forms" (make-sparse-keymap "Forms")))

View file

@ -332,7 +332,7 @@
decoding nnimap groups. decoding nnimap groups.
* gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
newsrc file. It doesn't seem like an important optimisation any more. newsrc file. It doesn't seem like an important optimization any more.
2011-09-10 Dave Abrahams <dave@boostpro.com> (tiny change) 2011-09-10 Dave Abrahams <dave@boostpro.com> (tiny change)
@ -985,7 +985,7 @@
* nnimap.el (nnimap-process-expiry-targets): Say what target we're * nnimap.el (nnimap-process-expiry-targets): Say what target we're
expiring articles to. expiring articles to.
* mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
variations as ASCII (bug#5458). variations as ASCII (bug#5458).
2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org> 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
@ -4504,7 +4504,7 @@
2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org> 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
* shr.el (shr-tag-span): Drop colorisation of regions since we don't * shr.el (shr-tag-span): Drop colorization of regions since we don't
control the background color. control the background color.
(shr-tag-img): Ignore very small web bug type images. (shr-tag-img): Ignore very small web bug type images.
(shr-put-image): Add help-echo alt texts to the images. (shr-put-image): Add help-echo alt texts to the images.
@ -11860,7 +11860,7 @@
* message.el (message-font-lock-keywords): Use message-header-xheader * message.el (message-font-lock-keywords): Use message-header-xheader
face for "X-Foo", its apparent intended purpose. Move "X-" pattern face for "X-Foo", its apparent intended purpose. Move "X-" pattern
ahead of the anything pattern, to get it recognised. ahead of the anything pattern, to get it recognized.
2007-05-12 Michaël Cadilhac <michael@cadilhac.name> 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
@ -14905,7 +14905,7 @@
(nnweb-request-list): Don't list bogus groups. There can only be one. (nnweb-request-list): Don't list bogus groups. There can only be one.
(nnweb-request-create-group): Don't use ARGS. (nnweb-request-create-group): Don't use ARGS.
(nnweb-possibly-change-server, nnweb-request-group): Remove some (nnweb-possibly-change-server, nnweb-request-group): Remove some
initialisations. Let nnoo do the work. initializations. Let nnoo do the work.
2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org> 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>

View file

@ -10428,7 +10428,7 @@
* mml-sec.el (mml-secure-message-encrypt-smime): New. * mml-sec.el (mml-secure-message-encrypt-smime): New.
* mml-sec.el (mml-secure-message-encrypt-pgp): New. * mml-sec.el (mml-secure-message-encrypt-pgp): New.
* mml-sec.el (mml-secure-message-encrypt-pgpmime): New. * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
* mml.el (mml-parse-1): Added code to recognise the secure tag and * mml.el (mml-parse-1): Added code to recognize the secure tag and
convert it to either a part or multipart depending on if there are convert it to either a part or multipart depending on if there are
other parts in the message. other parts in the message.
* mml.el (mml-mode-map): Changed default sign/encrypt keybindings * mml.el (mml-mode-map): Changed default sign/encrypt keybindings

View file

@ -3232,7 +3232,7 @@ FORCE is equivalent to setting the expiration predicates to true."
;; Convert the keep lists to elements that look like (article# ;; Convert the keep lists to elements that look like (article#
;; nil keep_flag nil) then append it to the expanded dlist ;; nil keep_flag nil) then append it to the expanded dlist
;; These statements are sorted by ascending precidence of the ;; These statements are sorted by ascending precedence of the
;; keep_flag. ;; keep_flag.
(setq dlist (nconc dlist (setq dlist (nconc dlist
(mapcar (lambda (e) (mapcar (lambda (e)

View file

@ -55,7 +55,7 @@
;; * nnoo. NNDiary is very similar to nnml. This makes the idea of using nnoo ;; * nnoo. NNDiary is very similar to nnml. This makes the idea of using nnoo
;; (to derive nndiary from nnml) natural. However, my experience with nnoo ;; (to derive nndiary from nnml) natural. However, my experience with nnoo
;; is that for reasonably complex back ends like this one, noo is a burden ;; is that for reasonably complex back ends like this one, nnoo is a burden
;; rather than an help. It's tricky to use, not everything can be inherited, ;; rather than an help. It's tricky to use, not everything can be inherited,
;; what can be inherited and when is not very clear, and you've got to be ;; what can be inherited and when is not very clear, and you've got to be
;; very careful because a little mistake can fuck up your other back ends, ;; very careful because a little mistake can fuck up your other back ends,
@ -1320,7 +1320,7 @@ all. This may very well take some time.")
(or minute (setq minute 59)) (or minute (setq minute 59))
(or hour (setq hour 23)) (or hour (setq hour 23))
;; I'll just compute all possible values and test them by decreasing ;; I'll just compute all possible values and test them by decreasing
;; order until one succeeds. This is probably quide rude, but I got ;; order until one succeeds. This is probably quite rude, but I got
;; bored in finding a good algorithm for doing that ;-) ;; bored in finding a good algorithm for doing that ;-)
;; ### FIXME: remove identical entries. ;; ### FIXME: remove identical entries.
(let ((dom-list (nth 2 sched)) (let ((dom-list (nth 2 sched))

View file

@ -1035,7 +1035,7 @@ textual parts.")
((eq action 'set) "")) ((eq action 'set) ""))
(mapconcat #'identity flags " "))))))) (mapconcat #'identity flags " ")))))))
;; Wait for the last command to complete to avoid later ;; Wait for the last command to complete to avoid later
;; syncronisation problems with the stream. ;; synchronization problems with the stream.
(when sequence (when sequence
(nnimap-wait-for-response sequence)))))) (nnimap-wait-for-response sequence))))))

View file

@ -333,7 +333,7 @@ can happen are wrong marks in nnmairix groups."
"Use only the registry for determining original group(s). "Use only the registry for determining original group(s).
If set to t, nnmairix will only use the registry for determining If set to t, nnmairix will only use the registry for determining
the original group(s) of an article (which is also necessary for the original group(s) of an article (which is also necessary for
propapagting marks). If set to nil, it will also try to determine propagating marks). If set to nil, it will also try to determine
the group from an additional mairix search which might be slow the group from an additional mairix search which might be slow
when propagating lots of marks." when propagating lots of marks."
:version "23.1" :version "23.1"

View file

@ -1,4 +1,4 @@
;;; htmlfontify.el --- htmlise a buffer/source tree with optional hyperlinks ;;; htmlfontify.el --- htmlize a buffer/source tree with optional hyperlinks
;; Copyright (C) 2002-2003, 2009-2011 Free Software Foundation, Inc. ;; Copyright (C) 2002-2003, 2009-2011 Free Software Foundation, Inc.
@ -10,7 +10,7 @@
;; Author: Vivek Dasmohapatra <vivek@etla.org> ;; Author: Vivek Dasmohapatra <vivek@etla.org>
;; Maintainer: Vivek Dasmohapatra <vivek@etla.org> ;; Maintainer: Vivek Dasmohapatra <vivek@etla.org>
;; Created: 2002-01-05 ;; Created: 2002-01-05
;; Description: htmlise a buffer/source tree with optional hyperlinks ;; Description: htmlize a buffer/source tree with optional hyperlinks
;; URL: http://rtfm.etla.org/emacs/htmlfontify/ ;; URL: http://rtfm.etla.org/emacs/htmlfontify/
;; Compatibility: Emacs23, Emacs22 ;; Compatibility: Emacs23, Emacs22
;; Incompatibility: Emacs19, Emacs20, Emacs21 ;; Incompatibility: Emacs19, Emacs20, Emacs21
@ -1576,7 +1576,7 @@ FILE, if set, is the file name."
(delete-overlay rovl)) (delete-overlay rovl))
(copy-to-buffer html-buffer (point-min) (point-max)) (copy-to-buffer html-buffer (point-min) (point-max))
(set-buffer html-buffer) (set-buffer html-buffer)
;; rip out props that could interfere with our htmlisation of the buffer: ;; rip out props that could interfere with our htmlization of the buffer:
(remove-text-properties (point-min) (point-max) hfy-ignored-properties) (remove-text-properties (point-min) (point-max) hfy-ignored-properties)
;; Apply overlay invisible spec ;; Apply overlay invisible spec
(setq orig-ovls (setq orig-ovls
@ -2026,13 +2026,13 @@ FILE is the specific file we are rendering."
(hash-entry nil) (tag-string nil) (tag-line nil) (hash-entry nil) (tag-string nil) (tag-line nil)
(tag-point nil) (new-entry nil) (etags-file nil)) (tag-point nil) (new-entry nil) (etags-file nil))
;; (re)initialise the tag reverse map: ;; (re)initialize the tag reverse map:
(if trmap-cache (setq trmap-hash (cadr trmap-cache)) (if trmap-cache (setq trmap-hash (cadr trmap-cache))
(setq trmap-hash (make-hash-table :test 'equal)) (setq trmap-hash (make-hash-table :test 'equal))
(setq hfy-tags-rmap (list (list srcdir trmap-hash) hfy-tags-rmap))) (setq hfy-tags-rmap (list (list srcdir trmap-hash) hfy-tags-rmap)))
(clrhash trmap-hash) (clrhash trmap-hash)
;; (re)initialise the tag cache: ;; (re)initialize the tag cache:
(if cache-entry (setq cache-hash (cadr cache-entry)) (if cache-entry (setq cache-hash (cadr cache-entry))
(setq cache-hash (make-hash-table :test 'equal)) (setq cache-hash (make-hash-table :test 'equal))
(setq hfy-tags-cache (list (list srcdir cache-hash) hfy-tags-cache))) (setq hfy-tags-cache (list (list srcdir cache-hash) hfy-tags-cache)))

View file

@ -512,7 +512,7 @@ with L, LRE, or LRO Unicode bidi character type.")
;; relating Unicode categories to Emacs syntax codes. ;; relating Unicode categories to Emacs syntax codes.
;; NBSP isn't semantically interchangeable with other whitespace chars, ;; NBSP isn't semantically interchangeable with other whitespace chars,
;; so it's more like punctation. ;; so it's more like punctuation.
(set-case-syntax ?  "." tbl) (set-case-syntax ?  "." tbl)
(set-case-syntax "." tbl) (set-case-syntax "." tbl)
(set-case-syntax "_" tbl) (set-case-syntax "_" tbl)

View file

@ -284,11 +284,11 @@ The functions come in the following groups.
:type 'character :type 'character
:group 'ogonek) :group 'ogonek)
(defcustom ogonek-prefix-from-encoding "iso8859-2" (defcustom ogonek-prefix-from-encoding "iso8859-2"
"Encoding in the source file subject to prefixifation." "Encoding in the source file subject to prefixation."
:type ogonek-encoding-choices :type ogonek-encoding-choices
:group 'ogonek) :group 'ogonek)
(defcustom ogonek-prefix-to-encoding "iso8859-2" (defcustom ogonek-prefix-to-encoding "iso8859-2"
"Encoding in the target file subject to deprefixifation." "Encoding in the target file subject to deprefixation."
:type ogonek-encoding-choices :type ogonek-encoding-choices
:group 'ogonek) :group 'ogonek)

View file

@ -122,7 +122,7 @@
;; t IN | INBOX ;; t IN | INBOX
;; t In | [No match] ;; t In | [No match]
;;; Customisation ;;; Customization
;; See the User Variables section below for easy ways to change the ;; See the User Variables section below for easy ways to change the
;; functionality of the program. These are accessible using the ;; functionality of the program. These are accessible using the

View file

@ -165,7 +165,7 @@ redisplayed as output is inserted."
(list (format "EMACS_VIEW_MODE=%d" (list (format "EMACS_VIEW_MODE=%d"
(if (numberp viewmode) viewmode 1))))) (if (numberp viewmode) viewmode 1)))))
(save-excursion (save-excursion
;; Gee! Metamail does not ouput to stdout if input comes from ;; Gee! Metamail does not output to stdout if input comes from
;; stdin. ;; stdin.
(let ((selective-display nil)) ;Disable ^M to nl translation. (let ((selective-display nil)) ;Disable ^M to nl translation.
(write-region beg end metafile nil 'nomessage)) (write-region beg end metafile nil 'nomessage))

View file

@ -445,7 +445,7 @@
(define-key menu [props] (define-key menu [props]
`(menu-item ,(purecopy "Text Properties") facemenu-menu)) `(menu-item ,(purecopy "Text Properties") facemenu-menu))
;; ns-win.el said: Add spell for platorm consistency. ;; ns-win.el said: Add spell for platform consistency.
(if (featurep 'ns) (if (featurep 'ns)
(define-key menu [spell] (define-key menu [spell]
`(menu-item ,(purecopy "Spell") ispell-menu-map))) `(menu-item ,(purecopy "Spell") ispell-menu-map)))

View file

@ -1399,7 +1399,7 @@ See also \\[mh-mh-to-mime]."
("mailto") ; RFC1738 Electronic mail address ("mailto") ; RFC1738 Electronic mail address
("news") ; RFC1738 Usenet news ("news") ; RFC1738 Usenet news
("nntp") ; RFC1738 Usenet news using NNTP access ("nntp") ; RFC1738 Usenet news using NNTP access
("propspero") ; RFC1738 Prospero Directory Service ("prospero") ; RFC1738 Prospero Directory Service
("telnet") ; RFC1738 Telnet ("telnet") ; RFC1738 Telnet
("tftp") ; RFC2046 Trivial File Transfer Protocol ("tftp") ; RFC2046 Trivial File Transfer Protocol
("url") ; RFC2017 URL scheme MIME access-type Protocol ("url") ; RFC2017 URL scheme MIME access-type Protocol

View file

@ -60,7 +60,7 @@
;; ;;
;; Thanks to KevinB@bartley.demon.co.uk for his useful input. ;; Thanks to KevinB@bartley.demon.co.uk for his useful input.
;; ;;
;;--- Customisation ------------------------------------------------------- ;;--- Customization -------------------------------------------------------
;; ;;
;; * You may want to use none or more of following: ;; * You may want to use none or more of following:
;; ;;

View file

@ -46,7 +46,7 @@
;; Extended filename syntax: ;; Extended filename syntax:
;; ;;
;; The default extended filename syntax is '/user@host:name', where the ;; The default extended filename syntax is '/user@host:name', where the
;; 'user@' part may be omitted. This syntax can be customised to a certain ;; 'user@' part may be omitted. This syntax can be customized to a certain
;; extent by changing ange-ftp-name-format. There are limitations. ;; extent by changing ange-ftp-name-format. There are limitations.
;; The `host' part has an optional suffix `#port' which may be used to ;; The `host' part has an optional suffix `#port' which may be used to
;; specify a non-default port number for the connexion. ;; specify a non-default port number for the connexion.
@ -1665,7 +1665,7 @@ good, skip, fatal, or unknown."
(ange-ftp-process-handle-line line proc) (ange-ftp-process-handle-line line proc)
;; If we've seen a potential error message and it ;; If we've seen a potential error message and it
;; hasn't been cancelled by a good message before ;; hasn't been cancelled by a good message before
;; seeing a propt, then the error was real. ;; seeing a prompt, then the error was real.
(delete-process proc) (delete-process proc)
(setq ange-ftp-process-busy nil (setq ange-ftp-process-busy nil
ange-ftp-process-result-line ange-ftp-pending-error-line)))) ange-ftp-process-result-line ange-ftp-pending-error-line))))

View file

@ -138,7 +138,7 @@
;; M-x browse-url-of-dired-file RET ;; M-x browse-url-of-dired-file RET
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Customisation (~/.emacs) ;; Customization (~/.emacs)
;; To see what variables are available for customization, type ;; To see what variables are available for customization, type
;; `M-x set-variable browse-url TAB'. Better, use ;; `M-x set-variable browse-url TAB'. Better, use
@ -190,7 +190,7 @@
;; ;;
;; (add-hook 'browse-url-of-file-hook 'browse-url-netscape-reload) ;; (add-hook 'browse-url-of-file-hook 'browse-url-netscape-reload)
;; You may also want to customise browse-url-netscape-arguments, e.g. ;; You may also want to customize browse-url-netscape-arguments, e.g.
;; (setq browse-url-netscape-arguments '("-install")) ;; (setq browse-url-netscape-arguments '("-install"))
;; ;;
;; or similarly for the other browsers. ;; or similarly for the other browsers.

View file

@ -1793,7 +1793,7 @@ Update teeview afterwards unless NO-UPDATE is non-nil."
result)) result))
(defun newsticker--group-remove-obsolete-feeds (group) (defun newsticker--group-remove-obsolete-feeds (group)
"Recursively remove obselete feeds from GROUP." "Recursively remove obsolete feeds from GROUP."
(let ((result nil) (let ((result nil)
(urls (append newsticker-url-list newsticker-url-list-defaults))) (urls (append newsticker-url-list newsticker-url-list-defaults)))
(mapc (lambda (g) (mapc (lambda (g)

View file

@ -201,7 +201,7 @@ in your ~/.emacs (after loading/requiring quickurl).")
(listp (cdr url))) (listp (cdr url)))
(defun quickurl-make-url (keyword url &optional comment) (defun quickurl-make-url (keyword url &optional comment)
"Create a URL from KEYWORD, URL and (optionaly) COMMENT." "Create a URL from KEYWORD, URL and (optionally) COMMENT."
(if (and comment (not (zerop (length comment)))) (if (and comment (not (zerop (length comment))))
(list keyword url comment) (list keyword url comment)
(cons keyword url))) (cons keyword url)))

View file

@ -5033,11 +5033,11 @@ function cell is returned to be applied on a buffer."
;; until the last but one hop via `start-file-process'. Apply it ;; until the last but one hop via `start-file-process'. Apply it
;; also for ftp and smb. ;; also for ftp and smb.
;; * WIBNI if we had a command "trampclient"? If I was editing in ;; * WIBNI if we had a command "trampclient"? If I was editing in
;; some shell with root priviledges, it would be nice if I could ;; some shell with root privileges, it would be nice if I could
;; just call ;; just call
;; trampclient filename.c ;; trampclient filename.c
;; as an editor, and the _current_ shell would connect to an Emacs ;; as an editor, and the _current_ shell would connect to an Emacs
;; server and would be used in an existing non-priviledged Emacs ;; server and would be used in an existing non-privileged Emacs
;; session for doing the editing in question. ;; session for doing the editing in question.
;; That way, I need not tell Emacs my password again and be afraid ;; That way, I need not tell Emacs my password again and be afraid
;; that it makes it into core dumps or other ugly stuff (I had Emacs ;; that it makes it into core dumps or other ugly stuff (I had Emacs

View file

@ -480,7 +480,7 @@ PRESERVE-UID-GID and PRESERVE-SELINUX-CONTEXT are completely ignored."
;; Dissect NAME. ;; Dissect NAME.
(with-parsed-tramp-file-name name nil (with-parsed-tramp-file-name name nil
;; Tilde expansion if necessary. We use the user name as share, ;; Tilde expansion if necessary. We use the user name as share,
;; which is offen the case in domains. ;; which is often the case in domains.
(when (string-match "\\`/?~\\([^/]*\\)" localname) (when (string-match "\\`/?~\\([^/]*\\)" localname)
(setq localname (setq localname
(replace-match (replace-match

View file

@ -88,7 +88,7 @@
;; ;;
;; (setq xesam-query-type 'fulltext-query) ;; (setq xesam-query-type 'fulltext-query)
;; ;;
;; Another option to be customised is the number of hits to be ;; Another option to be customized is the number of hits to be
;; presented at once. ;; presented at once.
;; ;;
;; (setq xesam-hits-per-page 50) ;; (setq xesam-hits-per-page 50)

View file

@ -1619,7 +1619,7 @@ Where CATEGORY-REGEXP is a regexp matching the categories where
the icon should be displayed. the icon should be displayed.
FILE-OR-DATA either a file path or a string containing image data. FILE-OR-DATA either a file path or a string containing image data.
The other fields can be omited safely if not needed: The other fields can be omitted safely if not needed:
TYPE indicates the image type. TYPE indicates the image type.
DATA-P is a boolean indicating whether the FILE-OR-DATA string is DATA-P is a boolean indicating whether the FILE-OR-DATA string is
image data. image data.

View file

@ -372,7 +372,7 @@ to avoid conflicts with other active capture processes."
(plist-get (if local org-capture-current-plist org-capture-plist) prop)) (plist-get (if local org-capture-current-plist org-capture-plist) prop))
(defun org-capture-member (prop &optional local) (defun org-capture-member (prop &optional local)
"Is PROP a preperty in `org-capture-plist'. "Is PROP a property in `org-capture-plist'.
When LOCAL is set, use the local variable `org-capture-current-plist', When LOCAL is set, use the local variable `org-capture-current-plist',
this is necessary after initialization of the capture process, this is necessary after initialization of the capture process,
to avoid conflicts with other active capture processes." to avoid conflicts with other active capture processes."

View file

@ -36,7 +36,7 @@
;; links to these 'tagged' destinations, allowing seamless navigation between ;; links to these 'tagged' destinations, allowing seamless navigation between
;; multiple org-mode files. Topics can be created in any org mode file and ;; multiple org-mode files. Topics can be created in any org mode file and
;; will always be found by plain links from other files. Other file types ;; will always be found by plain links from other files. Other file types
;; recognised by ctags (source code files, latex files, etc) will also be ;; recognized by ctags (source code files, latex files, etc) will also be
;; available as destinations for plain links, and similarly, org-mode links ;; available as destinations for plain links, and similarly, org-mode links
;; will be available as tags from source files. Finally, the function ;; will be available as tags from source files. Finally, the function
;; `org-ctags-find-tag-interactive' lets you choose any known tag, using ;; `org-ctags-find-tag-interactive' lets you choose any known tag, using

View file

@ -51,7 +51,7 @@
(defvar orgtbl-after-send-table-hook nil (defvar orgtbl-after-send-table-hook nil
"Hook for functions attaching to `C-c C-c', if the table is sent. "Hook for functions attaching to `C-c C-c', if the table is sent.
This can be used to add additional functionality after the table is sent This can be used to add additional functionality after the table is sent
to the receiver position, othewise, if table is not sent, the functions to the receiver position, otherwise, if table is not sent, the functions
are not run.") are not run.")
(defcustom orgtbl-optimized (eq org-enable-table-editor 'optimized) (defcustom orgtbl-optimized (eq org-enable-table-editor 'optimized)

View file

@ -579,7 +579,7 @@ Solutions are sorted from least to greatest Hamming weight."
(let* (calc-command-flags (let* (calc-command-flags
(grid-size-squared (* 5x5-grid-size 5x5-grid-size)) (grid-size-squared (* 5x5-grid-size 5x5-grid-size))
;; targetv is the vector the origine of which is org="current ;; targetv is the vector the origin of which is org="current
;; grid" and the end of which is dest="all ones". ;; grid" and the end of which is dest="all ones".
(targetv (targetv
(5x5-log (5x5-log

View file

@ -3692,7 +3692,7 @@ VI. Customization:
"\n\n "\n\n
The printing interface buffer has the same functionality as the printing menu. The printing interface buffer has the same functionality as the printing menu.
The major difference is that the states (like sending PostScript generated to a The major difference is that the states (like sending PostScript generated to a
file, n-up printing, etc.) are set and saved between priting buffer file, n-up printing, etc.) are set and saved between printing buffer
activation. Also, the landscape, duplex and tumble values are the same for activation. Also, the landscape, duplex and tumble values are the same for
PostScript file and directory/buffer/region/mode processing; using menu, there PostScript file and directory/buffer/region/mode processing; using menu, there
are different value sets for PostScript file and directory/buffer/region/mode are different value sets for PostScript file and directory/buffer/region/mode

View file

@ -231,7 +231,7 @@
;; to foul things up. ;; to foul things up.
(defconst c-awk-non-arith-op-bra-re (defconst c-awk-non-arith-op-bra-re
"[[\(&=:!><,?;'~|]") "[[\(&=:!><,?;'~|]")
;; Matches an openeing BRAcket ,round or square, or any operator character ;; Matches an opening BRAcket, round or square, or any operator character
;; apart from +,-,/,*,%. For the purpose at hand (detecting a / which is a ;; apart from +,-,/,*,%. For the purpose at hand (detecting a / which is a
;; regexp bracket) these arith ops are unnecessary and a pain, because of "++" ;; regexp bracket) these arith ops are unnecessary and a pain, because of "++"
;; and "--". ;; and "--".

View file

@ -2178,7 +2178,7 @@ function does not require the declaration to contain a brace block."
(end (1- (cdr range))) (end (1- (cdr range)))
(here-filler ; matches WS and escaped newlines at point. (here-filler ; matches WS and escaped newlines at point.
"\\=\\([ \t\n\r\f]\\|\\\\[\n\r]\\)*") "\\=\\([ \t\n\r\f]\\|\\\\[\n\r]\\)*")
;; Enhance paragraph-start and paragraph-separate also to recognise ;; Enhance paragraph-start and paragraph-separate also to recognize
;; blank lines terminated by escaped EOLs. IT MAY WELL BE that ;; blank lines terminated by escaped EOLs. IT MAY WELL BE that
;; these values should be customizable user options, or something. ;; these values should be customizable user options, or something.
(paragraph-start c-string-par-start) (paragraph-start c-string-par-start)
@ -2234,7 +2234,7 @@ function does not require the declaration to contain a brace block."
(save-match-data (save-match-data
(let* ((here (point)) (let* ((here (point))
last last
;; Enhance paragraph-start and paragraph-separate to recognise ;; Enhance paragraph-start and paragraph-separate to recognize
;; blank lines terminated by escaped EOLs. ;; blank lines terminated by escaped EOLs.
(paragraph-start c-string-par-start) (paragraph-start c-string-par-start)
(paragraph-separate c-string-par-separate) (paragraph-separate c-string-par-separate)

View file

@ -774,7 +774,7 @@ be after it."
;; In addition to `c-at-vsemi-p-fn', a mode may need to supply a function for ;; In addition to `c-at-vsemi-p-fn', a mode may need to supply a function for
;; `c-vsemi-status-unknown-p-fn'. The macro `c-vsemi-status-unknown-p' is a ;; `c-vsemi-status-unknown-p-fn'. The macro `c-vsemi-status-unknown-p' is a
;; rather recondite kludge. It exists because the function ;; rather recondite kludge. It exists because the function
;; `c-beginning-of-statement-1' sometimes tests for VSs as an optimisation, ;; `c-beginning-of-statement-1' sometimes tests for VSs as an optimization,
;; but `c-at-vsemi-p' might well need to call `c-beginning-of-statement-1' in ;; but `c-at-vsemi-p' might well need to call `c-beginning-of-statement-1' in
;; its calculations, thus potentially leading to infinite recursion. ;; its calculations, thus potentially leading to infinite recursion.
;; ;;
@ -1249,7 +1249,7 @@ been put there by c-put-char-property. POINT remains unchanged."
;; which introduces a CPP construct and every EOL (or EOB, or character ;; which introduces a CPP construct and every EOL (or EOB, or character
;; preceding //, etc.) which terminates it. We can instantly "comment ;; preceding //, etc.) which terminates it. We can instantly "comment
;; out" all CPP constructs by giving `c-cpp-delimiter' a syntax-table ;; out" all CPP constructs by giving `c-cpp-delimiter' a syntax-table
;; propery '(14) (generic comment delimiter). ;; property '(14) (generic comment delimiter).
(defmacro c-set-cpp-delimiters (beg end) (defmacro c-set-cpp-delimiters (beg end)
;; This macro does a hidden buffer change. ;; This macro does a hidden buffer change.
`(progn `(progn

View file

@ -2548,7 +2548,7 @@ comment at the start of cc-engine.el for more info."
c-state-cache))) c-state-cache)))
;; N.B. This defsubst codes one method for the simple, normal case, ;; N.B. This defsubst codes one method for the simple, normal case,
;; and a more sophisticated, slower way for the general case. Don't ;; and a more sophisticated, slower way for the general case. Don't
;; eliminate this defsubst - it's a speed optimisation. ;; eliminate this defsubst - it's a speed optimization.
(c-append-lower-brace-pair-to-state-cache (1- bra+1))))) (c-append-lower-brace-pair-to-state-cache (1- bra+1)))))
(defun c-append-to-state-cache (from) (defun c-append-to-state-cache (from)
@ -2788,7 +2788,7 @@ comment at the start of cc-engine.el for more info."
;; ;;
;; This function must only be called only when (> `c-state-cache-good-pos' ;; This function must only be called only when (> `c-state-cache-good-pos'
;; HERE). Usually the gap between CACHE-POS and HERE is large. It is thus ;; HERE). Usually the gap between CACHE-POS and HERE is large. It is thus
;; optimised to eliminate (or minimize) scanning between these two ;; optimized to eliminate (or minimize) scanning between these two
;; positions. ;; positions.
;; ;;
;; Return a three element list (GOOD-POS SCAN-BACK-POS FWD-FLAG), where: ;; Return a three element list (GOOD-POS SCAN-BACK-POS FWD-FLAG), where:
@ -4233,9 +4233,9 @@ comment at the start of cc-engine.el for more info."
;; fails to take account of the change of the s-t property on the opening / to ;; fails to take account of the change of the s-t property on the opening / to
;; "string", and reports that the { is within a string started by the second /. ;; "string", and reports that the { is within a string started by the second /.
;; ;;
;; The workaround for this is for the AWK Mode initialisation to switch the ;; The workaround for this is for the AWK Mode initialization to switch the
;; defalias for c-in-literal to c-slow-in-literal. This will slow down other ;; defalias for c-in-literal to c-slow-in-literal. This will slow down other
;; cc-modes in XEmacs whenever an awk-buffer has been initialised. ;; cc-modes in XEmacs whenever an awk-buffer has been initialized.
;; ;;
;; (Alan Mackenzie, 2003/4/30). ;; (Alan Mackenzie, 2003/4/30).
@ -4904,7 +4904,7 @@ comment at the start of cc-engine.el for more info."
(setq cfd-prop-match nil)) (setq cfd-prop-match nil))
(when (/= cfd-macro-end 0) (when (/= cfd-macro-end 0)
;; Restore limits if we did macro narrowment above. ;; Restore limits if we did macro narrowing above.
(narrow-to-region (point-min) cfd-buffer-end))) (narrow-to-region (point-min) cfd-buffer-end)))
(goto-char cfd-continue-pos) (goto-char cfd-continue-pos)
@ -7100,7 +7100,7 @@ comment at the start of cc-engine.el for more info."
;; colon). Currently (2006-03), this applies only to Objective C's ;; colon). Currently (2006-03), this applies only to Objective C's
;; keywords "@private", "@protected", and "@public". Returns t. ;; keywords "@private", "@protected", and "@public". Returns t.
;; ;;
;; One of the things which will NOT be recognised as a label is a bit-field ;; One of the things which will NOT be recognized as a label is a bit-field
;; element of a struct, something like "int foo:5". ;; element of a struct, something like "int foo:5".
;; ;;
;; The end of the label is taken to be just after the colon, or the end of ;; The end of the label is taken to be just after the colon, or the end of
@ -9582,7 +9582,7 @@ comment at the start of cc-engine.el for more info."
(c-add-syntax 'inher-cont (c-point 'boi))) (c-add-syntax 'inher-cont (c-point 'boi)))
;; CASE 5D.5: Continuation of the "expression part" of a ;; CASE 5D.5: Continuation of the "expression part" of a
;; top level construct. Or, perhaps, an unrecognised construct. ;; top level construct. Or, perhaps, an unrecognized construct.
(t (t
(while (and (setq placeholder (point)) (while (and (setq placeholder (point))
(eq (car (c-beginning-of-decl-1 containing-sexp)) (eq (car (c-beginning-of-decl-1 containing-sexp))
@ -9593,7 +9593,7 @@ comment at the start of cc-engine.el for more info."
(< (point) placeholder))) (< (point) placeholder)))
(c-add-stmt-syntax (c-add-stmt-syntax
(cond (cond
((eq (point) placeholder) 'statement) ; unrecognised construct ((eq (point) placeholder) 'statement) ; unrecognized construct
;; A preceding comma at the top level means that a ;; A preceding comma at the top level means that a
;; new variable declaration starts here. Use ;; new variable declaration starts here. Use
;; topmost-intro-cont for it, for consistency with ;; topmost-intro-cont for it, for consistency with

Some files were not shown because too many files have changed in this diff Show more