Опис:
GNU Emacs bug reports and suggested fixes.
|
|
|
bug#5001: erc should use 'font-lock-face, not 'face
|
| |
erc does not use the font-lock machinery for coloring the erc buffers. If that is good or not I do not know. However there is a problem with that it currently use the 'face text property. This prevents hi-lock from working in its buffer which would otherwise be useful. Therefore please replace 'face with 'font-lock-face everywhere in erc.... далі ⇒
|
|
bug#5000: 23.1.50; empty string not allowed as line-prefix
|
| |
It seems that an empty string as a line prefix makes the redisplay engine choke. Test case: - open a new buffer in fundamental mode, no auto-fill-mode - insert a long line that will be wrapped for display into two or more lines. - insert the following form into the buffer, after the long line (add-text-properties (point-min) (point) '(line-prefix ""))... далі ⇒
|
|
bug#4996: problem found
|
| |
Ah! I have figured out the problem. report-emacs-bug adds the intangible property to the instructions. Normally, forward-line skips past text with the intangible property and this is what happens when linum-update is called normally, hence those lines do not receive line numbers normally. [UPDATE: this is a different bug in linum as it... далі ⇒
|
|
bug#4995: 23.1.50; No size compensation for (tool-bar-mode 0)(menu-bar-mode 0)
|
| |
ADMIT that $ emacs -Q -eval '(progn(tool-bar-mode 0)(menu-bar-mode 0))' 1. Still momentarily wastefully shows at least the menu-bar before cleaning it off the screen, even if the user does those commands in his .emacs file. 2. But more importantly, gives the user a window shorter than he wants. No compensation is made here under X windows to lengthen back the emacs... далі ⇒
|
|
bug#4994: 23.1.50; reftex-isearch-minor-mode does not restore to the original point
|
| |
Please describe exactly what actions triggered the bug and the precise symptoms of the bug: 1. (reftex-isearch-minor-mode t) 2. now search a string in a LaTeX project that is split (via \input or \include) into many files 3. C-g to quit and you will see point can be left in a new buffer. For example, from the master file I initialised an isearch and when the... далі ⇒
|
|
bug#4988: 23.1; In Emacs 23, face-spec-set amends instead of setting
|
| |
In Emacs 22, (face-spec-set 'ido-subdir '((t :inherit dired-directory))) sets the ido-subdir face. In Emacs 23, the same form merely amends the defface spec -- the defface's :foreground "red" property isn't unset. This problem has existed for a long time; until recently I was working around it with filthy kludges of the form... далі ⇒
|
|
bug#4984: c++ parantheses matching vs templates
|
| |
Hi all, This bug can be reproduced as follows: open up a c++ file (or set c++ mode) type (i < 5), delete the ), type >, delete the >, type ), and emacs should display Mismatched parentheses, and have incorrect indentation for subsequent <TAB>s. This was reproduced on versions GNU Emacs 22.2.1 (x86_64-pc-linux-gnu, GTK+ Version 2.14.1) of... далі ⇒
|
|
bug#4977: 23.1.50; Error composing mail in latest CVS
|
| |
Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-...@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug. If you can, give... далі ⇒
|
|
|