help-gnu-emacs
[Top][All Lists]
Advanced

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

RE: [OT] Re: Easy/Possible to globally change prompt strings of messages


From: Drew Adams
Subject: RE: [OT] Re: Easy/Possible to globally change prompt strings of messages? e.g. changing find-file's prompt string from "Find file:" to "open file:" ?
Date: Fri, 30 Jan 2015 08:33:05 -0800 (PST)

> ,----
> |  (defun my-find-file-around-ad (origfun &rest args)
> |    (interactive
> |     (find-file-read-args "Open file: "
> |                          (confirm-nonexistent-file-or-buffer)))
> |    (apply origfun args))
> |  (advice-add 'find-file :around #'my-find-file-around-ad)
> `----
> 
> The section of the previous post, boxed in above, appears in my gnus reader
> as medium green background. So, set off from the rest of the post by a
> completely different background color. I've seen this a number of times
> and would like to know how it is done?

Library boxquote.el:
http://www.davep.org/emacs/#boxquote.el



reply via email to

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