When using Icicles in emacs, how do I get *just* the definition with a tag lookup? -


in vanilla emacs, load tags file, , lookup of symbol "m-.". go right definition of symbol.

when using icicles, 374 hits same symbol. while can in theory chip away non-elephant find want, that's pain, , end turning off icicles tag lookup, , turning on.

is there way tell icicles want definition when tags lookup, , not every relevant match in tags file?

for instance, might search definition of task_struct structure in linux kernel source code. see many definitions of form:

struct task_struct taskinfo;

struct task_struct info;

but want 1 definition:

struct task_struct {

while can "chip away non-elephant, elephants pretty similar here, , hard tell while looking @ search results want lines curly brace after name, , curly brace might have been on different line anyhow, there no guarantee right way slice results.

i've seen member functions of class appearing when use icicles, , i'd way turn them off more easily.

tried reading emacs wiki , internet search, didn't have luck searching "emacs icicles tags".

if vanilla m-. want, doesn't icicle-find-first-tag' want? (notice the-first'.)

http://www.emacswiki.org/emacs/icicles_-_emacs_tags_enhancements#icicle-find-first-tag


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -