From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Ralf Fassel Newsgroups: gmane.emacs.help Subject: Re: customize xref Date: Wed, 11 Jan 2017 10:03:16 +0100 Message-ID: References: <20170110132808.8da312606c98c3c1a1b05885@speakeasy.net> <20170110153858.f614a2723295ca0acadc8517@speakeasy.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1484125571 11274 195.159.176.226 (11 Jan 2017 09:06:11 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 11 Jan 2017 09:06:11 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 11 10:06:03 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cREqm-0000i9-Hq for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jan 2017 10:05:44 +0100 Original-Received: from localhost ([::1]:52368 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cREqr-0001Tm-4j for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jan 2017 04:05:49 -0500 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-X-Trace: individual.net bb4kj7W5I1Xptxy3Yk0n0AK02s/WX6+L3rZhy8VHR3d/XD/NI= Cancel-Lock: sha1:I0YADaIkoVXSvmEvebZa/boJKEc= sha1:ou45+Rl7V/H4Qx2+UrU+9L3tlsM= Original-Xref: usenet.stanford.edu gnu.emacs.help:219050 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:112083 Archived-At: * "James K. Lowden" | > (custom-set-variables | > '(xref-after-jump-hook | > (quote (recenter xref-pulse-momentarily)))) > | I see: > | (custom-set-variables | '(xref-after-jump-hook | (quote (lambda () (recenter 0) xref-pulse-momentarily)))) What is the 'xref-pulse-momentarily' good for? >From my understanding of elisp, you should be good with | > (custom-set-variables | > '(xref-after-jump-hook | > (quote (recenter 0)))) HTH R'