mouse-4/mouse-5 loses click modifiers

2007-07-15 Thread Juri Linkov
+ Version 2.10.12) -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: M-%, in query-replace, offers less-than-ideal default replacement text

2007-06-19 Thread Juri Linkov
anyway you have to put code in .emacs declaring new history variables with defvar. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: clipboard integration hangs pasting text from emacs

2007-06-15 Thread Juri Linkov
Perhaps we should give the next release a name. Emaczilla. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Saving markup formats (was: warnings before opening very big directories)

2007-06-15 Thread Juri Linkov
XML for saving formatted text. I think Emacs should do the same. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: warnings before opening very big directories

2007-06-14 Thread Juri Linkov
is implemented. (And we have more important things to do.) Please tell what things are more important. Since the feature freeze seems to be over, I could contribute to the development of new features, but I see no clear plan and priorities for further Emacs development. -- Juri Linkov http

Re: warnings before opening very big directories

2007-06-13 Thread Juri Linkov
, f1, ? for displaying the Help buffer with the information about available keys, and it adds the hint (? for help) for the end of the query-replace prompt. y-or-n-p could do the same with e.g. File is large (11MB), really open? (y or n) (? for help) -- Juri Linkov http://www.jurta.org/emacs

Re: warnings before opening very big directories

2007-06-12 Thread Juri Linkov
misses a link to the user option where the user can change its value. Maybe, the y-or-n prompt should contain a line pointing to this user option? -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org

Re: BUG in scroll-lock-mode?

2007-06-08 Thread Juri Linkov
lock key won't pass it to Emacs, so there will be no conflict with them. However, this key will be useful on systems that pass this key to Emacs. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org

Re: BUG in scroll-lock-mode?

2007-06-07 Thread Juri Linkov
to be activated when browsing info files, you could do this with something like (add-hook 'Info-mode-hook 'scroll-lock-mode). Why scroll-lock-mode is not bound to scroll or Scroll_Lock key? This would be much more useful than making a global mode. -- Juri Linkov http://www.jurta.org/emacs

Re: BUG in scroll-lock-mode?

2007-06-07 Thread Juri Linkov
it to this key. For other systems where scroll is application-modal we could create a new global mode and bind scroll to it. So activating scroll-lock will affect only Emacs, and not other applications. -- Juri Linkov http://www.jurta.org/emacs

Re: can't customize compare-windows to have previous behaviour

2007-03-25 Thread Juri Linkov
Thanks. Would someone please install this? Done. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: can't customize compare-windows to have previous behaviour

2007-03-24 Thread Juri Linkov
-highlight)) Face for highlighting of compare-windows difference regions. - :group 'compare-w + :group 'compare-windows :version 22.1) (defvar compare-windows-overlay1 nil) -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug

face-set-after-frame-default overrides face customization

2007-03-24 Thread Juri Linkov
-internal face frame)) ... Could someone confirm that this will fix the problem with X resources the latest change was attempted to fix? -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org

Re: Unsafe variable in a saved *compilation* buffer

2007-03-11 Thread Juri Linkov
all these variables are safe, isn't? Perhaps Emacs shouldn't be released without marking all safe variables in packages distributed with Emacs. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org

Re: Manual: indexes are missing links

2007-01-09 Thread Juri Linkov
that doesn't hide node names of the index entries while keeping index entries displayed as links (blue and underlined). Good idea. Would someone please install that patch? Done. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest

Re: Manual: indexes are missing links

2007-01-07 Thread Juri Linkov
From: Juri Linkov [EMAIL PROTECTED] Date: Sun, 07 Jan 2007 02:09:52 +0200 Simply turning this on has an undesirable consequence that node names are now hidden in the index node, but it is very useful to see them! You see them when the mouse pointer hovers above the link. No, thanks

Re: Manual: indexes are missing links

2007-01-06 Thread Juri Linkov
)) !(not (Info-index-node))) (put-text-property (match-beginning 2) (1- (match-end 6)) 'invisible t) ;; Unhide the file name in parens -- Juri Linkov http://www.jurta.org/emacs

Re: Manual: indexes are missing links

2006-12-19 Thread Juri Linkov
-fontify-node' and the user option `Info-fontify-maximum-menu-size'.) -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Useless Local Variable in etc/grep.txt

