- 28 Feb, 2006 1 commit
-
-
Kenichi Handa authored
decoding loop.
-
- 27 Feb, 2006 6 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
"big5-0". ("Chinese-GBK"): Set ctext-non-standard-encodings property to "gbk-0". Add sample-text property.
-
Kenichi Handa authored
charset `big5' in the entry for "big5-0". (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read a row 8-bit. (ctext-non-standard-encodings): Initialize to nil. (ctext-non-standard-encodings-table): Return a list instead of char-table. (ctext-pre-write-conversion): Adjusted for the above change.
-
Kenichi Handa authored
-
Kenichi Handa authored
this-single-command-raw-keys on pushing back an unhandled key sequence.
-
Kenichi Handa authored
unibyte string, signal an error instead of make the string multibyte.
-
- 26 Feb, 2006 4 commits
-
-
Miles Bader authored
Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 119-122) - Update from CVS
-
Miles Bader authored
-
Kim F. Storm authored
use find-file-noselect to avoid interference from other modes.
-
Kim F. Storm authored
-
- 25 Feb, 2006 8 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
-
Chong Yidong authored
(x_uncatch_errors): Unused count argument deleted. * xterm.c (x_catch_errors): Don't use record_unwind_protect, since it can be called in a signal handler. (x_catch_errors_unwind): Function deleted. (x_uncatch_errors): Deallocate last x_error_message_stack struct. (x_check_errors): Call x_uncatch_errors before signalling error. (x_load_font, x_term_init, XTmouse_position, handle_one_xevent) (x_connection_closed, x_list_fonts): Use new versions of x_catch_errors and x_uncatch_errors. * xselect.c (x_own_selection, x_decline_selection_request) (x_reply_selection_request, x_get_foreign_selection) (Fx_get_atom_name, Fx_send_client_event): Likewise. * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame): Likewise. * eval.c (record_unwind_protect): Add an assertion.
-
Stefan Monnier authored
-
Thien-Thi Nguyen authored
the default shell if filename is not available.
-
Francesco Potortì authored
current list, as documented in the manual.
-
Francesco Potortì authored
-
Kim F. Storm authored
-
- 24 Feb, 2006 14 commits
-
-
Kim F. Storm authored
Martin Rudalics' 30 Jan 2006 bug report about overlays at end of buffer. URL/MID: http://mid.gmane.org/43DDC6B7.6010003@gmx.at
-
Kim F. Storm authored
overlay at the end of the buffer.
-
Kim F. Storm authored
-
Reiner Steib authored
-
Jan Djärv authored
nil the image file has been removed, in that case use the (cached) pixmap.
-
Alan Mackenzie authored
cc-defs.el, cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el, cc-mode.el, cc-styles.el, cc-subword.el, cc-vars.el: Add 2006 to the copyright statement. cc-awk.el: (c-awk-after-change): Protect the match data with save-match-data. It was being corrupted when Font Lock was not enabled. (ii): Fix a typo. cc-cmds.el, cc-mode.el, cc-engine.el (c-update-modeline): Concatenate the minor mode indicators directly onto mode-name, removing c-submode-indicators. Sometimes, c-s-i got separated from the mode name on the mode line. cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to c-hungry-delete-backwards, at the request of RMS. Leave the old name as an alias. cc-cmds.el (c-electric-brace, c-electric-semi&comma, c-electric-colon): Correct doc-strings: "/ln" -> "/la". cc-cmds.el (c-electric-brace): Fix clean-up brace-else-brace (error due to mbeg, mend being undefined). cc-defs.el (c-version): Update to 5.31.3. cc-defs.el: [Supersedes patch V1.38]: (top level): Check for a buggy font-lock-compile-keywords ONLY in XEmacs. GNU Emacs 22 now has a check which would throw an error here. cc-engine.el (c-beginning-of-statement-1): Clarify doc-string and comments. Distinguish real labels ("case 1:" or "foo:") from non-labels ("public:"). cc-engine.el (c-after-change-check-<>-operators): Remove save-match-data, reversing change for V1.45. save-match-data is now in c-after-change. cc-engine.el (c-forward-objc-directive): Replace c-forward-token-2 with crude coding; c-f-t-2 doesn't move over a token at EOB. Objc Mode was hanging after typing, e.g., "@implementation". cc-langs.el (c-filter-ops): Made it available at runtime too to work when `c-make-init-lang-vars-fun' needs to evaluate from source. cc-langs.el (c-make-init-lang-vars-fun): Improved the error message when there's an evaluation error to show whether it's loaded from source or not. (c-mode-menu): Add menu items for Electric Mode and Subword Mode. cc-mode.el (c-after-change): Protect the match data with save-match-data. It was getting corrupted by c-after-change-check-<>-operators. cc-mode.el: File Local variables: Solve the problem where both `mode' and c-file-offsets are specified: `mode' will overwrite c-f-o's settings: (c-remove-any-local-eval-or-mode-variables): new function. (c-postprocess-file-styles): call the above new function, within c-tentative-buffer-change, to splat `mode' and `eval' before the second hack-local-variables.
-
Alan Mackenzie authored
c-hungry-delete-backwards, at the request of RMS. Leave the old name as an alias. (Movement Commands): Correct the definition of c-beginning-of-defun, to include the function header within the defun. (Comment Commands): State that C-u M-; kills any existing comment. (Electric Keys): Add a justification for electric indentation. (Hungry WS Deletion): Clear up the names and complications of the BACKSPACE and DELETE keys. Correct two typos.
-
Alan Mackenzie authored
-
Kenichi Handa authored
saved-input-mode on turing off Encoded Kbd mode.
-
Miles Bader authored
Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 113-118) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 38-39) - Update from CVS
-
Kenichi Handa authored
partially, be sure to set point before the inserted characters.
-
Kenichi Handa authored
-
Kenichi Handa authored
save-buffer-state. (turn-on-auto-composition-if-enabled): Don't turn on auto-composition-mode in a unibyte buffer.
-
Miles Bader authored
Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 38-39) - Update from CVS
-
- 23 Feb, 2006 7 commits
-
-
Juri Linkov authored
default' after `Wrapping words automatically'. Move `Working with unprintable characters' before `Searching for/replacing newlines'. Move `Replacing highlighted text' after `Highlighting a region'. Merge `Repeating commands' and `Repeating a command as many times as possible' into the former. (Packages that do not come with Emacs): Add refs to Gmane and etc/MORE.STUFF.
-
Juanma Barranquero authored
-
Juri Linkov authored
-
Juri Linkov authored
(Reporting bugs): Suggest using `M-x report-emacs-bug'. Add xref to `(emacs)Reporting Bugs'. (Getting a printed manual): Add URL to other formats of the manual. (Common requests): Fix menu. (Highlighting a region): Remove ref to `Turning on syntax highlighting'. (Horizontal scrolling): Mention `truncate-partial-width-windows'. (Inserting text at the beginning of each line): Add pxref to `Changing the included text prefix'. (Forcing the cursor to remain in the same column): Mention `track-eol' and `set-goal-column'. Add pxref to `(emacs)Moving Point'. (Replacing text across multiple files): Add keybinding `Q' for `dired-do-query-replace'.
-
Juri Linkov authored
Info-search-whitespace-regexp in non-regexp isearch mode.
-
Juri Linkov authored
`persistent' and change :type from `boolean' to `choice'. (compare-windows-overlays1, compare-windows-overlays2): New internal variables. (compare-windows-highlight): If compare-windows-highlight is `persistent', add current overlays to compare-windows-overlays[12] instead of adding compare-windows-dehighlight to pre-command-hook. (compare-windows-dehighlight): Delete all overlays from compare-windows-overlays[12].
-
Stefan Monnier authored
-