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

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

Re: How to return to the position from where I did tags-query-replace?


From: Emanuel Berg
Subject: Re: How to return to the position from where I did tags-query-replace?
Date: Sun, 04 Feb 2018 05:34:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Here is the file:

    http://user.it.uu.se/~embe8573/emacs-init/my-random.el

I added this so one can try it easily with and
without the advice in play:

;; (advice-add    'switch-buffer-move-point-random :around #'do-whatever-return)
;; (switch-buffer-move-point-random)

;; (advice-remove 'switch-buffer-move-point-random         #'do-whatever-return)
;; (switch-buffer-move-point-random)

-- 
underground experts united
http://user.it.uu.se/~embe8573


reply via email to

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