2006-10-08 Thread Juri Linkov
to save the grep output to a file, this is possible with redirecting the output to the file on the command line of `M-x grep', and visiting this file in read-only mode afterwards. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing

cperl-after-expr-p

2006-09-25 Thread Juri Linkov
-single-property-change (point) 'in-pod) ! (point))) (beginning-of-line 0))) (if (looking-at ^[ \t]*\\(#\\|$\\)) nil ; Only comment, skip ;; Else: last iteration, or a label -- Juri Linkov http://www.jurta.org/emacs

Re: Default value of next-error-highlight is too small

2006-09-17 Thread Juri Linkov
default. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Bootstrapping CVS Emacs fails

2006-09-03 Thread Juri Linkov
in quail-defrule-internal, and now it started revealing errors in quail files. It issues this error if a key is not a string, but perhaps should also take into account if the key is a vector. Handa-san, could you confirm this is the right fix? -- Juri Linkov http://www.jurta.org/emacs

Re: Cannot interrupt async shell command

2006-09-01 Thread Juri Linkov
and has a position, and to use this position in `goto-char'. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Cannot interrupt async shell command

2006-08-30 Thread Juri Linkov
instead of checking the marker (always created in `comint-mode') for nil. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Visiting an image file fails on tty

2006-08-28 Thread Juri Linkov
(...) dired-advertised-find-file() call-interactively(dired-advertised-find-file) I think even if Emacs doesn't display images on a tty, it still makes sense to open the content of an image file as text in the Emacs buffer without an error. -- Juri Linkov http://www.jurta.org/emacs

Re: Hello in Hungarian

2006-06-28 Thread Juri Linkov
happy to see their language is supported by Emacs (especially non-ASCII characters). -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

pcomplete and partial-completion-mode

2006-06-13 Thread Juri Linkov
-completion-mode (null PC-env-vars-alist)) (setq PC-env-vars-alist -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Info-try-follow-nearest-node: FORK arg is not described

2006-06-13 Thread Juri Linkov
Info-try-follow-nearest-node: FORK arg is not described. Isn't the FORK argument obsoleted by M-n? -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs

Re: Comparing 2 (or 3) directories: problems with file selector dialog (Carbon port)

2006-06-13 Thread Juri Linkov
', version 10.3.9 configured using `configure '--without-x' '--prefix=/usr/local'' -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: query-replace-regexp

2006-06-08 Thread Juri Linkov
~/emacs/src/emacs --debug-init With M-x `query-replace-regexp' I get an error: query-replace-read-from: Wrong number of arguments: #subr read-from-minibuffer, 8 Please recompile C source files. -- Juri Linkov http://www.jurta.org/emacs

Re: bug in dired-do-query-replace-regexp (fix included)

2006-06-01 Thread Juri Linkov
removing the arg `noerror' from `query-replace-read-args' typing `Q' in dired immediately fails with the error Buffer is read-only. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http

Re: .gcov fontification in compile.el

2006-05-28 Thread Juri Linkov
to avoid false matches with other outputs? -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: suggestion in query-replace is messed up after cancelation

2006-05-28 Thread Juri Linkov
pairs from the replacement pair history? ! (if (and (zerop (length from)) query-replace-defaults) (progn (set query-replace-from-history-variable (cdr (symbol-value query-replace-from-history-variable))) We don't need this `set' anymore. -- Juri Linkov

Re: suggestion in query-replace is messed up after cancelation

2006-05-25 Thread Juri Linkov
ring to the to-element prompt). After that I type M-% again, and definitely don't want to re-type the from-element. I need to get the previous already entered from-element from the history by M-p in the from-element's prompt. -- Juri Linkov http://www.jurta.org/emacs

msb.el is broken

2006-05-25 Thread Juri Linkov
no toolkit on GNU/Linux. As I see this bug is possibly caused by some changes in the menu specifications: it fails with nil element in the certain position of the menu specification. In Emacs 21.4 there is nil in the same position, but it doesn't fail. -- Juri Linkov http://www.jurta.org/emacs

Crash in image-mode

2006-05-25 Thread Juri Linkov
'archive-superior-buffer) archive-superior-buffer)) (not (and (boundp 'tar-superior-buffer) -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org

Re: Info headings not streamlined properly, and missing entries

2006-03-11 Thread Juri Linkov
fixing. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: autoload and auto-compression-mode

2006-02-24 Thread Juri Linkov
-file-name-suffixes'? -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: autoload and auto-compression-mode

2006-02-19 Thread Juri Linkov
name. Maybe, then `load-file-add-suffixes' is a better name? Or maybe, `load-same-file-suffixes'? -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest

Re: space in regexp-search

2006-02-18 Thread Juri Linkov
-forward regexp nil t)) -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Info fails to find history.info

2006-02-09 Thread Juri Linkov
you mean a history node with references to nodes visited only in the current manual? As a user, I certainly wouldn't like this. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http

Re: ffap highlighting persists

2006-02-09 Thread Juri Linkov
, and interferes with other highlighting. At the very least, such persistent highlighting should be optional. I agree. A new option would be useful. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org

Re: ffap highlighting persists

2006-02-09 Thread Juri Linkov
-at-point' == `ffap'): -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: strange behaviour of // in open file names

2006-02-09 Thread Juri Linkov
! (let ((minibuffer-completing-file-name t) ! (rfn-eshadow-update-overlay-p ! (lambda () (not (ffap-url-p (minibuffer-contents)) (setq guess (completing-read prompt -- Juri Linkov http://www.jurta.org/emacs

Re: shell-command-on-region fooled by long lines

2006-02-09 Thread Juri Linkov
! (goto-char (point-min)) ! (display-buffer (current-buffer ;; No output; error? (let ((output (if (and error-file -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing

Re: strange behaviour of // in open file names

2006-02-09 Thread Juri Linkov
this mean that ffap.el should enable it by default? -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Info fails to find history.info

2006-02-07 Thread Juri Linkov
) Auxiliary information to be saved in desktop file. - (if (not (member Info-current-file '(apropos history toc))) + (if (not (member Info-current-file '(*apropos* *history* *toc*))) (list Info-current-file Info-current-node))) (defun Info-restore-desktop-buffer (desktop-buffer-file-name -- Juri

Re: Info fails to find history.info

2006-02-06 Thread Juri Linkov
of `Info-find-node' for virtual Info files: e.g. use (Info-find-node 'apropos Index) instead of (Info-find-node apropos Index) 2. Reserve less likely file names for virtual Info files, e.g. info-apropos, info-history, info-toc. -- Juri Linkov http://www.jurta.org/emacs

Re: log-view-minor-wrap

2006-01-25 Thread Juri Linkov
this latest change, cvs-mode-edit-log is broken, and so is cvs-mode-find-file and a few more. If argument order depends on the function name, then perhaps the wrapper function should have an additional argument `-cvs-mode!-fun'? -- Juri Linkov http://www.jurta.org/emacs

Re: In info: Wrong type argument: stringp, nil

2006-01-06 Thread Juri Linkov
-history Info-history)) -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: vc-annotate tries to load vc-nil

2006-01-06 Thread Juri Linkov
be documented in the Emacs manual and docstrings. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: vc-annotate tries to load vc-nil

2006-01-03 Thread Juri Linkov
))) (cvs-minor-current-files -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: TAB TAB completion fails after loading AUCTeX

2006-01-03 Thread Juri Linkov
can't reproduce it on GNU/Linux. So perhaps it is really Mac-specific. Could you put a breakpoint on `completion-setup-function' and find out on which variable it fails? -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list

Re: Function w32_abort not defined

2005-12-30 Thread Juri Linkov
to get rid. If it would be possible to generate .gdbinit depending on the values specified for `configure'... -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman

Re: vc-annotate tries to load vc-nil

2005-12-29 Thread Juri Linkov
: lisp/webjump.el diff -N lisp/webjump.el --- lisp/webjump.el 27 May 1997 16:20:16 - 1.4 +++ /dev/null 1 Jan 1970 00:00:00 - -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org

Re: customize-group completions

2005-12-29 Thread Juri Linkov
' there is no completion for `latin1-display' in the completion list of `customize-group' is not a problem, because it exists in the completion list of `customize-option'. And after loading `latin1-disp.el' it arrives also to the completion list of `customize-group'. -- Juri Linkov http

Re: vc-annotate tries to load vc-nil

2005-12-29 Thread Juri Linkov
to select the two revisions you care about. Thanks, now I see. I'm so accustomed to the logic of `log-view-diff' that uses the previous revision if there is no mark. Perhaps `C-x c =' should use exactly the same logic. -- Juri Linkov http://www.jurta.org/emacs

Re: Strange behaviour of the undo function

2005-12-28 Thread Juri Linkov
, but leaves point in the same window where the *Completions* buffer was. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: font-lock-add-keywords in hi-lock.el

2005-12-28 Thread Juri Linkov
-on-thing-lock)' directly on non-font-lock buffers or something like that? -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: vc-annotate tries to load vc-nil

2005-12-28 Thread Juri Linkov
' = vc-nil error -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

lisp/net/webjump.el is out-of-date

2005-12-28 Thread Juri Linkov
. ! (Supplemental Web site list for webjump . ! www.neilvandyke.org/webjump/) ) Sample hotlist for WebJump. See the documentation for the `webjump' -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs

Re: query-replace-regexp and read-only text properties

2005-12-28 Thread Juri Linkov
predicate variable to allow lazy highlighting to skip read-only matches. What did I say about it then? You said it is a good feature for after the release. However, now this feature can fix a bug - wrong highlighting of read-only areas in query-replace-regexp. -- Juri Linkov http://www.jurta.org

Re: describe-char

2005-12-27 Thread Juri Linkov
patch is still buggy, then I think we should fix that. It makes no sense to make `describe-char' consistently buggy with other cases. Very few other cases are so sensitive to context. So we could fix `describe-char' first and fix other cases later if necessary. -- Juri Linkov http

Re: describe-char

2005-12-27 Thread Juri Linkov
'. So we could bind `M-g M-g' to `View-goto-line' in view mode, and bind `g' in help mode to a refresh command. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo

Re: describe-char

2005-12-27 Thread Juri Linkov
to be a special case. I think sometimes it is desirable to get old information when going back, and to refresh it only when requested with a special key like `g'. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest

Re: query-replace-regexp and read-only text properties

2005-12-27 Thread Juri Linkov
fix this easily by using a new predicate variable to allow lazy highlighting to skip read-only matches. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs

cursor-in-echo-area ignores the default cursor type

2005-12-26 Thread Juri Linkov
and the minibuffer in all these cases displays the block cursor. This is not a critical bug, but it would be nice to fix this if possible. Also the prompt of key-reading commands (like `C-h k') is not highlighted using the `minibuffer-prompt' face. This could be fixed as well. -- Juri Linkov http

Re: describe-char

2005-12-26 Thread Juri Linkov
based on the old position in the new contents of the help buffer. OTOH, I've tested that saving the whole old contents as a string works flawlessly in the help buffer for all links. Are there reasons not to use this solution? -- Juri Linkov http://www.jurta.org/emacs

Re: font-lock-add-keywords in hi-lock.el

2005-12-26 Thread Juri Linkov
might be triggering the bug? I see nothing to suspect in the buffer list. Could you look at the value of `font-lock-keywords' in the Gnus buffer where highlighting is off. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list

Re: query-replace-regexp and read-only text properties

2005-12-26 Thread Juri Linkov
the ;; while-loop. (progn (forward-char 1) that don't take into account the case when a read-only area is adjacent to the next match, and skips it by (forward-char 1). -- Juri Linkov http://www.jurta.org

Re: font-lock-add-keywords in hi-lock.el

2005-12-24 Thread Juri Linkov
to reproduce it yet. Do you use Hi-Lock (either by putting global-hi-lock-mode in .emacs or by using highlight-regexp or other hi-lock functions)? -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http

Re: Function w32_abort not defined

2005-12-24 Thread Juri Linkov
option?). -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: describe-char

2005-12-24 Thread Juri Linkov
when `describe-char' was called on a character in the help buffer itself. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: describe-char

2005-12-23 Thread Juri Linkov
-xref-stack-item (list 'help-insert-string (buffer-string))) (toggle-read-only 1) (print-help-return-message) -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http

Function w32_abort not defined

2005-12-23 Thread Juri Linkov
What is the purpose of the error message: Function w32_abort not defined. printed when Emacs is started under GDB on GNU/Linux? -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http

Re: describe-char

2005-12-23 Thread Juri Linkov
a comment. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: font-lock-add-keywords in hi-lock.el

2005-12-22 Thread Juri Linkov
-lock patch. With this patch, when hi-lock is turned off on a non-font-lock buffer, highlighting in all other non-font-lock buffers don't get broken. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org

font-lock-fontify-buffer removes highlighting in non font-lock buffers

2005-12-20 Thread Juri Linkov
; * make the variable font-lock-keywords automatically buffer-local; * in font-lock-default-fontify-buffer call font-lock-set-defaults regardless of the value of font-lock-mode, or depending on some other condition, e.g. if (local-variable-p 'font-lock-keywords). -- Juri Linkov http

Re: font-lock-add-keywords in hi-lock.el

2005-12-16 Thread Juri Linkov
and confirmed off-list that he has no objections. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: describe-char

2005-12-15 Thread Juri Linkov
because overlays of these button don't get copied from the temporary buffer. Is there a function that can copy them to another buffer? -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http

Re: isearch-query-replace: empty search

2005-12-14 Thread Juri Linkov
Typing `C-s M-%' or `C-s C-M-%' gives the error: isearch-query-replace: Wrong type argument: number-or-marker-p, nil Here's a patch: Thanks. Installed. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs

Re: hi-lock-buffer-mode and hi-lock-mode do not follow normal convention

2005-12-14 Thread Juri Linkov
`hi-lock-exclude-modes'. :group 'hi-lock ! :lighter (:eval (if (or hi-lock-interactive-patterns ! hi-lock-file-patterns) ! Hi )) :global nil :keymap hi-lock-map (when (and (equal (buffer-name) *scratch*) -- Juri Linkov http

font-lock-add-keywords in hi-lock.el

2005-12-14 Thread Juri Linkov
to font-lock's. (if font-lock-mode ! (progn ! (font-lock-add-keywords nil hi-lock-file-patterns t) ! (font-lock-add-keywords nil hi-lock-interactive-patterns t)) (hi-lock-mode -1))) (provide 'hi-lock) -- Juri Linkov http://www.jurta.org/emacs

Re: Interactive specs

2005-12-11 Thread Juri Linkov
propose is: (interactive (list (if (or current-prefix-arg (and transient-mark-mode mark-active)) (region-beginning) (point-min)) (if (or current-prefix-arg (and transient-mark-mode mark-active)) (region-end) (point-max -- Juri Linkov http://www.jurta.org/emacs

Re: Interactive specs, align.el

2005-12-11 Thread Juri Linkov
-spacing))) ! align-default-spacing) ! (if current-prefix-arg ! (y-or-n-p Repeat throughout line? (let ((rule (list (list nil (cons 'regexp regexp) (cons 'group (abs group)) -- Juri Linkov http://www.jurta.org/emacs

Re: Interactive specs

2005-12-11 Thread Juri Linkov
. */ else if (EQ (carelt, Qwhen)) -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: cursor custom group: bad labels and help text

2005-12-10 Thread Juri Linkov
'cursor :set #'(lambda (symbol value) -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

tooltip custom group: duplicate labels

2005-12-10 Thread Juri Linkov
:tag from all GUD tooltip options to reveal their true identities to the users of Customize. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: tooltip custom group: duplicate labels

2005-12-10 Thread Juri Linkov
options in the customization buffer or something like this. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Interactive specs, align.el

2005-12-09 Thread Juri Linkov
`list' on its interactive specification. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: SPC no longer completes when minibuffer-completing-file-name is t

2005-12-09 Thread Juri Linkov
in Vminibuffer_local_filename_completion_map rather than forcing it explicitly to the same binding as the global map. BTW, shouldn't exactly the same change be made also for `Vminibuffer_local_must_match_filename_map'? -- Juri Linkov http://www.jurta.org/emacs

Re: completion in find-file

2005-12-09 Thread Juri Linkov
. It should be an absolute directory name. If @code{insert-default-directory} is [EMAIL PROTECTED], -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs

Menu item for delete-selection-mode (was: DEL key doesn't kill mouse-dragged region)

2005-12-09 Thread Juri Linkov
menu? delete-selection-mode is no less useful than transient-mark-mode, especially for beginners. The menu item for transient-mark-mode is named Active Region Highlighting. What would be a good menu name for delete-selection-mode? -- Juri Linkov http://www.jurta.org/emacs

Re: hi-lock-buffer-mode and hi-lock-mode do not follow normal convention

2005-12-05 Thread Juri Linkov
in the current buffer. This means it is displayed only when hi-lock has something to highlight. Do you think it would be useful to use this logic by default in hi-lock.el? -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs

Re: Strange behaviour of the undo function

2005-12-05 Thread Juri Linkov
) (consp buffer-undo-list))) :help Undo last operation)) -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs

Re: Strange behaviour of the undo function

2005-12-05 Thread Juri Linkov
to the position of undone text. Since the selection was made in A, the point doesn't jump to the position where the selection was made in A. Everything looks correct to me. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs

Re: log-view-diff

2005-12-04 Thread Juri Linkov
the revision at point and its previous revision. ! Otherwise, get the diff between the revisions where the region starts ! and ends. (interactive (list (if mark-active (region-beginning) (point)) (if mark-active (region-end) (point -- Juri Linkov http://www.jurta.org/emacs

Re: log-view-diff

2005-12-02 Thread Juri Linkov
when there exist the mark in non-transient-mark-mode or if the region is active in transient-mark-mode. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs

Re: log-view-diff

2005-12-01 Thread Juri Linkov
I just noticed there was a typo in the original docstring. Should be not were the region starts and ends, but where the region starts and ends. -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org

Re: log-view-diff

2005-12-01 Thread Juri Linkov
. (interactive (list (if mark-active (region-beginning) (point)) (if mark-active (region-end) (point -- Juri Linkov http://www.jurta.org/emacs/ ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman

  1   2   >