mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-09 15:50:40 -08:00
Spelling fixes.
This commit is contained in:
parent
24901d610c
commit
40ba43b4b7
71 changed files with 632 additions and 632 deletions
|
|
@ -122,7 +122,7 @@
|
||||||
%put DELETE summary "delete <object>;"
|
%put DELETE summary "delete <object>;"
|
||||||
|
|
||||||
;; Despite this, this parser can find templates by ignoring the TEMPLATE
|
;; Despite this, this parser can find templates by ignoring the TEMPLATE
|
||||||
;; keyword, and finding the class/method being templateized.
|
;; keyword, and finding the class/method being templatized.
|
||||||
%token TEMPLATE "template"
|
%token TEMPLATE "template"
|
||||||
%put TEMPLATE summary "template <class TYPE ...> TYPE_OR_FUNCTION"
|
%put TEMPLATE summary "template <class TYPE ...> TYPE_OR_FUNCTION"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -887,7 +887,7 @@ but in this case, it is best to treat it as a novel or as a travel guide
|
||||||
to a country not yet visited: interesting, but not the same as being
|
to a country not yet visited: interesting, but not the same as being
|
||||||
there.
|
there.
|
||||||
|
|
||||||
Much of this introduction is dedicated to walk-throughs or guided tours
|
Much of this introduction is dedicated to walkthroughs or guided tours
|
||||||
of code used in GNU Emacs. These tours are designed for two purposes:
|
of code used in GNU Emacs. These tours are designed for two purposes:
|
||||||
first, to give you familiarity with real, working code (code you use
|
first, to give you familiarity with real, working code (code you use
|
||||||
every day); and, second, to give you familiarity with the way Emacs
|
every day); and, second, to give you familiarity with the way Emacs
|
||||||
|
|
|
||||||
|
|
@ -639,7 +639,7 @@ suspension'
|
||||||
symbolp
|
symbolp
|
||||||
symlink
|
symlink
|
||||||
syms
|
syms
|
||||||
syntatic
|
syntactic
|
||||||
tabname
|
tabname
|
||||||
temacs
|
temacs
|
||||||
temporarily'
|
temporarily'
|
||||||
|
|
|
||||||
1100
doc/misc/calc.texi
1100
doc/misc/calc.texi
File diff suppressed because it is too large
Load diff
|
|
@ -912,7 +912,7 @@ construct, should the point start inside it. If @ccmode fails to find
|
||||||
function beginnings or ends inside the current declaration scope, it
|
function beginnings or ends inside the current declaration scope, it
|
||||||
will search the enclosing scopes. If you want @ccmode to recognize
|
will search the enclosing scopes. If you want @ccmode to recognize
|
||||||
functions only at the top level@footnote{this was @ccmode{}'s
|
functions only at the top level@footnote{this was @ccmode{}'s
|
||||||
behavior prior to version 5.32.}, set @code{c-defun-tatic} to
|
behavior prior to version 5.32.}, set @code{c-defun-tactic} to
|
||||||
@code{t}.
|
@code{t}.
|
||||||
|
|
||||||
These functions are analogous to the Emacs built-in commands
|
These functions are analogous to the Emacs built-in commands
|
||||||
|
|
|
||||||
|
|
@ -627,7 +627,7 @@ translations of the reference card into several languages; look for
|
||||||
files named @file{etc/refcards/@var{lang}-refcard.*}, where @var{lang}
|
files named @file{etc/refcards/@var{lang}-refcard.*}, where @var{lang}
|
||||||
is a two-letter code of the language. For example, the German version
|
is a two-letter code of the language. For example, the German version
|
||||||
of the reference card is in the files @file{etc/refcards/de-refcard.tex}
|
of the reference card is in the files @file{etc/refcards/de-refcard.tex}
|
||||||
and @file{etc/recards/de-refcard.pdf}.
|
and @file{etc/refcards/de-refcard.pdf}.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
There are many other commands in Emacs for getting help and
|
There are many other commands in Emacs for getting help and
|
||||||
|
|
|
||||||
|
|
@ -25471,7 +25471,7 @@ Write @code{spam-check-blackbox} if Blackbox can check incoming mail.
|
||||||
|
|
||||||
Write @code{spam-blackbox-register-routine} and
|
Write @code{spam-blackbox-register-routine} and
|
||||||
@code{spam-blackbox-unregister-routine} using the bogofilter
|
@code{spam-blackbox-unregister-routine} using the bogofilter
|
||||||
register/unregister routines as a start, or other restister/unregister
|
register/unregister routines as a start, or other register/unregister
|
||||||
routines more appropriate to Blackbox, if Blackbox can
|
routines more appropriate to Blackbox, if Blackbox can
|
||||||
register/unregister spam and ham.
|
register/unregister spam and ham.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -775,7 +775,7 @@ to the value of `minibuffer-help-form'.
|
||||||
|
|
||||||
`help-form' is expected at all times to contain either `nil'
|
`help-form' is expected at all times to contain either `nil'
|
||||||
or an expression to be executed when C-h is typed (overriding
|
or an expression to be executed when C-h is typed (overriding
|
||||||
teh definition of C-h as a command). `minibuffer-help-form'
|
the definition of C-h as a command). `minibuffer-help-form'
|
||||||
can be used to provide a different default way of handling
|
can be used to provide a different default way of handling
|
||||||
C-h while in the minibuffer.
|
C-h while in the minibuffer.
|
||||||
|
|
||||||
|
|
@ -1870,7 +1870,7 @@ Changes in Emacs 1.9
|
||||||
|
|
||||||
* The variable global-minor-modes is used to display
|
* The variable global-minor-modes is used to display
|
||||||
strings in the mode line of all buffers. It should be
|
strings in the mode line of all buffers. It should be
|
||||||
a list of elements thaht are conses whose cdrs are strings
|
a list of elements that are conses whose cdrs are strings
|
||||||
to be displayed. This complements the variable
|
to be displayed. This complements the variable
|
||||||
minor-modes, which has the same effect but has a separate
|
minor-modes, which has the same effect but has a separate
|
||||||
value in each buffer.
|
value in each buffer.
|
||||||
|
|
|
||||||
|
|
@ -1303,7 +1303,7 @@ changing the file's uid or gid.
|
||||||
|
|
||||||
The default value of this variable is `nil', because usually it is
|
The default value of this variable is `nil', because usually it is
|
||||||
useful to have the uid of a file change according to who edited it
|
useful to have the uid of a file change according to who edited it
|
||||||
last. I recommend thet this variable be left normally `nil' and
|
last. I recommend that this variable be left normally `nil' and
|
||||||
changed with a local variables list in those particular files where
|
changed with a local variables list in those particular files where
|
||||||
the uid needs to be preserved.
|
the uid needs to be preserved.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5484,7 +5484,7 @@ non-nil.
|
||||||
** M-x revert-buffer no longer offers to revert from a recent auto-save
|
** M-x revert-buffer no longer offers to revert from a recent auto-save
|
||||||
file unless you give it a prefix argument. Otherwise it always
|
file unless you give it a prefix argument. Otherwise it always
|
||||||
reverts from the real file regardless of whether there has been an
|
reverts from the real file regardless of whether there has been an
|
||||||
auto-save since thenm. (Reverting from the auto-save file is no longer
|
auto-save since then. (Reverting from the auto-save file is no longer
|
||||||
very useful now that the undo capacity is larger.)
|
very useful now that the undo capacity is larger.)
|
||||||
|
|
||||||
** M-x recover-file no longer turns off Auto Save mode when it reads
|
** M-x recover-file no longer turns off Auto Save mode when it reads
|
||||||
|
|
|
||||||
|
|
@ -762,7 +762,7 @@
|
||||||
Those of us who value free software for freedom's sake will stay with
|
Those of us who value free software for freedom's sake will stay with
|
||||||
free software anyway. We will manage to get work done without the
|
free software anyway. We will manage to get work done without the
|
||||||
patented features. But those who value free software because they
|
patented features. But those who value free software because they
|
||||||
expect it to be techically superior are likely to call it a failure
|
expect it to be technically superior are likely to call it a failure
|
||||||
when a patent holds it back. Thus, while it is useful to talk about the
|
when a patent holds it back. Thus, while it is useful to talk about the
|
||||||
practical effectiveness of the "cathedral" model of development (1),
|
practical effectiveness of the "cathedral" model of development (1),
|
||||||
and the reliability and power of some free software, we must not stop
|
and the reliability and power of some free software, we must not stop
|
||||||
|
|
|
||||||
|
|
@ -916,7 +916,7 @@ E.g.: á -> á"
|
||||||
("θ" ?\θ) ;; GREEK SMALL LETTER THETA
|
("θ" ?\θ) ;; GREEK SMALL LETTER THETA
|
||||||
("Θ" ?\Θ) ;; GREEK CAPITAL LETTER THETA
|
("Θ" ?\Θ) ;; GREEK CAPITAL LETTER THETA
|
||||||
("&thetas;" ?\θ) ;; GREEK SMALL LETTER THETA
|
("&thetas;" ?\θ) ;; GREEK SMALL LETTER THETA
|
||||||
("&thetasyLsymbol;" ?\ϑ) ;; GREEK THETA SYMBOL
|
("ϑ" ?\ϑ) ;; GREEK THETA SYMBOL
|
||||||
("ϑ" ?\ϑ) ;; GREEK THETA SYMBOL
|
("ϑ" ?\ϑ) ;; GREEK THETA SYMBOL
|
||||||
("&THgr;" ?\Θ) ;; GREEK CAPITAL LETTER THETA
|
("&THgr;" ?\Θ) ;; GREEK CAPITAL LETTER THETA
|
||||||
("&thgr;" ?\θ) ;; GREEK SMALL LETTER THETA
|
("&thgr;" ?\θ) ;; GREEK SMALL LETTER THETA
|
||||||
|
|
|
||||||
|
|
@ -612,7 +612,7 @@ headers look like comments in the programming language. It will also use
|
||||||
the comment-start string, with an '_' appended, for `allout-primary-bullet'.
|
the comment-start string, with an '_' appended, for `allout-primary-bullet'.
|
||||||
|
|
||||||
String values are used as literals, not regular expressions, so
|
String values are used as literals, not regular expressions, so
|
||||||
do not escape any regulare-expression characters.
|
do not escape any regular-expression characters.
|
||||||
|
|
||||||
Value t means to first check for assoc value in `allout-mode-leaders'
|
Value t means to first check for assoc value in `allout-mode-leaders'
|
||||||
alist, then use comment-start string, if any, then use default (`.').
|
alist, then use comment-start string, if any, then use default (`.').
|
||||||
|
|
|
||||||
|
|
@ -359,7 +359,7 @@ the new configuration."
|
||||||
(defun ede-generic-new-autoloader (internal-name external-name
|
(defun ede-generic-new-autoloader (internal-name external-name
|
||||||
projectfile class)
|
projectfile class)
|
||||||
"Add a new EDE Autoload instance for identifying a generic project.
|
"Add a new EDE Autoload instance for identifying a generic project.
|
||||||
INTERNAL-NAME is a long name that identifies thsi project type.
|
INTERNAL-NAME is a long name that identifies this project type.
|
||||||
EXTERNAL-NAME is a shorter human readable name to describe the project.
|
EXTERNAL-NAME is a shorter human readable name to describe the project.
|
||||||
PROJECTFILE is a file name that identifies a project of this type to EDE, such as
|
PROJECTFILE is a file name that identifies a project of this type to EDE, such as
|
||||||
a Makefile, or SConstruct file.
|
a Makefile, or SConstruct file.
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,7 @@ don't do it. A value of nil means to just do it.")
|
||||||
(directory-file-name
|
(directory-file-name
|
||||||
(ede-subproject-relative-path sp top-level-project-local)))))
|
(ede-subproject-relative-path sp top-level-project-local)))))
|
||||||
(when (string= dir "./") (setq dir ""))
|
(when (string= dir "./") (setq dir ""))
|
||||||
;; Use concat, because expand-file-name removes the relativeness.
|
;; Use concat, because expand-file-name removes the relativity.
|
||||||
(concat dir "Makefile") )))))
|
(concat dir "Makefile") )))))
|
||||||
;;
|
;;
|
||||||
;; NOTE TO SELF. TURN THIS INTO THE OFFICIAL LIST
|
;; NOTE TO SELF. TURN THIS INTO THE OFFICIAL LIST
|
||||||
|
|
|
||||||
|
|
@ -284,7 +284,7 @@ buffer being in order to provide a smart default target type."
|
||||||
(progn (forward-line -1)
|
(progn (forward-line -1)
|
||||||
(end-of-line)
|
(end-of-line)
|
||||||
(insert "\n"))
|
(insert "\n"))
|
||||||
;; If the above search fails, thats ok. We'd just want to be at
|
;; If the above search fails, that's ok. We'd just want to be at
|
||||||
;; point-min anyway.
|
;; point-min anyway.
|
||||||
)
|
)
|
||||||
(makefile-insert-macro (car (cdr (cdr ntype))))))
|
(makefile-insert-macro (car (cdr (cdr ntype))))))
|
||||||
|
|
|
||||||
|
|
@ -161,7 +161,7 @@ be just a string in some circumstances.")
|
||||||
(defclass semantic-analyze-context-return (semantic-analyze-context)
|
(defclass semantic-analyze-context-return (semantic-analyze-context)
|
||||||
() ; No extra data.
|
() ; No extra data.
|
||||||
"Analysis class for return data.
|
"Analysis class for return data.
|
||||||
Return data methods identify the requred type by the return value
|
Return data methods identify the required type by the return value
|
||||||
of the parent function.")
|
of the parent function.")
|
||||||
|
|
||||||
;;; METHODS
|
;;; METHODS
|
||||||
|
|
|
||||||
|
|
@ -954,7 +954,7 @@ now.
|
||||||
(nth 1 (car names)) ; name
|
(nth 1 (car names)) ; name
|
||||||
"typedef"
|
"typedef"
|
||||||
(semantic-tag-type-members tag)
|
(semantic-tag-type-members tag)
|
||||||
;; parent is just tbe name of what
|
;; parent is just the name of what
|
||||||
;; is passed down as a tag.
|
;; is passed down as a tag.
|
||||||
(list
|
(list
|
||||||
(semantic-tag-name
|
(semantic-tag-name
|
||||||
|
|
|
||||||
|
|
@ -1478,7 +1478,7 @@ one in the source buffer."
|
||||||
(tag (cdr nt))
|
(tag (cdr nt))
|
||||||
(table (car nt))
|
(table (car nt))
|
||||||
)
|
)
|
||||||
;; If we fail to normalize, resete.
|
;; If we fail to normalize, reset.
|
||||||
(when (not tag) (setq table rtable tag rtag))
|
(when (not tag) (setq table rtable tag rtag))
|
||||||
;; Do the focus.
|
;; Do the focus.
|
||||||
(let ((buf (or (semantic-tag-buffer tag)
|
(let ((buf (or (semantic-tag-buffer tag)
|
||||||
|
|
|
||||||
|
|
@ -137,7 +137,7 @@ Create one of our special tables that can act as an intermediary."
|
||||||
|
|
||||||
(defmethod semanticdb-get-tags ((table semanticdb-table-javascript ))
|
(defmethod semanticdb-get-tags ((table semanticdb-table-javascript ))
|
||||||
"Return the list of tags belonging to TABLE."
|
"Return the list of tags belonging to TABLE."
|
||||||
;; NOTE: Omniscient databases probably don't want to keep large tabes
|
;; NOTE: Omniscient databases probably don't want to keep large tables
|
||||||
;; lolly-gagging about. Keep internal Emacs tables empty and
|
;; lolly-gagging about. Keep internal Emacs tables empty and
|
||||||
;; refer to alternate databases when you need something.
|
;; refer to alternate databases when you need something.
|
||||||
semanticdb-javascript-tags)
|
semanticdb-javascript-tags)
|
||||||
|
|
|
||||||
|
|
@ -649,7 +649,7 @@ This function is for internal use by `semantic-edits-incremental-parser'."
|
||||||
parent-tag (aref tmp 2))
|
parent-tag (aref tmp 2))
|
||||||
;; We can calculate parse begin/end by checking
|
;; We can calculate parse begin/end by checking
|
||||||
;; out what is in TAGS. The one near start is
|
;; out what is in TAGS. The one near start is
|
||||||
;; always first. Make sure the reprase includes
|
;; always first. Make sure the reparse includes
|
||||||
;; the `whitespace' around the snarfed tags.
|
;; the `whitespace' around the snarfed tags.
|
||||||
;; Since cache-list is positioned properly, use it
|
;; Since cache-list is positioned properly, use it
|
||||||
;; to find that boundary.
|
;; to find that boundary.
|
||||||
|
|
@ -707,7 +707,7 @@ This function is for internal use by `semantic-edits-incremental-parser'."
|
||||||
;; since that is how the multi-tag parser works. Grab
|
;; since that is how the multi-tag parser works. Grab
|
||||||
;; the reparse symbol from the first of the returned tags.
|
;; the reparse symbol from the first of the returned tags.
|
||||||
;;
|
;;
|
||||||
;; Feb '06 - If repase-symbol is nil, then they are top level
|
;; Feb '06 - If reparse-symbol is nil, then they are top level
|
||||||
;; tags. (I'm guessing.) Is this right?
|
;; tags. (I'm guessing.) Is this right?
|
||||||
(setq reparse-symbol
|
(setq reparse-symbol
|
||||||
(semantic--tag-get-property (car (or tags cache-list))
|
(semantic--tag-get-property (car (or tags cache-list))
|
||||||
|
|
|
||||||
|
|
@ -251,7 +251,7 @@ later installation should be done in MODE hook."
|
||||||
|
|
||||||
(defmacro semantic-exit-on-input (symbol &rest forms)
|
(defmacro semantic-exit-on-input (symbol &rest forms)
|
||||||
"Using SYMBOL as an argument to `throw', execute FORMS.
|
"Using SYMBOL as an argument to `throw', execute FORMS.
|
||||||
If FORMS includes a call to `semantic-thow-on-input', then
|
If FORMS includes a call to `semantic-throw-on-input', then
|
||||||
if a user presses any key during execution, this form macro
|
if a user presses any key during execution, this form macro
|
||||||
will exit with the value passed to `semantic-throw-on-input'.
|
will exit with the value passed to `semantic-throw-on-input'.
|
||||||
If FORMS completes, then the return value is the same as `progn'."
|
If FORMS completes, then the return value is the same as `progn'."
|
||||||
|
|
|
||||||
|
|
@ -303,7 +303,7 @@ are from nesting data types."
|
||||||
(miniscope (semantic-scope-cache "mini"))
|
(miniscope (semantic-scope-cache "mini"))
|
||||||
ptag)
|
ptag)
|
||||||
|
|
||||||
;; Find the next entry in the refereneced type for
|
;; Find the next entry in the referenced type for
|
||||||
;; our function, and append to return list till our
|
;; our function, and append to return list till our
|
||||||
;; returnlist is empty.
|
;; returnlist is empty.
|
||||||
(while snlist
|
(while snlist
|
||||||
|
|
|
||||||
|
|
@ -919,7 +919,7 @@ That is the value of the attribute `:system-flag'."
|
||||||
"Return a filename representation of TAG.
|
"Return a filename representation of TAG.
|
||||||
The default action is to return the `semantic-tag-name'.
|
The default action is to return the `semantic-tag-name'.
|
||||||
Some languages do not use full filenames in their include statements.
|
Some languages do not use full filenames in their include statements.
|
||||||
Override this method to translate the code represenation
|
Override this method to translate the code representation
|
||||||
into a filename. (A relative filename if necessary.)
|
into a filename. (A relative filename if necessary.)
|
||||||
|
|
||||||
See `semantic-dependency-tag-file' to expand an include
|
See `semantic-dependency-tag-file' to expand an include
|
||||||
|
|
|
||||||
|
|
@ -698,7 +698,7 @@ allocating something based on its type."
|
||||||
(cdr (car al)))))
|
(cdr (car al)))))
|
||||||
(setq al nil)))
|
(setq al nil)))
|
||||||
(setq al (cdr al)))
|
(setq al (cdr al)))
|
||||||
;; add tailers to names which are obviously returning something.
|
;; add trailers to names which are obviously returning something.
|
||||||
(if tailit
|
(if tailit
|
||||||
(progn
|
(progn
|
||||||
(setq al srecode-document-autocomment-return-last-alist)
|
(setq al srecode-document-autocomment-return-last-alist)
|
||||||
|
|
|
||||||
|
|
@ -1980,7 +1980,7 @@ Make backspaces delete the previous character."
|
||||||
;; The point should float after any insertion we do.
|
;; The point should float after any insertion we do.
|
||||||
(saved-point (copy-marker (point) t)))
|
(saved-point (copy-marker (point) t)))
|
||||||
|
|
||||||
;; We temporarly remove any buffer narrowing, in case the
|
;; We temporarily remove any buffer narrowing, in case the
|
||||||
;; process mark is outside of the restriction
|
;; process mark is outside of the restriction
|
||||||
(save-restriction
|
(save-restriction
|
||||||
(widen)
|
(widen)
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,7 @@
|
||||||
;; c) If successful (your -frame variable has a value), call
|
;; c) If successful (your -frame variable has a value), call
|
||||||
;; timer setup if applicable.
|
;; timer setup if applicable.
|
||||||
;; your-frame-reposition- -- Function to call from after-create-hook to
|
;; your-frame-reposition- -- Function to call from after-create-hook to
|
||||||
;; reposition your frame with `dframe-repsoition-frame'.
|
;; reposition your frame with `dframe-reposition-frame'.
|
||||||
;; your-mode -- Set up the major mode of the buffer for your app.
|
;; your-mode -- Set up the major mode of the buffer for your app.
|
||||||
;; Set these variables: dframe-track-mouse-function,
|
;; Set these variables: dframe-track-mouse-function,
|
||||||
;; dframe-help-echo-function,
|
;; dframe-help-echo-function,
|
||||||
|
|
@ -726,7 +726,7 @@ who requested the timer. NULL-ON-ERROR is ignored."
|
||||||
(if timeout
|
(if timeout
|
||||||
(add-to-list 'dframe-client-functions fn)
|
(add-to-list 'dframe-client-functions fn)
|
||||||
(setq dframe-client-functions (delete fn dframe-client-functions)))
|
(setq dframe-client-functions (delete fn dframe-client-functions)))
|
||||||
;; Now decided what to do about the timout.
|
;; Now decided what to do about the timeout.
|
||||||
(if (or
|
(if (or
|
||||||
;; We have a timer, restart the timer with the new time.
|
;; We have a timer, restart the timer with the new time.
|
||||||
timeout
|
timeout
|
||||||
|
|
|
||||||
|
|
@ -206,7 +206,7 @@ Return t if the height of the tree has shrunk."
|
||||||
|
|
||||||
Return cons cell (SHRUNK . DATA), where SHRUNK is t if the
|
Return cons cell (SHRUNK . DATA), where SHRUNK is t if the
|
||||||
height of the tree has shrunk and nil otherwise, and DATA is
|
height of the tree has shrunk and nil otherwise, and DATA is
|
||||||
the releted data."
|
the related data."
|
||||||
(let ((br (avl-tree--node-branch root branch)))
|
(let ((br (avl-tree--node-branch root branch)))
|
||||||
(cond
|
(cond
|
||||||
;; DATA not in tree.
|
;; DATA not in tree.
|
||||||
|
|
|
||||||
|
|
@ -335,7 +335,7 @@ Will be local in linted buffers.")
|
||||||
Is measured in buffer-modified-ticks and is local in linted buffers.")
|
Is measured in buffer-modified-ticks and is local in linted buffers.")
|
||||||
|
|
||||||
;; This is a minor optimization. It is local to every buffer, and so
|
;; This is a minor optimization. It is local to every buffer, and so
|
||||||
;; does not prevent recursive requirs. It does not list the requires
|
;; does not prevent recursive requires. It does not list the requires
|
||||||
;; of requires.
|
;; of requires.
|
||||||
(defvar elint-features nil
|
(defvar elint-features nil
|
||||||
"List of all libraries this buffer has required, or that have been provided.")
|
"List of all libraries this buffer has required, or that have been provided.")
|
||||||
|
|
|
||||||
|
|
@ -205,7 +205,7 @@ designated buffers.")
|
||||||
|
|
||||||
(viper-deflocalvar viper-insert-diehard-minor-mode nil
|
(viper-deflocalvar viper-insert-diehard-minor-mode nil
|
||||||
"Minor mode that simulates Vi very closely.
|
"Minor mode that simulates Vi very closely.
|
||||||
Not recommened, except for the novice user.")
|
Not recommended, except for the novice user.")
|
||||||
|
|
||||||
(viper-deflocalvar viper-insert-kbd-minor-mode nil
|
(viper-deflocalvar viper-insert-kbd-minor-mode nil
|
||||||
"Minor mode for Ex command macros Insert state.
|
"Minor mode for Ex command macros Insert state.
|
||||||
|
|
@ -679,7 +679,7 @@ to a new place after repeating previous Vi command."
|
||||||
:group 'viper-search)
|
:group 'viper-search)
|
||||||
|
|
||||||
(defcustom viper-search-scroll-threshold 2
|
(defcustom viper-search-scroll-threshold 2
|
||||||
"*If search lands within this threshnold from the window top/bottom,
|
"*If search lands within this threshold from the window top/bottom,
|
||||||
the window will be scrolled up or down appropriately, to reveal context.
|
the window will be scrolled up or down appropriately, to reveal context.
|
||||||
If you want Viper search to behave as usual in Vi, set this variable to a
|
If you want Viper search to behave as usual in Vi, set this variable to a
|
||||||
negative number."
|
negative number."
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
|
|
||||||
* erc.el:
|
* erc.el:
|
||||||
* erc-insert-hook: Changed strategy completely, no start end parameters any more.
|
* erc-insert-hook: Changed strategy completely, no start end parameters any more.
|
||||||
We narrow-to-region now, thats much cleaner.
|
We narrow-to-region now, that's much cleaner.
|
||||||
* rename erc-fill-region to erc-fill and change the autoload
|
* rename erc-fill-region to erc-fill and change the autoload
|
||||||
** You'll probably need to restart Emacs
|
** You'll probably need to restart Emacs
|
||||||
|
|
||||||
|
|
@ -221,7 +221,7 @@
|
||||||
* Applied antifuchs/mhp patches, the latest on erc-help, unmodified
|
* Applied antifuchs/mhp patches, the latest on erc-help, unmodified
|
||||||
* New variable: erc-reuse-buffers default to t.
|
* New variable: erc-reuse-buffers default to t.
|
||||||
* Modified erc-generate-new-buffer-name to use it. it checks if server and port are the same,
|
* Modified erc-generate-new-buffer-name to use it. it checks if server and port are the same,
|
||||||
then one can assume thats the same channel/query target again.
|
then one can assume that's the same channel/query target again.
|
||||||
|
|
||||||
2001-11-23 Mario Lang <mlang@delysid.org>
|
2001-11-23 Mario Lang <mlang@delysid.org>
|
||||||
|
|
||||||
|
|
@ -415,7 +415,7 @@
|
||||||
* erc.el: only some code beautification
|
* erc.el: only some code beautification
|
||||||
|
|
||||||
* erc-imenu.el:
|
* erc-imenu.el:
|
||||||
remove add-hook call, thats done in erc.el now for autoloadability
|
remove add-hook call, that's done in erc.el now for autoloadability
|
||||||
|
|
||||||
* erc.el: * Make erc-imenu autoloadable
|
* erc.el: * Make erc-imenu autoloadable
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -239,7 +239,7 @@ IMAGESPEC is the image data, and DOCSTRING is documentation for the image."
|
||||||
("[ ]" . ezimage-page)
|
("[ ]" . ezimage-page)
|
||||||
("{+}" . ezimage-box-plus)
|
("{+}" . ezimage-box-plus)
|
||||||
("{-}" . ezimage-box-minus)
|
("{-}" . ezimage-box-minus)
|
||||||
;; Some vaguely representitive entries
|
;; Some vaguely representative entries
|
||||||
("*" . ezimage-checkout)
|
("*" . ezimage-checkout)
|
||||||
("#" . ezimage-object)
|
("#" . ezimage-object)
|
||||||
("!" . ezimage-object-out-of-date)
|
("!" . ezimage-object-out-of-date)
|
||||||
|
|
|
||||||
|
|
@ -1925,7 +1925,7 @@ frame parameters in PARAMETERS."
|
||||||
(progn
|
(progn
|
||||||
;; Initialize faces from face spec and custom theme.
|
;; Initialize faces from face spec and custom theme.
|
||||||
(face-spec-recalc face frame)
|
(face-spec-recalc face frame)
|
||||||
;; X resouces for the default face are applied during
|
;; X resources for the default face are applied during
|
||||||
;; `x-create-frame'.
|
;; `x-create-frame'.
|
||||||
(and (not (eq face 'default)) window-system-p
|
(and (not (eq face 'default)) window-system-p
|
||||||
(make-face-x-resource-internal face frame))
|
(make-face-x-resource-internal face frame))
|
||||||
|
|
|
||||||
|
|
@ -562,7 +562,7 @@ Keys specific to Follow mode:
|
||||||
;;
|
;;
|
||||||
;; Almost like the real thing, except when the cursor ends up outside
|
;; Almost like the real thing, except when the cursor ends up outside
|
||||||
;; the top or bottom... In our case however, we end up outside the
|
;; the top or bottom... In our case however, we end up outside the
|
||||||
;; window and hence we are recenterd. Should we let `recenter' handle
|
;; window and hence we are recentered. Should we let `recenter' handle
|
||||||
;; the point position we would never leave the selected window. To do
|
;; the point position we would never leave the selected window. To do
|
||||||
;; it ourselves we would need to do our own redisplay, which is easier
|
;; it ourselves we would need to do our own redisplay, which is easier
|
||||||
;; said than done. (Why didn't I do a real display abstraction from
|
;; said than done. (Why didn't I do a real display abstraction from
|
||||||
|
|
|
||||||
|
|
@ -981,7 +981,7 @@ The value of this variable is used when Font Lock mode is turned on."
|
||||||
;; rules one way and C code another. Neat!
|
;; rules one way and C code another. Neat!
|
||||||
;;
|
;;
|
||||||
;; A further reason to use the fontification indirection feature is when the
|
;; A further reason to use the fontification indirection feature is when the
|
||||||
;; default syntactual fontification, or the default fontification in general,
|
;; default syntactic fontification, or the default fontification in general,
|
||||||
;; is not flexible enough for a particular major mode. For example, perhaps
|
;; is not flexible enough for a particular major mode. For example, perhaps
|
||||||
;; comments are just too hairy for `font-lock-fontify-syntactically-region' to
|
;; comments are just too hairy for `font-lock-fontify-syntactically-region' to
|
||||||
;; cope with. You need to write your own version of that function, e.g.,
|
;; cope with. You need to write your own version of that function, e.g.,
|
||||||
|
|
|
||||||
|
|
@ -1361,7 +1361,7 @@ if it is a string, only list groups matching REGEXP."
|
||||||
; We list groups with unread articles
|
; We list groups with unread articles
|
||||||
(and gnus-list-groups-with-ticked-articles
|
(and gnus-list-groups-with-ticked-articles
|
||||||
(cdr (assq 'tick (gnus-info-marks info))))
|
(cdr (assq 'tick (gnus-info-marks info))))
|
||||||
; And groups with tickeds
|
; And groups with ticked articles
|
||||||
;; Check for permanent visibility.
|
;; Check for permanent visibility.
|
||||||
(and gnus-permanently-visible-groups
|
(and gnus-permanently-visible-groups
|
||||||
(string-match gnus-permanently-visible-groups
|
(string-match gnus-permanently-visible-groups
|
||||||
|
|
|
||||||
|
|
@ -1657,7 +1657,7 @@ For example:
|
||||||
|
|
||||||
This variable is a list of FUNCTION or (REGEXP . FUNCTION). If item
|
This variable is a list of FUNCTION or (REGEXP . FUNCTION). If item
|
||||||
is FUNCTION, FUNCTION will be apply to all newsgroups. If item is a
|
is FUNCTION, FUNCTION will be apply to all newsgroups. If item is a
|
||||||
\(REGEXP . FUNCTION), FUNCTION will be only apply to thes newsgroups
|
\(REGEXP . FUNCTION), FUNCTION will be applied only to the newsgroups
|
||||||
whose names match REGEXP.
|
whose names match REGEXP.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
|
||||||
|
|
@ -7167,7 +7167,7 @@ header line with the old Message-ID."
|
||||||
|
|
||||||
(defun message-wash-subject (subject)
|
(defun message-wash-subject (subject)
|
||||||
"Remove junk like \"Re:\", \"(fwd)\", etc. added to subject string SUBJECT.
|
"Remove junk like \"Re:\", \"(fwd)\", etc. added to subject string SUBJECT.
|
||||||
Previous forwarders, replyers, etc. may add it."
|
Previous forwarders, repliers, etc. may add it."
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(insert subject)
|
(insert subject)
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
|
|
|
||||||
|
|
@ -1681,7 +1681,7 @@ password contained in '~/.nntp-authinfo'."
|
||||||
;; for the first available article. Obviously, a client can
|
;; for the first available article. Obviously, a client can
|
||||||
;; use that entry to avoid making unnecessary requests. The
|
;; use that entry to avoid making unnecessary requests. The
|
||||||
;; only problem is for a client that assumes that the response
|
;; only problem is for a client that assumes that the response
|
||||||
;; will always be within the requested ranage. For such a
|
;; will always be within the requested range. For such a
|
||||||
;; client, we can get N copies of the same entry (one for each
|
;; client, we can get N copies of the same entry (one for each
|
||||||
;; XOVER command sent to the server).
|
;; XOVER command sent to the server).
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -180,7 +180,7 @@ File should contain certificates in PEM format."
|
||||||
(defcustom smime-certificate-directory "~/Mail/certs/"
|
(defcustom smime-certificate-directory "~/Mail/certs/"
|
||||||
"*Directory containing other people's certificates.
|
"*Directory containing other people's certificates.
|
||||||
It should contain files named to the X.509 hash of the certificate,
|
It should contain files named to the X.509 hash of the certificate,
|
||||||
and the files themself should be in PEM format."
|
and the files themselves should be in PEM format."
|
||||||
;The S/MIME library provide simple functionality for fetching
|
;The S/MIME library provide simple functionality for fetching
|
||||||
;certificates into this directory, so there is no need to populate it
|
;certificates into this directory, so there is no need to populate it
|
||||||
;manually.
|
;manually.
|
||||||
|
|
|
||||||
|
|
@ -469,7 +469,7 @@ For more information, see the documentation for
|
||||||
If non-nil, using `image-dired-next-line-and-display' and
|
If non-nil, using `image-dired-next-line-and-display' and
|
||||||
`image-dired-previous-line-and-display' will leave a trail of thumbnail
|
`image-dired-previous-line-and-display' will leave a trail of thumbnail
|
||||||
images in the thumbnail buffer. If you enable this and want to clean
|
images in the thumbnail buffer. If you enable this and want to clean
|
||||||
the thumbnail buffer because it is filled with too many thumbmnails,
|
the thumbnail buffer because it is filled with too many thumbnails,
|
||||||
just call `image-dired-display-thumb' to display only the image at point.
|
just call `image-dired-display-thumb' to display only the image at point.
|
||||||
This value can be toggled using `image-dired-toggle-append-browsing'."
|
This value can be toggled using `image-dired-toggle-append-browsing'."
|
||||||
:type 'boolean
|
:type 'boolean
|
||||||
|
|
@ -1605,7 +1605,7 @@ With prefix argument ARG, create thumbnails even if they already exist
|
||||||
(setq thumb-name (image-dired-thumb-name curr-file))
|
(setq thumb-name (image-dired-thumb-name curr-file))
|
||||||
;; If the user overrides the exist check, we must clear the
|
;; If the user overrides the exist check, we must clear the
|
||||||
;; image cache so that if the user wants to display the
|
;; image cache so that if the user wants to display the
|
||||||
;; thumnail, it is not fetched from cache.
|
;; thumbnail, it is not fetched from cache.
|
||||||
(if arg
|
(if arg
|
||||||
(clear-image-cache))
|
(clear-image-cache))
|
||||||
(if (or (not (file-exists-p thumb-name))
|
(if (or (not (file-exists-p thumb-name))
|
||||||
|
|
@ -2043,7 +2043,7 @@ function. The result is a couple of new files in
|
||||||
files)))
|
files)))
|
||||||
|
|
||||||
(defun image-dired-display-next-thumbnail-original ()
|
(defun image-dired-display-next-thumbnail-original ()
|
||||||
"In thubnail buffer, move to next thumbnail and display the image."
|
"In thumbnail buffer, move to next thumbnail and display the image."
|
||||||
(interactive)
|
(interactive)
|
||||||
(image-dired-forward-image)
|
(image-dired-forward-image)
|
||||||
(image-dired-display-thumbnail-original-image))
|
(image-dired-display-thumbnail-original-image))
|
||||||
|
|
|
||||||
|
|
@ -413,7 +413,7 @@ and can take a long time."
|
||||||
(unless (boundp 'viper-mode)
|
(unless (boundp 'viper-mode)
|
||||||
(setq viper-mode nil)) ;; avoid viper.el ask about viperizing
|
(setq viper-mode nil)) ;; avoid viper.el ask about viperizing
|
||||||
(unless (boundp 'gnus-registry-install)
|
(unless (boundp 'gnus-registry-install)
|
||||||
(setq gnus-registry-install nil)) ;; avoid gnus-registery.el querying
|
(setq gnus-registry-install nil)) ;; avoid gnus-registry.el querying
|
||||||
|
|
||||||
(mapatoms
|
(mapatoms
|
||||||
(lambda (symbol)
|
(lambda (symbol)
|
||||||
|
|
|
||||||
|
|
@ -1179,7 +1179,7 @@ the generated Quail package is saved."
|
||||||
(setq tail (cdr tail)))))
|
(setq tail (cdr tail)))))
|
||||||
|
|
||||||
(defun batch-miscdic-convert ()
|
(defun batch-miscdic-convert ()
|
||||||
"Run `miscdic-convert' on the files remaing on the command line.
|
"Run `miscdic-convert' on the files remaining on the command line.
|
||||||
Use this from the command line, with `-batch';
|
Use this from the command line, with `-batch';
|
||||||
it won't work in an interactive Emacs.
|
it won't work in an interactive Emacs.
|
||||||
If there's an argument \"-dir\", the next argument specifies a directory
|
If there's an argument \"-dir\", the next argument specifies a directory
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@
|
||||||
(?ใ vowel-base "VOWEL SIGN SARA MAI MUAN") ; 0xE3
|
(?ใ vowel-base "VOWEL SIGN SARA MAI MUAN") ; 0xE3
|
||||||
(?ไ vowel-base "VOWEL SIGN SARA MAI MALAI") ; 0xE4
|
(?ไ vowel-base "VOWEL SIGN SARA MAI MALAI") ; 0xE4
|
||||||
(?ๅ vowel-base "LAK KHANG YAO") ; 0xE5
|
(?ๅ vowel-base "LAK KHANG YAO") ; 0xE5
|
||||||
(?ๆ special "MAI YAMOK (repetion)") ; 0xE6
|
(?ๆ special "MAI YAMOK (repetition)") ; 0xE6
|
||||||
(?็ sign-upper "VOWEL SIGN MAI TAI KHU N/S-T") ; 0xE7
|
(?็ sign-upper "VOWEL SIGN MAI TAI KHU N/S-T") ; 0xE7
|
||||||
(?่ tone "TONE MAI EK N/S-T") ; 0xE8
|
(?่ tone "TONE MAI EK N/S-T") ; 0xE8
|
||||||
(?้ tone "TONE MAI THO N/S-T") ; 0xE9
|
(?้ tone "TONE MAI THO N/S-T") ; 0xE9
|
||||||
|
|
|
||||||
|
|
@ -133,7 +133,7 @@ from a file."
|
||||||
font-lock-unfontify-region-function
|
font-lock-unfontify-region-function
|
||||||
kill-buffer-query-functions kill-emacs-query-functions
|
kill-buffer-query-functions kill-emacs-query-functions
|
||||||
lisp-indent-function mouse-position-function
|
lisp-indent-function mouse-position-function
|
||||||
redisplaylay-end-trigger-functions suspend-tty-functions
|
redisplay-end-trigger-functions suspend-tty-functions
|
||||||
temp-buffer-show-function window-scroll-functions
|
temp-buffer-show-function window-scroll-functions
|
||||||
window-size-change-functions write-contents-functions
|
window-size-change-functions write-contents-functions
|
||||||
write-file-functions write-region-annotate-functions)
|
write-file-functions write-region-annotate-functions)
|
||||||
|
|
|
||||||
|
|
@ -1010,7 +1010,7 @@ If it contains a \"%s\", that will be replaced with the value of
|
||||||
|
|
||||||
|
|
||||||
(defcustom feedmail-ask-before-queue-reprompt "FQM: Please type q, i, d, or e; or ? for help [%s]: "
|
(defcustom feedmail-ask-before-queue-reprompt "FQM: Please type q, i, d, or e; or ? for help [%s]: "
|
||||||
"A string which will be used for repompting after invalid input.
|
"A string which will be used for reprompting after invalid input.
|
||||||
If it contains a \"%s\", that will be replaced with the value of
|
If it contains a \"%s\", that will be replaced with the value of
|
||||||
`feedmail-ask-before-queue-default'."
|
`feedmail-ask-before-queue-default'."
|
||||||
:group 'feedmail-queue
|
:group 'feedmail-queue
|
||||||
|
|
|
||||||
|
|
@ -1589,7 +1589,7 @@ when constructing the set of constraints."
|
||||||
(defvar mpc--changed-selection)
|
(defvar mpc--changed-selection)
|
||||||
|
|
||||||
(defun mpc-reorder (&optional nodeactivate)
|
(defun mpc-reorder (&optional nodeactivate)
|
||||||
"Reorder entries based on thre currently active selections.
|
"Reorder entries based on the currently active selections.
|
||||||
I.e. split the current browser buffer into a first part containing the
|
I.e. split the current browser buffer into a first part containing the
|
||||||
entries included in the selection, then a separator, and then the entries
|
entries included in the selection, then a separator, and then the entries
|
||||||
not included in the selection.
|
not included in the selection.
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
;; This package provides all interactive commands which are releated
|
;; This package provides all interactive commands which are related
|
||||||
;; to Tramp.
|
;; to Tramp.
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
|
||||||
|
|
@ -178,7 +178,7 @@ instead of the host name declared in TARGET-VEC."
|
||||||
(tramp-file-name-host gw-vec)))
|
(tramp-file-name-host gw-vec)))
|
||||||
;; Declare the SOCKS server to be used.
|
;; Declare the SOCKS server to be used.
|
||||||
(socks-server
|
(socks-server
|
||||||
(list "Tramp tempory socks server list"
|
(list "Tramp temporary socks server list"
|
||||||
;; Host name.
|
;; Host name.
|
||||||
(tramp-file-name-real-host gw-vec)
|
(tramp-file-name-real-host gw-vec)
|
||||||
;; Port number.
|
;; Port number.
|
||||||
|
|
|
||||||
|
|
@ -4905,7 +4905,7 @@ If no corresponding command is found, nil is returned."
|
||||||
|
|
||||||
(defun tramp-get-inline-coding (vec prop size)
|
(defun tramp-get-inline-coding (vec prop size)
|
||||||
"Return the coding command related to PROP.
|
"Return the coding command related to PROP.
|
||||||
PROP is either `remote-encoding', `remode-decoding',
|
PROP is either `remote-encoding', `remote-decoding',
|
||||||
`local-encoding' or `local-decoding'.
|
`local-encoding' or `local-decoding'.
|
||||||
|
|
||||||
SIZE is the length of the file to be coded. Depending on SIZE,
|
SIZE is the length of the file to be coded. Depending on SIZE,
|
||||||
|
|
|
||||||
|
|
@ -163,7 +163,7 @@ Various PARAMS can be set:
|
||||||
only URI schema supported right now) or a name
|
only URI schema supported right now) or a name
|
||||||
in a freedesktop.org-compliant icon theme.
|
in a freedesktop.org-compliant icon theme.
|
||||||
:sound-file The path to a sound file to play when the notification pops up.
|
:sound-file The path to a sound file to play when the notification pops up.
|
||||||
:sound-name A themeable named sound from the freedesktop.org sound naming
|
:sound-name A themable named sound from the freedesktop.org sound naming
|
||||||
specification to play when the notification pops up.
|
specification to play when the notification pops up.
|
||||||
Similar to icon-name,only for sounds. An example would
|
Similar to icon-name,only for sounds. An example would
|
||||||
be \"message-new-instant\".
|
be \"message-new-instant\".
|
||||||
|
|
|
||||||
|
|
@ -1449,7 +1449,7 @@ The template may still contain \"%?\" for cursor positioning."
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
(while (looking-at "[ \t]*\n") (replace-match ""))
|
(while (looking-at "[ \t]*\n") (replace-match ""))
|
||||||
(if (re-search-forward "[ \t\n]*\\'" nil t) (replace-match "\n"))
|
(if (re-search-forward "[ \t\n]*\\'" nil t) (replace-match "\n"))
|
||||||
;; Return the expanded tempate and kill the temporary buffer
|
;; Return the expanded template and kill the temporary buffer
|
||||||
(untabify (point-min) (point-max))
|
(untabify (point-min) (point-max))
|
||||||
(set-buffer-modified-p nil)
|
(set-buffer-modified-p nil)
|
||||||
(prog1 (buffer-string) (kill-buffer (current-buffer))))))
|
(prog1 (buffer-string) (kill-buffer (current-buffer))))))
|
||||||
|
|
|
||||||
|
|
@ -3008,7 +3008,7 @@ Valid parameters PARAMS are:
|
||||||
|
|
||||||
Alternatively, each parameter can also be a form returning
|
Alternatively, each parameter can also be a form returning
|
||||||
a string. These sexp can use keywords `counter' and `depth',
|
a string. These sexp can use keywords `counter' and `depth',
|
||||||
reprensenting respectively counter associated to the current
|
representing respectively counter associated to the current
|
||||||
item, and depth of the current sub-list, starting at 0.
|
item, and depth of the current sub-list, starting at 0.
|
||||||
Obviously, `counter' is only available for parameters applying to
|
Obviously, `counter' is only available for parameters applying to
|
||||||
items."
|
items."
|
||||||
|
|
|
||||||
|
|
@ -2641,7 +2641,7 @@ in the buffer and column1 and column2 are table column numbers."
|
||||||
(prog1 (org-trim (org-table-get-field c1))
|
(prog1 (org-trim (org-table-get-field c1))
|
||||||
(if highlight (org-table-highlight-rectangle (point) (point)))))
|
(if highlight (org-table-highlight-rectangle (point) (point)))))
|
||||||
;; A range, return a vector
|
;; A range, return a vector
|
||||||
;; First sort the numbers to get a regular ractangle
|
;; First sort the numbers to get a regular rectangle
|
||||||
(if (< r2 r1) (setq tmp r1 r1 r2 r2 tmp))
|
(if (< r2 r1) (setq tmp r1 r1 r2 r2 tmp))
|
||||||
(if (< c2 c1) (setq tmp c1 c1 c2 c2 tmp))
|
(if (< c2 c1) (setq tmp c1 c1 c2 c2 tmp))
|
||||||
(if corners-only
|
(if corners-only
|
||||||
|
|
|
||||||
|
|
@ -893,7 +893,7 @@ comment at the start of cc-engine.el for more info."
|
||||||
((eq sym 'while)
|
((eq sym 'while)
|
||||||
;; Is this a real while, or a do-while?
|
;; Is this a real while, or a do-while?
|
||||||
;; The next `when' triggers unless we are SURE that
|
;; The next `when' triggers unless we are SURE that
|
||||||
;; the `while' is not the tailend of a `do-while'.
|
;; the `while' is not the tail end of a `do-while'.
|
||||||
(when (or (not pptok)
|
(when (or (not pptok)
|
||||||
(memq (char-after pptok) delims)
|
(memq (char-after pptok) delims)
|
||||||
;; The following kludge is to prevent
|
;; The following kludge is to prevent
|
||||||
|
|
@ -9784,7 +9784,7 @@ comment at the start of cc-engine.el for more info."
|
||||||
(c-beginning-of-statement-1 containing-sexp)
|
(c-beginning-of-statement-1 containing-sexp)
|
||||||
(c-add-stmt-syntax 'statement nil t containing-sexp paren-state))
|
(c-add-stmt-syntax 'statement nil t containing-sexp paren-state))
|
||||||
|
|
||||||
;;CASE 5N: We are at a tompmost continuation line and the only
|
;;CASE 5N: We are at a topmost continuation line and the only
|
||||||
;;preceding items are annotations.
|
;;preceding items are annotations.
|
||||||
((and (c-major-mode-is 'java-mode)
|
((and (c-major-mode-is 'java-mode)
|
||||||
(setq placeholder (point))
|
(setq placeholder (point))
|
||||||
|
|
|
||||||
|
|
@ -1277,7 +1277,7 @@ versions of Emacs."
|
||||||
"----"
|
"----"
|
||||||
["Ispell PODs" cperl-pod-spell
|
["Ispell PODs" cperl-pod-spell
|
||||||
;; Better not to update syntaxification here:
|
;; Better not to update syntaxification here:
|
||||||
;; debugging syntaxificatio can be broken by this???
|
;; debugging syntaxification can be broken by this???
|
||||||
(or
|
(or
|
||||||
(get-text-property (point-min) 'in-pod)
|
(get-text-property (point-min) 'in-pod)
|
||||||
(< (progn
|
(< (progn
|
||||||
|
|
|
||||||
|
|
@ -5372,9 +5372,9 @@ Where:
|
||||||
KIND is a valid value of `ps-n-up-filling'.
|
KIND is a valid value of `ps-n-up-filling'.
|
||||||
XCOL YCOL are the relative position for the next column.
|
XCOL YCOL are the relative position for the next column.
|
||||||
XLIN YLIN are the relative position for the beginning of next line.
|
XLIN YLIN are the relative position for the beginning of next line.
|
||||||
REPEAT is the number of repetions for external loop.
|
REPEAT is the number of repetitions for external loop.
|
||||||
END is the number of repetions for internal loop and also the number of pages in
|
END is the number of repetitions for internal loop and also the number
|
||||||
a row.
|
of pages in a row.
|
||||||
XSTART YSTART are the relative position for the first page in a sheet.")
|
XSTART YSTART are the relative position for the first page in a sheet.")
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -943,7 +943,7 @@ opening the first frame (e.g. open a connection to an X server).")
|
||||||
(normal-erase-is-backspace-setup-frame)
|
(normal-erase-is-backspace-setup-frame)
|
||||||
|
|
||||||
;; Register default TTY colors for the case the terminal hasn't a
|
;; Register default TTY colors for the case the terminal hasn't a
|
||||||
;; terminal init file. We do this regardles of whether the terminal
|
;; terminal init file. We do this regardless of whether the terminal
|
||||||
;; supports colors or not and regardless the current display type,
|
;; supports colors or not and regardless the current display type,
|
||||||
;; since users can connect to color-capable terminals and also
|
;; since users can connect to color-capable terminals and also
|
||||||
;; switch color support on or off in mid-session by setting the
|
;; switch color support on or off in mid-session by setting the
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,7 @@
|
||||||
(get 'reftex-default-bibliography :reftex-expanded))
|
(get 'reftex-default-bibliography :reftex-expanded))
|
||||||
|
|
||||||
(defun reftex-bib-or-thebib ()
|
(defun reftex-bib-or-thebib ()
|
||||||
;; Tests if BibTeX or \begin{tehbibliography} should be used for the
|
;; Tests if BibTeX or \begin{thebibliography} should be used for the
|
||||||
;; citation
|
;; citation
|
||||||
;; Find the bof of the current file
|
;; Find the bof of the current file
|
||||||
(let* ((docstruct (symbol-value reftex-docstruct-symbol))
|
(let* ((docstruct (symbol-value reftex-docstruct-symbol))
|
||||||
|
|
|
||||||
|
|
@ -235,7 +235,7 @@ reached."
|
||||||
(setq dirsize (- dirsize (car (cdar files-list))))
|
(setq dirsize (- dirsize (car (cdar files-list))))
|
||||||
(setq files-list (cdr files-list)))))
|
(setq files-list (cdr files-list)))))
|
||||||
|
|
||||||
;; Check the thumbsnail directory size and clean it if necessary.
|
;; Check the thumbnail directory size and clean it if necessary.
|
||||||
(when thumbs-thumbsdir-auto-clean
|
(when thumbs-thumbsdir-auto-clean
|
||||||
(thumbs-cleanup-thumbsdir))
|
(thumbs-cleanup-thumbsdir))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2164,7 +2164,7 @@ all marked sessions must be active."
|
||||||
;; If meta-buf doesn't exist, it is created. In that case, id doesn't have a
|
;; If meta-buf doesn't exist, it is created. In that case, id doesn't have a
|
||||||
;; parent meta-buf
|
;; parent meta-buf
|
||||||
;; Check if META-BUF exists before calling this function
|
;; Check if META-BUF exists before calling this function
|
||||||
;; Optional MUST-REDRAW, if non-nil, would force redrawal of the whole meta
|
;; Optional MUST-REDRAW, if non-nil, would force redrawing of the whole meta
|
||||||
;; buffer. Otherwise, it will just go over the buffer and update activity marks
|
;; buffer. Otherwise, it will just go over the buffer and update activity marks
|
||||||
;; and session status.
|
;; and session status.
|
||||||
;; SESSION-NUMBER, if specified, says which session caused the update.
|
;; SESSION-NUMBER, if specified, says which session caused the update.
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@
|
||||||
;;
|
;;
|
||||||
;; When the client mode adds a local vc-mode-line-hook to a buffer, it
|
;; When the client mode adds a local vc-mode-line-hook to a buffer, it
|
||||||
;; will be called with the buffer file name as argument whenever the
|
;; will be called with the buffer file name as argument whenever the
|
||||||
;; dispatcher resynchs the buffer.
|
;; dispatcher resyncs the buffer.
|
||||||
|
|
||||||
;; To do:
|
;; To do:
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
|
|
@ -2690,7 +2690,7 @@ log entries should be gathered."
|
||||||
(substring rev 0 index))))
|
(substring rev 0 index))))
|
||||||
|
|
||||||
(defun vc-default-responsible-p (backend file)
|
(defun vc-default-responsible-p (backend file)
|
||||||
"Indicate whether BACKEND is reponsible for FILE.
|
"Indicate whether BACKEND is responsible for FILE.
|
||||||
The default is to return nil always."
|
The default is to return nil always."
|
||||||
nil)
|
nil)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,7 @@ xlwMenuTranslations [] =
|
||||||
<KeyUp>: key()\n\
|
<KeyUp>: key()\n\
|
||||||
";
|
";
|
||||||
|
|
||||||
/* FIXME: Space should toggle toggleable menu item but not remove the menu
|
/* FIXME: Space should toggle togglable menu item but not remove the menu
|
||||||
so you can toggle the next one without entering the menu again. */
|
so you can toggle the next one without entering the menu again. */
|
||||||
|
|
||||||
/* FIXME: Should ESC close one level of menu structure or the complete menu? */
|
/* FIXME: Should ESC close one level of menu structure or the complete menu? */
|
||||||
|
|
|
||||||
|
|
@ -7199,7 +7199,7 @@
|
||||||
|
|
||||||
2010-06-27 Chong Yidong <cyd@stupidchicken.com>
|
2010-06-27 Chong Yidong <cyd@stupidchicken.com>
|
||||||
|
|
||||||
* xfns.c (Fx_create_frame): Don't consult X resouces when setting
|
* xfns.c (Fx_create_frame): Don't consult X resources when setting
|
||||||
menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
|
menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
|
||||||
tool-bar-mode, which are now set using these X resources at
|
tool-bar-mode, which are now set using these X resources at
|
||||||
startup, to determine the defaults (Bug#2249).
|
startup, to determine the defaults (Bug#2249).
|
||||||
|
|
@ -29136,7 +29136,7 @@
|
||||||
|
|
||||||
* lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
|
* lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
|
||||||
* lread.c (defvar_per_buffer):
|
* lread.c (defvar_per_buffer):
|
||||||
* abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
|
* abbrev.c (syms_of_abbrev) <local-abbrev-table>: Move to buffer.c.
|
||||||
|
|
||||||
* window.c (candidate_window_p): Only consider as visible frames that
|
* window.c (candidate_window_p): Only consider as visible frames that
|
||||||
are on the same terminal.
|
are on the same terminal.
|
||||||
|
|
|
||||||
|
|
@ -826,7 +826,7 @@ while (0)
|
||||||
: (charset = CHARSET_FROM_ID ((id)), DECODE_CHAR (charset, (code))))
|
: (charset = CHARSET_FROM_ID ((id)), DECODE_CHAR (charset, (code))))
|
||||||
|
|
||||||
/* Encode character C by some of charsets in CHARSET_LIST. Set ID to
|
/* Encode character C by some of charsets in CHARSET_LIST. Set ID to
|
||||||
the id of the used charset, ENCODED to the resulf of encoding.
|
the id of the used charset, ENCODED to the result of encoding.
|
||||||
Assume that we can use the variable `charset'. */
|
Assume that we can use the variable `charset'. */
|
||||||
|
|
||||||
#define CCL_ENCODE_CHAR(c, charset_list, id, encoded) \
|
#define CCL_ENCODE_CHAR(c, charset_list, id, encoded) \
|
||||||
|
|
|
||||||
|
|
@ -905,7 +905,7 @@ face_suitable_for_char_p (struct face *face, int c)
|
||||||
|
|
||||||
|
|
||||||
/* Return ID of face suitable for displaying character C on frame F.
|
/* Return ID of face suitable for displaying character C on frame F.
|
||||||
FACE must be reazlied for ASCII characters in advance. Called from
|
FACE must be realized for ASCII characters in advance. Called from
|
||||||
the macro FACE_FOR_CHAR. */
|
the macro FACE_FOR_CHAR. */
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
|
||||||
|
|
@ -2363,7 +2363,7 @@ xg_create_one_menuitem (widget_value *item,
|
||||||
HIGHLIGHT_CB is the callback to call when entering/leaving menu items.
|
HIGHLIGHT_CB is the callback to call when entering/leaving menu items.
|
||||||
POP_UP_P is non-zero if we shall create a popup menu.
|
POP_UP_P is non-zero if we shall create a popup menu.
|
||||||
MENU_BAR_P is non-zero if we shall create a menu bar.
|
MENU_BAR_P is non-zero if we shall create a menu bar.
|
||||||
ADD_TEAROFF_P is non-zero if we shall add a teroff menu item. Ignored
|
ADD_TEAROFF_P is non-zero if we shall add a tearoff menu item. Ignored
|
||||||
if MENU_BAR_P is non-zero.
|
if MENU_BAR_P is non-zero.
|
||||||
TOPMENU is the topmost GtkWidget that others shall be placed under.
|
TOPMENU is the topmost GtkWidget that others shall be placed under.
|
||||||
It may be NULL, in that case we create the appropriate widget
|
It may be NULL, in that case we create the appropriate widget
|
||||||
|
|
|
||||||
|
|
@ -267,7 +267,7 @@ struct sound
|
||||||
read from the start of a sound file. */
|
read from the start of a sound file. */
|
||||||
char *header;
|
char *header;
|
||||||
|
|
||||||
/* Number of bytes raed from sound file. This is always <=
|
/* Number of bytes read from sound file. This is always <=
|
||||||
MAX_SOUND_HEADER_BYTES. */
|
MAX_SOUND_HEADER_BYTES. */
|
||||||
int header_size;
|
int header_size;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1663,7 +1663,7 @@ init_signals (void)
|
||||||
sys_siglist[SIGQUIT] = "Quit";
|
sys_siglist[SIGQUIT] = "Quit";
|
||||||
# endif
|
# endif
|
||||||
# ifdef SIGRETRACT
|
# ifdef SIGRETRACT
|
||||||
sys_siglist[SIGRETRACT] = "Need to relinguish monitor mode";
|
sys_siglist[SIGRETRACT] = "Need to relinquish monitor mode";
|
||||||
# endif
|
# endif
|
||||||
# ifdef SIGSAK
|
# ifdef SIGSAK
|
||||||
sys_siglist[SIGSAK] = "Secure attention";
|
sys_siglist[SIGSAK] = "Secure attention";
|
||||||
|
|
|
||||||
|
|
@ -5914,7 +5914,7 @@ the tool bar buttons. */);
|
||||||
x_gtk_whole_detached_tool_bar = 0;
|
x_gtk_whole_detached_tool_bar = 0;
|
||||||
|
|
||||||
DEFVAR_BOOL ("x-gtk-use-system-tooltips", x_gtk_use_system_tooltips,
|
DEFVAR_BOOL ("x-gtk-use-system-tooltips", x_gtk_use_system_tooltips,
|
||||||
doc: /* *If non-nil with a Gtk+ built Emacs, the Gtk+ toolip is used.
|
doc: /* *If non-nil with a Gtk+ built Emacs, the Gtk+ tooltip is used.
|
||||||
Otherwise use Emacs own tooltip implementation.
|
Otherwise use Emacs own tooltip implementation.
|
||||||
When using Gtk+ tooltips, the tooltip face is not used. */);
|
When using Gtk+ tooltips, the tooltip face is not used. */);
|
||||||
x_gtk_use_system_tooltips = 1;
|
x_gtk_use_system_tooltips = 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue