- 02 Jan, 2010 1 commit
-
-
Chong Yidong authored
* nonascii.texi (Text Representations, Character Codes) (Converting Representations, Explicit Encoding) (Translation of Characters): Use hex notation consistently. (Character Sets): Fix map-charset-chars doc (Bug#5197).
-
- 31 Oct, 2009 1 commit
-
-
Glenn Morris authored
-
- 27 Aug, 2009 1 commit
-
-
Stefan Monnier authored
(default-line-spacing, default-abbrev-mode, default-ctl-arrow) (default-direction-reversed, default-truncate-lines) (default-left-margin, default-tab-width, default-case-fold-search) (default-left-margin-width, default-right-margin-width) (default-left-fringe-width, default-right-fringe-width) (default-fringes-outside-margins, default-scroll-bar-width) (default-vertical-scroll-bar, default-indicate-empty-lines) (default-indicate-buffer-boundaries, default-fringe-indicator-alist) (default-fringe-cursor-alist, default-scroll-up-aggressively) (default-scroll-down-aggressively, default-fill-column) (default-cursor-type, default-buffer-file-type) (default-cursor-in-non-selected-windows) (default-buffer-file-coding-system, default-major-mode) (default-enable-multibyte-characters): Mark as obsolete. * cus-start.el (default-major-mode): Customize `major-mode' instead. (enable-multibyte-characters): Not customizable any more.
-
- 26 Aug, 2009 1 commit
-
-
Glenn Morris authored
(Character Codes): Fix typos.
-
- 09 Jul, 2009 1 commit
-
-
Glenn Morris authored
Minor rearrangements to improve TeX line-filling.
-
- 09 Jun, 2009 2 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
are codepoints of CHARSET.
-
- 21 May, 2009 1 commit
-
-
Martin Rudalics authored
* backups.texi (Making Backups): backup-directory-alist and make-backup-file-name-function are options. (Auto-Saving): auto-save-list-file-prefix is an option. * buffers.texi (Killing Buffers): buffer-offer-save is an option. * display.texi (Refresh Screen): no-redraw-on-reenter is an option. (Echo Area Customization): echo-keystrokes is an option. (Selective Display): selective-display-ellipses is an option. (Temporary Displays): temp-buffer-show-function is an option. (Face Attributes): underline-minimum-offset and x-bitmap-file-path are options. (Font Selection): face-font-family-alternatives, face-font-selection-order, face-font-registry-alternatives, and scalable-fonts-allowed are options. (Fringe Indicators): indicate-buffer-boundaries is an option. (Fringe Cursors): overflow-newline-into-fringe is an option. (Scroll Bars): scroll-bar-mode is an option. * eval.texi (Eval): max-lisp-eval-depth is an option. * files.texi (Visiting Functions): find-file-hook is an option. (Directory Names): directory-abbrev-alist is an option. (Unique File Names): temporary-file-directory and small-temporary-file-directory are options. * frames.texi (Initial Parameters): initial-frame-alist, minibuffer-frame-alist and default-frame-alist are options. (Cursor Parameters): blink-cursor-alist and cursor-in-non-selected-windows ar options. (Window System Selections): selection-coding-system is an option. (Display Feature Testing): display-mm-dimensions-alist is an option. * help.texi (Help Functions): help-char and help-event-list are options. * keymaps.texi (Functions for Key Lookup): meta-prefix-char is an option. * minibuf.texi (Minibuffer History): history-length and history-delete-duplicates are options. (High-Level Completion): read-buffer-function and read-buffer-completion-ignore-case are options. (Reading File Names): read-file-name-completion-ignore-case is an option. * modes.texi (Mode Line Top): mode-line-format is an option. (Mode Line Variables): mode-line-position and mode-line-modes are options. * nonascii.texi (Text Representations): enable-multibyte-characters is an option. (Default Coding Systems): auto-coding-regexp-alist, file-coding-system-alist, auto-coding-alist and auto-coding-functions are options. (Specifying Coding Systems): inhibit-eol-conversion is an option. * os.texi (Init File): site-run-file is an option. (System Environment): mail-host-address is an option. (User Identification): user-mail-address is an option. (Terminal Output): baud-rate is an option. * positions.texi (Word Motion): words-include-escapes is an option. * searching.texi (Standard Regexps): page-delimiter, paragraph-separate, paragraph-separate and sentence-end are options. * text.texi (Margins): left-margin and fill-nobreak-predicate are options. * variables.texi (Local Variables): max-specpdl-size is an option. * windows.texi (Choosing Window): split-window-preferred-function, special-display-function and display-buffer-function are options.
-
- 20 May, 2009 1 commit
-
-
Chong Yidong authored
arguments to syntax-ppss-flush-cache. * processes.texi (Input to Processes): Mark PROCESS arg to process-running-child-p as optional. (Network Options): Document NO-ERROR arg to set-network-process-option. * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a command. * searching.texi (POSIX Regexps): Mark posix-search-forward and posix-search-backward as commands. * os.texi (Killing Emacs): Mark kill-emacs as a command. (Suspending Emacs): Mark suspend-emacs as a command. (Processor Run Time): Mark emacs-uptime and emacs-init-time as commands. (Terminal Output): Remove obsolete function baud-rate. Document TERMINAL arg for send-string-to-terminal. * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for terminal-coding-system and set-terminal-coding-system. (Explicit Encoding): Mark DESTINATION arg of decode-coding-region as optional. (Character Sets): Document RESTRICTION arg of char-charset. (Character Codes): Mark POS argument to get-byte as optional. * minibuf.texi (Minibuffer Misc): Document ARGS arg for minibuffer-message. * files.texi (Create/Delete Dirs): Mark make-directory and delete-directory as commands. * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table. * text.texi (Base 64): Mark base64-decode-string and base64-encode-string as commands. (Columns): Mark move-to-column as a command. (Mode-Specific Indent): Document RIGID arg to indent-for-tab-command. (Region Indent): Mark TO-COLUMN arg to indent-region as optional. Mark indent-code-rigidly as a command. (Substitution): Mark translate-region as a command. * frames.texi (Size and Position): Remove obsolete functions screen-height and screen-width.
-
- 09 May, 2009 1 commit
-
-
Eli Zaretskii authored
auto-coding-alist. Add indexing. (Lisp and Coding Systems): Add index entries.
-
- 10 Apr, 2009 1 commit
-
-
Chong Yidong authored
(Coding System Basics): Also mention utf-8-emacs. (Converting Representations, Selecting a Representation) (Scanning Charsets, Translation of Characters, Encoding and I/O): Copyedits. (Character Codes): Mention role of codepoints 1114112 to 4194175.
-
- 14 Feb, 2009 1 commit
-
-
Eli Zaretskii authored
suggests raw-text if there are raw bytes in the region. (Explicit Encoding): Warn not to use `undecided' when encoding.
-
- 07 Feb, 2009 2 commits
-
-
Eli Zaretskii authored
decode-coding-region and decode-coding-string.
-
Eli Zaretskii authored
translation-table-for-input.
-
- 17 Jan, 2009 2 commits
-
-
Eli Zaretskii authored
`set-keyboard-coding-system' now accept an optional terminal argument.
-
Eli Zaretskii authored
-
- 10 Jan, 2009 2 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
inhibit-iso-escape-detection.
-
- 08 Jan, 2009 1 commit
-
-
Glenn Morris authored
-
- 05 Dec, 2008 2 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
(Character Properties): Don't explain the meaning of each property; instead, identify their Unicode Standard names.
-
- 29 Nov, 2008 2 commits
-
-
Eli Zaretskii authored
(Specifying Coding Systems): Document `coding-system-priority-list', `set-coding-system-priority', and `with-coding-priority'. (Lisp and Coding Systems): Document `check-coding-systems-region' and `coding-system-charset-list'. (Coding System Basics): Document `coding-system-aliases'.
-
Eli Zaretskii authored
(Character Codes): Document `max-char'.
-
- 28 Nov, 2008 1 commit
-
-
Eli Zaretskii authored
Scanning Charsets, Translation of Characters): Make text more accurate.
-
- 22 Nov, 2008 1 commit
-
-
Eli Zaretskii authored
(Scanning Charsets, Translation of Characters): Update for Emacs 23. (Chars and Bytes, Splitting Characters): Sections removed.
-
- 01 Nov, 2008 1 commit
-
-
Eli Zaretskii authored
internal representation of characters. Document `unibyte-string'.
-
- 22 Oct, 2008 1 commit
-
-
Chong Yidong authored
characterp instead.
-
- 14 Oct, 2008 1 commit
-
-
Eli Zaretskii authored
characters.
-
- 24 Apr, 2008 2 commits
-
-
Juanma Barranquero authored
-
Stefan Monnier authored
-
- 14 Dec, 2007 1 commit
-
-
Martin Rudalics authored
"visit the current buffer".
-
- 06 Sep, 2007 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-