[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] master 0382fd4: xref-find-definitions: Exclude more ge
From: |
Stefan Monnier |
Subject: |
Re: [Emacs-diffs] master 0382fd4: xref-find-definitions: Exclude more generic function items. |
Date: |
Thu, 13 Aug 2015 17:14:15 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> +(defcustom find-feature-regexp
> + (concat ";;; Code:")
FWIW, I think this is overkill and marginally incorrect.
(require 'foo) is Elisp's way to "include" a file, so xref should just
jump to this file's buffer rather than to a specific location within
that file. Just like ffap does in a #include.
Stefan
- Re: [Emacs-diffs] master 0382fd4: xref-find-definitions: Exclude more generic function items.,
Stefan Monnier <=