mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Fix typos.
This commit is contained in:
parent
8350f087ef
commit
0b381c7eb8
53 changed files with 110 additions and 76 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2011-11-14 Juanma Barranquero <lekktu@gmail.com>
|
||||||
|
|
||||||
|
* intro.texi (Lisp History): Fix typo.
|
||||||
|
|
||||||
2011-11-12 Martin Rudalics <rudalics@gmx.at>
|
2011-11-12 Martin Rudalics <rudalics@gmx.at>
|
||||||
|
|
||||||
* windows.texi (Splitting Windows, Deleting Windows): Remove
|
* windows.texi (Splitting Windows, Deleting Windows): Remove
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,7 @@ for other purposes as well, such as writing editing commands.
|
||||||
Dozens of Lisp implementations have been built over the years, each
|
Dozens of Lisp implementations have been built over the years, each
|
||||||
with its own idiosyncrasies. Many of them were inspired by Maclisp,
|
with its own idiosyncrasies. Many of them were inspired by Maclisp,
|
||||||
which was written in the 1960s at MIT's Project MAC. Eventually the
|
which was written in the 1960s at MIT's Project MAC. Eventually the
|
||||||
implementors of the descendants of Maclisp came together and developed a
|
implementers of the descendants of Maclisp came together and developed a
|
||||||
standard for Lisp systems, called Common Lisp. In the meantime, Gerry
|
standard for Lisp systems, called Common Lisp. In the meantime, Gerry
|
||||||
Sussman and Guy Steele at MIT developed a simplified but very powerful
|
Sussman and Guy Steele at MIT developed a simplified but very powerful
|
||||||
dialect of Lisp, called Scheme.
|
dialect of Lisp, called Scheme.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
2011-11-14 Juanma Barranquero <lekktu@gmail.com>
|
||||||
|
|
||||||
|
* ediff.texi (Hooks):
|
||||||
|
* sem-user.texi (Semanticdb Roots): Fix typo.
|
||||||
|
|
||||||
2011-11-11 Juanma Barranquero <lekktu@gmail.com>
|
2011-11-11 Juanma Barranquero <lekktu@gmail.com>
|
||||||
|
|
||||||
* semantic.texi (Tag handling): Fix typo.
|
* semantic.texi (Tag handling): Fix typo.
|
||||||
|
|
@ -300,7 +305,7 @@
|
||||||
|
|
||||||
2011-08-15 Eric Schulte <schulte.eric@gmail.com>
|
2011-08-15 Eric Schulte <schulte.eric@gmail.com>
|
||||||
|
|
||||||
* org.texi (Evaluating code blocks): Expanded discussion of
|
* org.texi (Evaluating code blocks): Expanded discussion of
|
||||||
#+call: line syntax.
|
#+call: line syntax.
|
||||||
(Header arguments in function calls): Expanded discussion of
|
(Header arguments in function calls): Expanded discussion of
|
||||||
#+call: line syntax.
|
#+call: line syntax.
|
||||||
|
|
|
||||||
|
|
@ -1207,7 +1207,7 @@ This hook can be used to alter bindings in Ediff's keymap,
|
||||||
@code{ediff-mode-map}. These hooks are
|
@code{ediff-mode-map}. These hooks are
|
||||||
run right after the default bindings are set but before
|
run right after the default bindings are set but before
|
||||||
@code{ediff-load-hook}. The regular user needs not be concerned with this
|
@code{ediff-load-hook}. The regular user needs not be concerned with this
|
||||||
hook---it is provided for implementors of other Emacs packages built on top
|
hook---it is provided for implementers of other Emacs packages built on top
|
||||||
of Ediff.
|
of Ediff.
|
||||||
|
|
||||||
@item ediff-before-setup-windows-hook
|
@item ediff-before-setup-windows-hook
|
||||||
|
|
|
||||||
|
|
@ -382,7 +382,7 @@ them yourself.
|
||||||
@deffn Option semanticdb-project-roots
|
@deffn Option semanticdb-project-roots
|
||||||
The value of this variable is a list of directories (strings) that are
|
The value of this variable is a list of directories (strings) that are
|
||||||
project roots. All subdirectories of a project root are considered
|
project roots. All subdirectories of a project root are considered
|
||||||
part of the same project. This variable can be overriden by
|
part of the same project. This variable can be overridden by
|
||||||
@code{semanticdb-project-root-functions}.
|
@code{semanticdb-project-root-functions}.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
2011-11-14 Juanma Barranquero <lekktu@gmail.com>
|
||||||
|
|
||||||
|
* MAILINGLISTS: Fix typo.
|
||||||
|
|
||||||
2011-10-29 Eli Zaretskii <eliz@gnu.org>
|
2011-10-29 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
* themes/wombat-theme.el: Add a coding cookie. (Bug#9905)
|
* themes/wombat-theme.el: Add a coding cookie. (Bug#9905)
|
||||||
|
|
|
||||||
|
|
@ -170,7 +170,7 @@ for yourself in particular, you may have to hire someone. The GNU
|
||||||
project maintains a list of people providing such services. It is
|
project maintains a list of people providing such services. It is
|
||||||
found in <URL:http://www.gnu.org/prep/SERVICE>.
|
found in <URL:http://www.gnu.org/prep/SERVICE>.
|
||||||
|
|
||||||
Anything addressed to the implementors and maintainers of a GNU program
|
Anything addressed to the implementers and maintainers of a GNU program
|
||||||
via a bug-* list, should NOT be sent to the corresponding info-* or
|
via a bug-* list, should NOT be sent to the corresponding info-* or
|
||||||
help-* list.
|
help-* list.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,12 @@
|
||||||
|
2011-11-14 Juanma Barranquero <lekktu@gmail.com>
|
||||||
|
|
||||||
|
* international/mule.el (define-charset):
|
||||||
|
* mail/rmailmm.el (rmail-mime-find-header-encoding):
|
||||||
|
* progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
|
||||||
|
* progmodes/verilog-mode.el (verilog-backward-token):
|
||||||
|
* textmodes/ispell.el (lookup-words):
|
||||||
|
* textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
|
||||||
|
|
||||||
2011-11-14 Glenn Morris <rgm@gnu.org>
|
2011-11-14 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
* progmodes/executable.el
|
* progmodes/executable.el
|
||||||
|
|
@ -5631,7 +5640,7 @@
|
||||||
2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
|
2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||||
|
|
||||||
* minibuffer.el (completion--capf-wrapper): Check applicability before
|
* minibuffer.el (completion--capf-wrapper): Check applicability before
|
||||||
retuning non-nil for non-exclusive completion data.
|
returning non-nil for non-exclusive completion data.
|
||||||
* progmodes/etags.el (tags-completion-at-point-function):
|
* progmodes/etags.el (tags-completion-at-point-function):
|
||||||
* info-look.el (info-lookup-completions-at-point): Mark as
|
* info-look.el (info-lookup-completions-at-point): Mark as
|
||||||
non-exclusive.
|
non-exclusive.
|
||||||
|
|
|
||||||
|
|
@ -879,7 +879,7 @@
|
||||||
* ada-mode.el (initial comments): Copyright 1995; don't speak
|
* ada-mode.el (initial comments): Copyright 1995; don't speak
|
||||||
about setup; correct history for a file that actually IS in
|
about setup; correct history for a file that actually IS in
|
||||||
Emacs 19.29; update list of known bugs.
|
Emacs 19.29; update list of known bugs.
|
||||||
(all functions): Inititialize all local variables explicitely to 'nil'.
|
(all functions): Initialize all local variables explicitely to 'nil'.
|
||||||
(ada-font-lock-keywords): Initialized according to new user option
|
(ada-font-lock-keywords): Initialized according to new user option
|
||||||
`font-lock-maximum-decoration'.
|
`font-lock-maximum-decoration'.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1948,7 +1948,7 @@
|
||||||
Add support for loading the files that contain :version when doing
|
Add support for loading the files that contain :version when doing
|
||||||
`customize-changed-options' so it can know which variables have
|
`customize-changed-options' so it can know which variables have
|
||||||
changed even in files that were not loaded at the time it was called.
|
changed even in files that were not loaded at the time it was called.
|
||||||
* cus-edit.el (customize-changed-options): Remeber all the
|
* cus-edit.el (customize-changed-options): Remember all the
|
||||||
versions and load the corresponding files before we show the
|
versions and load the corresponding files before we show the
|
||||||
customization buffer. Change the sorting to show the groups first
|
customization buffer. Change the sorting to show the groups first
|
||||||
in the customization buffer.
|
in the customization buffer.
|
||||||
|
|
|
||||||
|
|
@ -1465,7 +1465,7 @@ recursive operation."
|
||||||
|
|
||||||
:from nil ; item beginning - marker
|
:from nil ; item beginning - marker
|
||||||
:to nil ; item end - marker
|
:to nil ; item end - marker
|
||||||
:span-overlay nil ; overlay by which actual postion is determined
|
:span-overlay nil ; overlay by which actual position is determined
|
||||||
|
|
||||||
;; also serves as guide-end:
|
;; also serves as guide-end:
|
||||||
:icon-start nil
|
:icon-start nil
|
||||||
|
|
|
||||||
|
|
@ -3807,7 +3807,7 @@ Nuances:
|
||||||
;;(if doing-beginning (goto-char doing-beginning))
|
;;(if doing-beginning (goto-char doing-beginning))
|
||||||
(if (not (bobp))
|
(if (not (bobp))
|
||||||
;; We insert a newline char rather than using open-line to
|
;; We insert a newline char rather than using open-line to
|
||||||
;; avoid rear-stickiness inheritence of read-only property.
|
;; avoid rear-stickiness inheritance of read-only property.
|
||||||
(progn (if (and (not (> depth ref-depth))
|
(progn (if (and (not (> depth ref-depth))
|
||||||
(not before))
|
(not before))
|
||||||
(open-line 1)
|
(open-line 1)
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
;; Version: 1.17
|
;; Version: 1.17
|
||||||
;; X-URL: http://www.geekware.de/software/emacs
|
;; X-URL: http://www.geekware.de/software/emacs
|
||||||
;;
|
;;
|
||||||
;; The bs-package contains a main function bs-show for poping up a
|
;; The bs-package contains a main function bs-show for popping up a
|
||||||
;; buffer in a way similar to `list-buffers' and `electric-buffer-list':
|
;; buffer in a way similar to `list-buffers' and `electric-buffer-list':
|
||||||
;; The new buffer offers a Buffer Selection Menu for manipulating
|
;; The new buffer offers a Buffer Selection Menu for manipulating
|
||||||
;; the buffer list and buffers.
|
;; the buffer list and buffers.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
2011-11-14 Juanma Barranquero <lekktu@gmail.com>
|
||||||
|
|
||||||
|
* ede/auto.el (ede-project-autoload):
|
||||||
|
* ede/proj-comp.el (ede-makefile-rule):
|
||||||
|
* semantic/analyze.el (semantic-analyze-current-context):
|
||||||
|
* semantic/ctxt.el (semantic-get-local-variables):
|
||||||
|
* semantic/tag-ls.el (semantic-tag-calculate-parent): Fix typos.
|
||||||
|
|
||||||
2011-11-03 David Engster <dengste@eml.cc>
|
2011-11-03 David Engster <dengste@eml.cc>
|
||||||
|
|
||||||
* srecode.el:
|
* srecode.el:
|
||||||
|
|
@ -444,7 +452,7 @@
|
||||||
* semantic/decorate/include.el
|
* semantic/decorate/include.el
|
||||||
(semantic-decoration-on-unknown-includes): Change light bgcolor.
|
(semantic-decoration-on-unknown-includes): Change light bgcolor.
|
||||||
(semantic-decoration-on-includes-highlight-default): Check that
|
(semantic-decoration-on-includes-highlight-default): Check that
|
||||||
the include tag has a postion.
|
the include tag has a position.
|
||||||
|
|
||||||
* semantic/complete.el (semantic-collector-local-members):
|
* semantic/complete.el (semantic-collector-local-members):
|
||||||
(semantic-complete-read-tag-local-members)
|
(semantic-complete-read-tag-local-members)
|
||||||
|
|
@ -547,7 +555,7 @@
|
||||||
(semantic-analyzer-debug-missing-innertype): Change "prefix" to
|
(semantic-analyzer-debug-missing-innertype): Change "prefix" to
|
||||||
"symbol" in messages.
|
"symbol" in messages.
|
||||||
|
|
||||||
* semantic/analyze/refs.el: (semantic-analyze-refs-impl)
|
* semantic/analyze/refs.el (semantic-analyze-refs-impl)
|
||||||
(semantic-analyze-refs-proto): When calculating value, make sure
|
(semantic-analyze-refs-proto): When calculating value, make sure
|
||||||
the found tag is 'similar' to the originating tag.
|
the found tag is 'similar' to the originating tag.
|
||||||
(semantic--analyze-refs-find-tags-with-parent): Attempt to
|
(semantic--analyze-refs-find-tags-with-parent): Attempt to
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ routine instead.")
|
||||||
:documentation
|
:documentation
|
||||||
"Initializers passed to the project object.
|
"Initializers passed to the project object.
|
||||||
These are used so there can be multiple types of projects
|
These are used so there can be multiple types of projects
|
||||||
associated with a single object class, based on the initilizeres used.")
|
associated with a single object class, based on the initializers used.")
|
||||||
(load-type :initarg :load-type
|
(load-type :initarg :load-type
|
||||||
:documentation "Fn symbol used to load this project file.")
|
:documentation "Fn symbol used to load this project file.")
|
||||||
(class-sym :initarg :class-sym
|
(class-sym :initarg :class-sym
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@
|
||||||
;; subclasses `ede-generic-target'. The slots `shortname' and
|
;; subclasses `ede-generic-target'. The slots `shortname' and
|
||||||
;; `extension' should be given new initial values.
|
;; `extension' should be given new initial values.
|
||||||
;;
|
;;
|
||||||
;; Optionally, any target method used by EDE can then be overriden.
|
;; Optionally, any target method used by EDE can then be overridden.
|
||||||
;; The ede-generic-target-c-cpp has some example methods setting up
|
;; The ede-generic-target-c-cpp has some example methods setting up
|
||||||
;; the pre-processor map and system include path.
|
;; the pre-processor map and system include path.
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
|
|
@ -149,7 +149,7 @@ belonging to the target name.")
|
||||||
:type list
|
:type list
|
||||||
:custom (repeat string)
|
:custom (repeat string)
|
||||||
:documentation "Scripts to execute.
|
:documentation "Scripts to execute.
|
||||||
These scripst will be executed in sh (Unless the SHELL variable is overriden).
|
These scripts will be executed in sh (Unless the SHELL variable is overridden).
|
||||||
Do not prefix with TAB.
|
Do not prefix with TAB.
|
||||||
Each individual element of this list can be either a string, or
|
Each individual element of this list can be either a string, or
|
||||||
a lambda function. (The custom element does not yet express that.")
|
a lambda function. (The custom element does not yet express that.")
|
||||||
|
|
|
||||||
|
|
@ -476,7 +476,7 @@ If called interactively, display interesting information about POSITION
|
||||||
in a separate buffer.
|
in a separate buffer.
|
||||||
Returns an object based on symbol `semantic-analyze-context'.
|
Returns an object based on symbol `semantic-analyze-context'.
|
||||||
|
|
||||||
This function can be overriden with the symbol `analyze-context'.
|
This function can be overridden with the symbol `analyze-context'.
|
||||||
When overriding this function, your override will be called while
|
When overriding this function, your override will be called while
|
||||||
cursor is at POSITION. In addition, your function will not be called
|
cursor is at POSITION. In addition, your function will not be called
|
||||||
if a cached copy of the return object is found."
|
if a cached copy of the return object is found."
|
||||||
|
|
|
||||||
|
|
@ -154,7 +154,7 @@ Return non-nil if there is no upper context."
|
||||||
(define-overloadable-function semantic-get-local-variables (&optional point)
|
(define-overloadable-function semantic-get-local-variables (&optional point)
|
||||||
"Get the local variables based on POINT's context.
|
"Get the local variables based on POINT's context.
|
||||||
Local variables are returned in Semantic tag format.
|
Local variables are returned in Semantic tag format.
|
||||||
This can be overriden with `get-local-variables'."
|
This can be overridden with `get-local-variables'."
|
||||||
;; Disable parsing messages
|
;; Disable parsing messages
|
||||||
(let ((semantic--progress-reporter nil))
|
(let ((semantic--progress-reporter nil))
|
||||||
(save-excursion
|
(save-excursion
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@ Said object must support `semantic-reset' methods.")
|
||||||
(when (semantic-find-tags-by-class 'type new-tags)
|
(when (semantic-find-tags-by-class 'type new-tags)
|
||||||
;; Reset our index
|
;; Reset our index
|
||||||
(oset tc filestream nil)
|
(oset tc filestream nil)
|
||||||
t ;; Return true, our core file tags have changed in a relavant way.
|
t ;; Return true, our core file tags have changed in a relevant way.
|
||||||
)
|
)
|
||||||
|
|
||||||
;; NO CODE HERE
|
;; NO CODE HERE
|
||||||
|
|
|
||||||
|
|
@ -393,7 +393,7 @@ Optional argument PARENT is a tag parent of STREAM."
|
||||||
semantic-imenu-bucketize-file)
|
semantic-imenu-bucketize-file)
|
||||||
(semantic-create-imenu-index-1 parts tag)
|
(semantic-create-imenu-index-1 parts tag)
|
||||||
(semantic-create-imenu-subindex parts))))
|
(semantic-create-imenu-subindex parts))))
|
||||||
;; Only add a *definition* if we have a postion
|
;; Only add a *definition* if we have a position
|
||||||
;; in that type tag.
|
;; in that type tag.
|
||||||
(if (semantic-tag-with-position-p tag)
|
(if (semantic-tag-with-position-p tag)
|
||||||
(cons
|
(cons
|
||||||
|
|
|
||||||
|
|
@ -412,7 +412,7 @@ implicit \"object\"."
|
||||||
))
|
))
|
||||||
(setq typelist (cdr typelist)))
|
(setq typelist (cdr typelist)))
|
||||||
|
|
||||||
;; Loop over the types (which should be sorted by postion
|
;; Loop over the types (which should be sorted by position)
|
||||||
;; adding to the scopelist as we go, and using the scopelist
|
;; adding to the scopelist as we go, and using the scopelist
|
||||||
;; for additional searching!
|
;; for additional searching!
|
||||||
(while typelist2
|
(while typelist2
|
||||||
|
|
@ -424,7 +424,7 @@ implicit \"object\"."
|
||||||
currentscope))
|
currentscope))
|
||||||
(setq typelist2 (cdr typelist2)))
|
(setq typelist2 (cdr typelist2)))
|
||||||
|
|
||||||
;; Collect all the types (class, etc) that are in our heratage.
|
;; Collect all the types (class, etc) that are in our heritage.
|
||||||
;; These are types that we can extract members from, not those
|
;; These are types that we can extract members from, not those
|
||||||
;; declared in using statements, or the like.
|
;; declared in using statements, or the like.
|
||||||
;; Get the PARENTS including nesting scope for this location.
|
;; Get the PARENTS including nesting scope for this location.
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
(define-overloadable-function semantic-tag-calculate-parent (tag)
|
(define-overloadable-function semantic-tag-calculate-parent (tag)
|
||||||
"Attempt to calculate the parent of TAG.
|
"Attempt to calculate the parent of TAG.
|
||||||
The default behavior (if not overriden with `tag-calculate-parent')
|
The default behavior (if not overridden with `tag-calculate-parent')
|
||||||
is to search a buffer found with TAG, and if externally defined,
|
is to search a buffer found with TAG, and if externally defined,
|
||||||
search locally, then semanticdb for that tag (when enabled.)")
|
search locally, then semanticdb for that tag (when enabled.)")
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,7 @@ line ends at the end of the buffer, leave the point there."
|
||||||
(defun wisent-python-forward-line-skip-indented ()
|
(defun wisent-python-forward-line-skip-indented ()
|
||||||
"Move point to the next logical line, skipping indented lines.
|
"Move point to the next logical line, skipping indented lines.
|
||||||
That is the next line whose indentation is less than or equal to the
|
That is the next line whose indentation is less than or equal to the
|
||||||
identation of the current line."
|
indentation of the current line."
|
||||||
(let ((indent (current-indentation)))
|
(let ((indent (current-indentation)))
|
||||||
(while (progn (wisent-python-forward-line)
|
(while (progn (wisent-python-forward-line)
|
||||||
(and (not (eobp))
|
(and (not (eobp))
|
||||||
|
|
@ -291,7 +291,7 @@ To be implemented for Python! For now just return nil."
|
||||||
;; Character used to separation a parent/child relationship
|
;; Character used to separation a parent/child relationship
|
||||||
semantic-type-relation-separator-character '(".")
|
semantic-type-relation-separator-character '(".")
|
||||||
semantic-command-separation-character ";"
|
semantic-command-separation-character ";"
|
||||||
;; The following is no more necessary as semantic-lex is overriden
|
;; The following is no more necessary as semantic-lex is overridden
|
||||||
;; in python-mode.
|
;; in python-mode.
|
||||||
;; semantic-lex-analyzer 'wisent-python-lexer
|
;; semantic-lex-analyzer 'wisent-python-lexer
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -394,7 +394,7 @@ as `function' will leave point where code might be inserted."
|
||||||
(srecode-semantic-apply-tag-to-dict tagobj dict)))
|
(srecode-semantic-apply-tag-to-dict tagobj dict)))
|
||||||
|
|
||||||
;; Insert dict-entries into the dictionary LAST so that previous
|
;; Insert dict-entries into the dictionary LAST so that previous
|
||||||
;; items can be overriden.
|
;; items can be overridden.
|
||||||
(let ((entries dict-entries))
|
(let ((entries dict-entries))
|
||||||
(while entries
|
(while entries
|
||||||
(srecode-dictionary-set-value dict
|
(srecode-dictionary-set-value dict
|
||||||
|
|
|
||||||
|
|
@ -282,7 +282,7 @@ Add one of the child classes to this class to the parent list of a class."
|
||||||
:abstract t)
|
:abstract t)
|
||||||
|
|
||||||
|
|
||||||
;;; Methods to eieio-speedbar-* which do not need to be overriden
|
;;; Methods to eieio-speedbar-* which do not need to be overridden
|
||||||
;;
|
;;
|
||||||
(defmethod eieio-speedbar-make-tag-line ((object eieio-speedbar)
|
(defmethod eieio-speedbar-make-tag-line ((object eieio-speedbar)
|
||||||
depth)
|
depth)
|
||||||
|
|
@ -409,7 +409,7 @@ Optional DEPTH is the depth we start at."
|
||||||
default-directory))))
|
default-directory))))
|
||||||
|
|
||||||
|
|
||||||
;;; Methods to the eieio-speedbar-* classes which need to be overriden.
|
;;; Methods to the eieio-speedbar-* classes which need to be overridden.
|
||||||
;;
|
;;
|
||||||
(defmethod eieio-speedbar-object-children ((object eieio-speedbar))
|
(defmethod eieio-speedbar-object-children ((object eieio-speedbar))
|
||||||
"Return a list of children to be displayed in speedbar.
|
"Return a list of children to be displayed in speedbar.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
2011-11-14 Juanma Barranquero <lekktu@gmail.com>
|
||||||
|
|
||||||
|
* erc-notify.el (erc-notify-interval, erc-cmd-NOTIFY): Fix typos.
|
||||||
|
|
||||||
2011-10-20 Chong Yidong <cyd@gnu.org>
|
2011-10-20 Chong Yidong <cyd@gnu.org>
|
||||||
|
|
||||||
* erc.el (define-erc-module): Fix autogenerated docstring to
|
* erc.el (define-erc-module): Fix autogenerated docstring to
|
||||||
|
|
|
||||||
|
|
@ -457,7 +457,7 @@
|
||||||
* erc.el: * Reduction patch 2
|
* erc.el: * Reduction patch 2
|
||||||
This time, we move the input ring handling into erc-ring.el
|
This time, we move the input ring handling into erc-ring.el
|
||||||
Remember that you need (require 'erc-ring) in your .emacs to get the input handling as a feature
|
Remember that you need (require 'erc-ring) in your .emacs to get the input handling as a feature
|
||||||
And remeber, that you don't need it if you don't use input ring :-)
|
And remember, that you don't need it if you don't use input ring :-)
|
||||||
|
|
||||||
* erc-ring.el: * Initial checkin
|
* erc-ring.el: * Initial checkin
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ status change."
|
||||||
:type '(repeat string))
|
:type '(repeat string))
|
||||||
|
|
||||||
(defcustom erc-notify-interval 60
|
(defcustom erc-notify-interval 60
|
||||||
"*Time interval (in seconds) for checking online status of notificated
|
"*Time interval (in seconds) for checking online status of notified
|
||||||
people."
|
people."
|
||||||
:group 'erc-notify
|
:group 'erc-notify
|
||||||
:type 'integer)
|
:type 'integer)
|
||||||
|
|
@ -197,11 +197,11 @@ nick from `erc-last-ison' to prevent any further notifications."
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun erc-cmd-NOTIFY (&rest args)
|
(defun erc-cmd-NOTIFY (&rest args)
|
||||||
"Change `erc-notify-list' or list current notify-list members online.
|
"Change `erc-notify-list' or list current notify-list members online.
|
||||||
Without args, list the current list of notificated people online,
|
Without args, list the current list of notified people online,
|
||||||
with args, toggle notify status of people."
|
with args, toggle notify status of people."
|
||||||
(cond
|
(cond
|
||||||
((null args)
|
((null args)
|
||||||
;; Print current notificated people (online)
|
;; Print current notified people (online)
|
||||||
(let ((ison (erc-with-server-buffer erc-last-ison)))
|
(let ((ison (erc-with-server-buffer erc-last-ison)))
|
||||||
(if (not ison)
|
(if (not ison)
|
||||||
(erc-display-message
|
(erc-display-message
|
||||||
|
|
|
||||||
|
|
@ -120,14 +120,14 @@ MAX-N is the maximum byte value of that.
|
||||||
|
|
||||||
`:min-code'
|
`:min-code'
|
||||||
|
|
||||||
VALUE must be an integer specifying the mininum code point of the
|
VALUE must be an integer specifying the minimum code point of the
|
||||||
charset. If omitted, it is calculated from `:code-space'. VALUE may
|
charset. If omitted, it is calculated from `:code-space'. VALUE may
|
||||||
be a cons (HIGH . LOW), where HIGH is the most significant 16 bits of
|
be a cons (HIGH . LOW), where HIGH is the most significant 16 bits of
|
||||||
the code point and LOW is the least significant 16 bits.
|
the code point and LOW is the least significant 16 bits.
|
||||||
|
|
||||||
`:max-code'
|
`:max-code'
|
||||||
|
|
||||||
VALUE must be an integer specifying the maxinum code point of the
|
VALUE must be an integer specifying the maximum code point of the
|
||||||
charset. If omitted, it is calculated from `:code-space'. VALUE may
|
charset. If omitted, it is calculated from `:code-space'. VALUE may
|
||||||
be a cons (HIGH . LOW), where HIGH is the most significant 16 bits of
|
be a cons (HIGH . LOW), where HIGH is the most significant 16 bits of
|
||||||
the code point and LOW is the least significant 16 bits.
|
the code point and LOW is the least significant 16 bits.
|
||||||
|
|
|
||||||
|
|
@ -734,7 +734,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"."
|
||||||
;; dictionary in the buffer DICBUF. The input method name of the
|
;; dictionary in the buffer DICBUF. The input method name of the
|
||||||
;; Quail package is NAME, and the title string is TITLE.
|
;; Quail package is NAME, and the title string is TITLE.
|
||||||
|
|
||||||
;; TSANG-P is non-nil, genereate $(06AQo(B input method. Otherwise
|
;; TSANG-P is non-nil, generate $(06AQo(B input method. Otherwise
|
||||||
;; generate $(0X|/y(B (simple version of $(06AQo(B). If BIG5-P is non-nil, the
|
;; generate $(0X|/y(B (simple version of $(06AQo(B). If BIG5-P is non-nil, the
|
||||||
;; input method is for inputting Big5 characters. Otherwise the input
|
;; input method is for inputting Big5 characters. Otherwise the input
|
||||||
;; method is for inputting CNS characters.
|
;; method is for inputting CNS characters.
|
||||||
|
|
|
||||||
|
|
@ -4500,7 +4500,7 @@ With prefix argument N moves forward N messages with these labels.
|
||||||
|
|
||||||
;;;***
|
;;;***
|
||||||
|
|
||||||
;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "2c8675d7c069c68bc36a4003b15448d1")
|
;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "5d992206e382290d07ad7d9a2bf250c9")
|
||||||
;;; Generated autoloads from rmailmm.el
|
;;; Generated autoloads from rmailmm.el
|
||||||
|
|
||||||
(autoload 'rmail-mime "rmailmm" "\
|
(autoload 'rmail-mime "rmailmm" "\
|
||||||
|
|
|
||||||
|
|
@ -484,7 +484,7 @@ See `rmail-mime-entity' for the detail."
|
||||||
(insert "\n"))))
|
(insert "\n"))))
|
||||||
|
|
||||||
(defun rmail-mime-find-header-encoding (header)
|
(defun rmail-mime-find-header-encoding (header)
|
||||||
"Retun the last coding system used to decode HEADER.
|
"Return the last coding system used to decode HEADER.
|
||||||
HEADER is a header component of a MIME-entity object (see
|
HEADER is a header component of a MIME-entity object (see
|
||||||
`rmail-mime-entity')."
|
`rmail-mime-entity')."
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
|
|
@ -1332,7 +1332,7 @@ attachments as specfied by `rmail-mime-attachment-dirs-alist'."
|
||||||
(if (consp rmail-mime-coding-system)
|
(if (consp rmail-mime-coding-system)
|
||||||
;; Decoding is done by rfc2047-decode-region only for a
|
;; Decoding is done by rfc2047-decode-region only for a
|
||||||
;; header. But, as the used coding system may have been
|
;; header. But, as the used coding system may have been
|
||||||
;; overriden by mm-charset-override-alist, we can't
|
;; overridden by mm-charset-override-alist, we can't
|
||||||
;; trust (car rmail-mime-coding-system). So, here we
|
;; trust (car rmail-mime-coding-system). So, here we
|
||||||
;; try the decoding again with mm-charset-override-alist
|
;; try the decoding again with mm-charset-override-alist
|
||||||
;; bound to nil.
|
;; bound to nil.
|
||||||
|
|
|
||||||
|
|
@ -610,7 +610,7 @@
|
||||||
'utils) (mh-require-cl) calls:
|
'utils) (mh-require-cl) calls:
|
||||||
|
|
||||||
(eval-when-compile (require 'mh-acros))
|
(eval-when-compile (require 'mh-acros))
|
||||||
(mh-require-cl)
|
(mh-require-cl)
|
||||||
|
|
||||||
2004-08-10 Bill Wohler <wohler@newt.com>
|
2004-08-10 Bill Wohler <wohler@newt.com>
|
||||||
|
|
||||||
|
|
@ -1960,8 +1960,8 @@
|
||||||
switch between available variants.
|
switch between available variants.
|
||||||
(mh-variants): Available MH variants are described in this variable.
|
(mh-variants): Available MH variants are described in this variable.
|
||||||
(mh-variant-in-use, mh-variant-p): Developers may check which
|
(mh-variant-in-use, mh-variant-p): Developers may check which
|
||||||
variant is currently in use with the variable `mh-variant-in-use'
|
variant is currently in use with the variable `mh-variant-in-use'
|
||||||
or the function `mh-variant-p'.
|
or the function `mh-variant-p'.
|
||||||
|
|
||||||
2003-08-15 Bill Wohler <wohler@newt.com>
|
2003-08-15 Bill Wohler <wohler@newt.com>
|
||||||
|
|
||||||
|
|
@ -5959,7 +5959,7 @@
|
||||||
to allow the user a customizable variable which will turn off
|
to allow the user a customizable variable which will turn off
|
||||||
folders based completion.
|
folders based completion.
|
||||||
(mh-prompt-for-folder): Use mh-folder-completing-read to read in
|
(mh-prompt-for-folder): Use mh-folder-completing-read to read in
|
||||||
the folder name with hierachical completion (closes SF #664821).
|
the folder name with hierarchical completion (closes SF #664821).
|
||||||
|
|
||||||
* mh-speed.el (mh-speed-folders, mh-speed-folders-cache)
|
* mh-speed.el (mh-speed-folders, mh-speed-folders-cache)
|
||||||
(mh-speed-folders-actual): Moved to mh-utils.el as mh-sub-folders,
|
(mh-speed-folders-actual): Moved to mh-utils.el as mh-sub-folders,
|
||||||
|
|
@ -8162,7 +8162,7 @@
|
||||||
|
|
||||||
2002-10-24 Bill Wohler <wohler@newt.com>
|
2002-10-24 Bill Wohler <wohler@newt.com>
|
||||||
|
|
||||||
* mh-e is completely checkdoc clean now.
|
* mh-e is completely checkdoc clean now.
|
||||||
|
|
||||||
* mh-utils.el (mh-clean-message-header-flag): Renamed from
|
* mh-utils.el (mh-clean-message-header-flag): Renamed from
|
||||||
mh-clean-message-header.
|
mh-clean-message-header.
|
||||||
|
|
@ -9213,7 +9213,7 @@
|
||||||
font, you may set this variable to expand the single reply
|
font, you may set this variable to expand the single reply
|
||||||
button into three buttons that won't lead to minibuffer prompt
|
button into three buttons that won't lead to minibuffer prompt
|
||||||
about who to reply to.
|
about who to reply to.
|
||||||
(mh-folder-tool-bar-map): Use mh-tool-bar-reply-3-buttons to
|
(mh-folder-tool-bar-map): Use mh-tool-bar-reply-3-buttons to
|
||||||
decide how many buttons to use for replying.
|
decide how many buttons to use for replying.
|
||||||
|
|
||||||
* mh-mime.el (mh-file-mime-type-substitutions)
|
* mh-mime.el (mh-file-mime-type-substitutions)
|
||||||
|
|
@ -10456,10 +10456,10 @@
|
||||||
|
|
||||||
2001-12-04 Eric Ding <ericding@alum.mit.edu>
|
2001-12-04 Eric Ding <ericding@alum.mit.edu>
|
||||||
|
|
||||||
* mh-e.el: changes to face colors on dark backgrounds.
|
* mh-e.el: changes to face colors on dark backgrounds.
|
||||||
(mh-folder-followup-face): change to LightGoldenRod.
|
(mh-folder-followup-face): change to LightGoldenRod.
|
||||||
(mh-folder-date-face): change to snow3.
|
(mh-folder-date-face): change to snow3.
|
||||||
(mh-folder-msg-number-face): change to snow4.
|
(mh-folder-msg-number-face): change to snow4.
|
||||||
|
|
||||||
2001-12-04 Bill Wohler <wohler@newt.com>
|
2001-12-04 Bill Wohler <wohler@newt.com>
|
||||||
|
|
||||||
|
|
@ -11336,7 +11336,7 @@
|
||||||
typically have 70 lines in my Emacs frame, so having a default of
|
typically have 70 lines in my Emacs frame, so having a default of
|
||||||
4 was silly for my case.
|
4 was silly for my case.
|
||||||
* mh-e.el (mh-update-sequences): Check for nil value of
|
* mh-e.el (mh-update-sequences): Check for nil value of
|
||||||
mh-current-folder, which happens if mh-summary-height < 4
|
mh-current-folder, which happens if mh-summary-height < 4
|
||||||
although I haven't tracked doen why that happens.
|
although I haven't tracked doen why that happens.
|
||||||
|
|
||||||
2001-10-22 Peter S Galbraith <psg@debian.org>
|
2001-10-22 Peter S Galbraith <psg@debian.org>
|
||||||
|
|
|
||||||
|
|
@ -1023,7 +1023,7 @@ VERSION is of the format (Major . Minor)"
|
||||||
|
|
||||||
|
|
||||||
(defvar prolog-mode-hook nil
|
(defvar prolog-mode-hook nil
|
||||||
"List of functions to call after the prolog mode has initialised.")
|
"List of functions to call after the prolog mode has initialized.")
|
||||||
|
|
||||||
(unless (fboundp 'prog-mode)
|
(unless (fboundp 'prog-mode)
|
||||||
(defalias 'prog-mode 'fundamental-mode))
|
(defalias 'prog-mode 'fundamental-mode))
|
||||||
|
|
@ -1090,7 +1090,7 @@ Actually this is just customized `prolog-mode'."
|
||||||
map))
|
map))
|
||||||
|
|
||||||
(defvar prolog-inferior-mode-hook nil
|
(defvar prolog-inferior-mode-hook nil
|
||||||
"List of functions to call after the inferior prolog mode has initialised.")
|
"List of functions to call after the inferior prolog mode has initialized.")
|
||||||
|
|
||||||
(defvar prolog-inferior-error-regexp-alist
|
(defvar prolog-inferior-error-regexp-alist
|
||||||
'(;; GNU Prolog used to not follow the GNU standard format.
|
'(;; GNU Prolog used to not follow the GNU standard format.
|
||||||
|
|
|
||||||
|
|
@ -5128,7 +5128,7 @@ Set point to where line starts."
|
||||||
continued))
|
continued))
|
||||||
|
|
||||||
(defun verilog-backward-token ()
|
(defun verilog-backward-token ()
|
||||||
"Step backward token, returing true if this is a continued line."
|
"Step backward token, returning true if this is a continued line."
|
||||||
(interactive)
|
(interactive)
|
||||||
(verilog-backward-syntactic-ws)
|
(verilog-backward-syntactic-ws)
|
||||||
(cond
|
(cond
|
||||||
|
|
|
||||||
|
|
@ -1226,7 +1226,7 @@ The value nil is the same as the list (UTF8_STRING COMPOUND_TEXT STRING)."
|
||||||
(if (string= clip-text "") (setq clip-text nil))
|
(if (string= clip-text "") (setq clip-text nil))
|
||||||
|
|
||||||
;; Check the CLIPBOARD selection for 'newness', is it different
|
;; Check the CLIPBOARD selection for 'newness', is it different
|
||||||
;; from what we remebered them to be last time we did a
|
;; from what we remembered them to be last time we did a
|
||||||
;; cut/paste operation.
|
;; cut/paste operation.
|
||||||
(setq clip-text
|
(setq clip-text
|
||||||
(cond ;; check clipboard
|
(cond ;; check clipboard
|
||||||
|
|
@ -1243,7 +1243,7 @@ The value nil is the same as the list (UTF8_STRING COMPOUND_TEXT STRING)."
|
||||||
(when x-select-enable-primary
|
(when x-select-enable-primary
|
||||||
(setq primary-text (x-selection-value-internal 'PRIMARY))
|
(setq primary-text (x-selection-value-internal 'PRIMARY))
|
||||||
;; Check the PRIMARY selection for 'newness', is it different
|
;; Check the PRIMARY selection for 'newness', is it different
|
||||||
;; from what we remebered them to be last time we did a
|
;; from what we remembered them to be last time we did a
|
||||||
;; cut/paste operation.
|
;; cut/paste operation.
|
||||||
(setq primary-text
|
(setq primary-text
|
||||||
(cond ;; check primary selection
|
(cond ;; check primary selection
|
||||||
|
|
|
||||||
|
|
@ -2284,7 +2284,7 @@ Otherwise the variable `ispell-grep-command' contains the command used to
|
||||||
search for the words (usually egrep).
|
search for the words (usually egrep).
|
||||||
|
|
||||||
Optional second argument contains the dictionary to use; the default is
|
Optional second argument contains the dictionary to use; the default is
|
||||||
`ispell-alternate-dictionary', overriden by `ispell-complete-word-dict'
|
`ispell-alternate-dictionary', overridden by `ispell-complete-word-dict'
|
||||||
if defined."
|
if defined."
|
||||||
;; We don't use the filter for this function, rather the result is written
|
;; We don't use the filter for this function, rather the result is written
|
||||||
;; into a buffer. Hence there is no need to save the filter values.
|
;; into a buffer. Hence there is no need to save the filter values.
|
||||||
|
|
|
||||||
|
|
@ -253,7 +253,7 @@ one with the `xr' package."
|
||||||
|
|
||||||
(defun reftex-translate (files search-re translate-alist error-fmt test)
|
(defun reftex-translate (files search-re translate-alist error-fmt test)
|
||||||
;; In FILES, look for SEARCH-RE and replace match 1 of it with
|
;; In FILES, look for SEARCH-RE and replace match 1 of it with
|
||||||
;; its association in TRANSLATE-ALSIT.
|
;; its association in TRANSLATE-ALIST.
|
||||||
;; If we do not find an association and TEST is non-nil, query
|
;; If we do not find an association and TEST is non-nil, query
|
||||||
;; to ignore the problematic string.
|
;; to ignore the problematic string.
|
||||||
;; If TEST is nil, it is ignored without query.
|
;; If TEST is nil, it is ignored without query.
|
||||||
|
|
|
||||||
|
|
@ -1558,7 +1558,7 @@ LCON is the lexical context, if any."
|
||||||
|
|
||||||
(defun sgml-guess-indent ()
|
(defun sgml-guess-indent ()
|
||||||
"Guess an appropriate value for `sgml-basic-offset'.
|
"Guess an appropriate value for `sgml-basic-offset'.
|
||||||
Base the guessed identation level on the first indented tag in the buffer.
|
Base the guessed indentation level on the first indented tag in the buffer.
|
||||||
Add this to `sgml-mode-hook' for convenience."
|
Add this to `sgml-mode-hook' for convenience."
|
||||||
(interactive)
|
(interactive)
|
||||||
(save-excursion
|
(save-excursion
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
2011-11-11 Dmitry Antipov <dmantipov@yandex.ru>
|
2011-11-11 Dmitry Antipov <dmantipov@yandex.ru>
|
||||||
|
|
||||||
* xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.
|
* xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.
|
||||||
|
|
||||||
2011-11-11 Kenichi Handa <handa@m17n.org>
|
2011-11-11 Kenichi Handa <handa@m17n.org>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19139,7 +19139,7 @@
|
||||||
(font_rescale_ratio): New function.
|
(font_rescale_ratio): New function.
|
||||||
(split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
|
(split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
|
||||||
(better_font_p): On comparing point sized, pay attention to
|
(better_font_p): On comparing point sized, pay attention to
|
||||||
recale_ratio member of fonts.
|
rescale_ratio member of fonts.
|
||||||
(build_scalable_font_name): Reflect font->rescale_ratio in the
|
(build_scalable_font_name): Reflect font->rescale_ratio in the
|
||||||
font name.
|
font name.
|
||||||
(syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
|
(syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
|
||||||
|
|
@ -22780,7 +22780,7 @@
|
||||||
2002-07-23 Kenichi Handa <handa@etl.go.jp>
|
2002-07-23 Kenichi Handa <handa@etl.go.jp>
|
||||||
|
|
||||||
* xdisp.c (face_before_or_after_it_pos):
|
* xdisp.c (face_before_or_after_it_pos):
|
||||||
Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
|
Call FETCH_MULTIBYTE_CHAR with byte position, not char position.
|
||||||
|
|
||||||
2002-07-22 Juanma Barranquero <lektu@terra.es>
|
2002-07-22 Juanma Barranquero <lektu@terra.es>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26748,7 +26748,7 @@
|
||||||
2008-02-01 Kenichi Handa <handa@m17n.org>
|
2008-02-01 Kenichi Handa <handa@m17n.org>
|
||||||
|
|
||||||
* xdisp.c (face_before_or_after_it_pos):
|
* xdisp.c (face_before_or_after_it_pos):
|
||||||
Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
|
Call FETCH_MULTIBYTE_CHAR with byte position, not char position.
|
||||||
|
|
||||||
2008-02-01 Kenichi Handa <handa@m17n.org>
|
2008-02-01 Kenichi Handa <handa@m17n.org>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15414,7 +15414,7 @@
|
||||||
* xfns.c (Fx_create_screen): If user has specified
|
* xfns.c (Fx_create_screen): If user has specified
|
||||||
`x-iconic-startup' then start emacs in iconic form.
|
`x-iconic-startup' then start emacs in iconic form.
|
||||||
Look for icon position in `icon-left' and `icon-top', or use
|
Look for icon position in `icon-left' and `icon-top', or use
|
||||||
window postion.
|
window position.
|
||||||
|
|
||||||
* xterm.c (x_term_init): If server doesn't respond, use fatal
|
* xterm.c (x_term_init): If server doesn't respond, use fatal
|
||||||
instead of error. Also tell user about -d option.
|
instead of error. Also tell user about -d option.
|
||||||
|
|
|
||||||
|
|
@ -7485,7 +7485,7 @@
|
||||||
|
|
||||||
1997-06-09 Kenichi Handa <handa@etl.go.jp>
|
1997-06-09 Kenichi Handa <handa@etl.go.jp>
|
||||||
|
|
||||||
* buffer.c (init_buffer_once): Inititialize the member
|
* buffer.c (init_buffer_once): Initialize the member
|
||||||
buffer_file_coding_system.
|
buffer_file_coding_system.
|
||||||
(syms_of_buffer): Declare Lisp variables
|
(syms_of_buffer): Declare Lisp variables
|
||||||
default-buffer-file-coding-system and buffer-file-coding-system.
|
default-buffer-file-coding-system and buffer-file-coding-system.
|
||||||
|
|
|
||||||
|
|
@ -162,8 +162,8 @@ static struct
|
||||||
/* 1 iff the following table is used for encoder. */
|
/* 1 iff the following table is used for encoder. */
|
||||||
short for_encoder;
|
short for_encoder;
|
||||||
|
|
||||||
/* When the following table is used for encoding, mininum and
|
/* When the following table is used for encoding, minimum and
|
||||||
maxinum character of the current charset. */
|
maximum character of the current charset. */
|
||||||
int min_char, max_char;
|
int min_char, max_char;
|
||||||
|
|
||||||
/* A Unicode character correspoinding to the code indice 0 (i.e. the
|
/* A Unicode character correspoinding to the code indice 0 (i.e. the
|
||||||
|
|
|
||||||
|
|
@ -153,7 +153,7 @@ struct charset
|
||||||
/* Dimension of the charset: 1, 2, 3, or 4. */
|
/* Dimension of the charset: 1, 2, 3, or 4. */
|
||||||
int dimension;
|
int dimension;
|
||||||
|
|
||||||
/* Byte code range of each dimension. <code_space>[4N] is a mininum
|
/* Byte code range of each dimension. <code_space>[4N] is a minimum
|
||||||
byte code of the (N+1)th dimension, <code_space>[4N+1] is a
|
byte code of the (N+1)th dimension, <code_space>[4N+1] is a
|
||||||
maximum byte code of the (N+1)th dimension, <code_space>[4N+2] is
|
maximum byte code of the (N+1)th dimension, <code_space>[4N+2] is
|
||||||
(<code_space>[4N+1] - <code_space>[4N] + 1), <code_space>[4N+3]
|
(<code_space>[4N+1] - <code_space>[4N] + 1), <code_space>[4N+3]
|
||||||
|
|
@ -199,14 +199,14 @@ struct charset
|
||||||
/* The method for encoding/decoding characters of the charset. */
|
/* The method for encoding/decoding characters of the charset. */
|
||||||
enum charset_method method;
|
enum charset_method method;
|
||||||
|
|
||||||
/* Mininum and Maximum code points of the charset. */
|
/* Minimum and Maximum code points of the charset. */
|
||||||
unsigned min_code, max_code;
|
unsigned min_code, max_code;
|
||||||
|
|
||||||
/* Offset value used by macros CODE_POINT_TO_INDEX and
|
/* Offset value used by macros CODE_POINT_TO_INDEX and
|
||||||
INDEX_TO_CODE_POINT. . */
|
INDEX_TO_CODE_POINT. . */
|
||||||
unsigned char_index_offset;
|
unsigned char_index_offset;
|
||||||
|
|
||||||
/* Mininum and Maximum character codes of the charset. If the
|
/* Minimum and Maximum character codes of the charset. If the
|
||||||
charset is compatible with ASCII, min_char is a minimum non-ASCII
|
charset is compatible with ASCII, min_char is a minimum non-ASCII
|
||||||
character of the charset. If the method of charset is
|
character of the charset. If the method of charset is
|
||||||
CHARSET_METHOD_OFFSET, even if the charset is unified, min_char
|
CHARSET_METHOD_OFFSET, even if the charset is unified, min_char
|
||||||
|
|
|
||||||
|
|
@ -758,7 +758,7 @@ map_sub_char_table (void (*c_function) (Lisp_Object, Lisp_Object, Lisp_Object),
|
||||||
{
|
{
|
||||||
/* Depth of TABLE. */
|
/* Depth of TABLE. */
|
||||||
int depth;
|
int depth;
|
||||||
/* Minimum and maxinum characters covered by TABLE. */
|
/* Minimum and maximum characters covered by TABLE. */
|
||||||
int min_char, max_char;
|
int min_char, max_char;
|
||||||
/* Number of characters covered by one element of TABLE. */
|
/* Number of characters covered by one element of TABLE. */
|
||||||
int chars_in_block;
|
int chars_in_block;
|
||||||
|
|
|
||||||
|
|
@ -1307,7 +1307,7 @@ composition_reseat_it (struct composition_it *cmp_it, EMACS_INT charpos, EMACS_I
|
||||||
if (cmp_it->lookback == 0)
|
if (cmp_it->lookback == 0)
|
||||||
goto no_composition;
|
goto no_composition;
|
||||||
lgstring = Qnil;
|
lgstring = Qnil;
|
||||||
/* Try to find a shorter compostion that starts after CPOS. */
|
/* Try to find a shorter composition that starts after CPOS. */
|
||||||
composition_compute_stop_pos (cmp_it, charpos, bytepos, cpos,
|
composition_compute_stop_pos (cmp_it, charpos, bytepos, cpos,
|
||||||
string);
|
string);
|
||||||
if (cmp_it->ch == -2 || cmp_it->stop_pos < charpos)
|
if (cmp_it->ch == -2 || cmp_it->stop_pos < charpos)
|
||||||
|
|
|
||||||
|
|
@ -1702,7 +1702,7 @@ static Lisp_Object auto_fontset_alist;
|
||||||
/* Number of automatically created fontsets. */
|
/* Number of automatically created fontsets. */
|
||||||
static printmax_t num_auto_fontsets;
|
static printmax_t num_auto_fontsets;
|
||||||
|
|
||||||
/* Retun a fontset synthesized from FONT-OBJECT. This is called from
|
/* Return a fontset synthesized from FONT-OBJECT. This is called from
|
||||||
x_new_font when FONT-OBJECT is used for the default ASCII font of a
|
x_new_font when FONT-OBJECT is used for the default ASCII font of a
|
||||||
frame, and the returned fontset is used for the default fontset of
|
frame, and the returned fontset is used for the default fontset of
|
||||||
that frame. The fontset specifies a font of the same registry as
|
that frame. The fontset specifies a font of the same registry as
|
||||||
|
|
|
||||||
|
|
@ -7824,7 +7824,7 @@ imagemagick_load_image (struct frame *f, struct image *img,
|
||||||
|
|
||||||
if (imagemagick_rendermethod == 1)
|
if (imagemagick_rendermethod == 1)
|
||||||
{
|
{
|
||||||
/* Magicexportimage is normaly faster than pixelpushing. This
|
/* Magicexportimage is normally faster than pixelpushing. This
|
||||||
method is also well tested. Some aspects of this method are
|
method is also well tested. Some aspects of this method are
|
||||||
ad-hoc and needs to be more researched. */
|
ad-hoc and needs to be more researched. */
|
||||||
int imagedepth = 24;/*MagickGetImageDepth(image_wand);*/
|
int imagedepth = 24;/*MagickGetImageDepth(image_wand);*/
|
||||||
|
|
|
||||||
|
|
@ -1019,7 +1019,7 @@ temacs:
|
||||||
/* The conditional bit below was in Oliva's original code
|
/* The conditional bit below was in Oliva's original code
|
||||||
(1999-08-25) and seems to have been dropped by mistake
|
(1999-08-25) and seems to have been dropped by mistake
|
||||||
subsequently. It prevents a crash at startup under X in
|
subsequently. It prevents a crash at startup under X in
|
||||||
`IRIX64 6.5 6.5.17m', whether compiled on that relase or
|
`IRIX64 6.5 6.5.17m', whether compiled on that release or
|
||||||
an earlier one. It causes no trouble on the other ELF
|
an earlier one. It causes no trouble on the other ELF
|
||||||
platforms I could test (Irix 6.5.15m, Solaris 8, Debian
|
platforms I could test (Irix 6.5.15m, Solaris 8, Debian
|
||||||
Potato x86, Debian Woody SPARC); however, it's reported
|
Potato x86, Debian Woody SPARC); however, it's reported
|
||||||
|
|
|
||||||
|
|
@ -272,8 +272,8 @@ xfont_chars_supported (Lisp_Object chars, XFontStruct *xfont,
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* A hash table recoding which font supports which scritps. Each key
|
/* A hash table recoding which font supports which scripts. Each key
|
||||||
is a vector of characteristic font propertis FOUNDRY to WIDTH and
|
is a vector of characteristic font properties FOUNDRY to WIDTH and
|
||||||
ADDSTYLE, and each value is a list of script symbols.
|
ADDSTYLE, and each value is a list of script symbols.
|
||||||
|
|
||||||
We assume that fonts that have the same value in the above
|
We assume that fonts that have the same value in the above
|
||||||
|
|
@ -281,7 +281,7 @@ xfont_chars_supported (Lisp_Object chars, XFontStruct *xfont,
|
||||||
|
|
||||||
static Lisp_Object xfont_scripts_cache;
|
static Lisp_Object xfont_scripts_cache;
|
||||||
|
|
||||||
/* Re-usable vector to store characteristic font properites. */
|
/* Re-usable vector to store characteristic font properties. */
|
||||||
static Lisp_Object xfont_scratch_props;
|
static Lisp_Object xfont_scratch_props;
|
||||||
|
|
||||||
/* Return a list of scripts supported by the font of FONTNAME whose
|
/* Return a list of scripts supported by the font of FONTNAME whose
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue