emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Yanking isearch to highlight-regexp


From: Stefan Monnier
Subject: Re: Yanking isearch to highlight-regexp
Date: Sun, 29 Jun 2008 21:01:14 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> The following patch creates a new variable `face-name-history' and
> adds it to face-reading commands (most important is `read-face-name'
> that is used by many other commands).

OK.

> ***************
> *** 1227,1233 ****
>   this regular expression.  When called interactively with a prefix
>   arg, prompt for a regular expression."
>     (interactive (list (and current-prefix-arg
> !                           (read-string "List faces matching regexp: "))))
>     (let ((all-faces (zerop (length regexp)))
>       (frame (selected-frame))
>       (max-length 0)
> --- 1235,1241 ----
>   this regular expression.  When called interactively with a prefix
>   arg, prompt for a regular expression."
>     (interactive (list (and current-prefix-arg
> !                           (read-regexp "List faces matching regexp"))))
>     (let ((all-faces (zerop (length regexp)))
>       (frame (selected-frame))
>       (max-length 0)

This is part of the other patch, isn't it?


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]