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

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

Re: TAGS for multiply project.


From: Štěpán Němec
Subject: Re: TAGS for multiply project.
Date: Sun, 25 Jul 2010 21:49:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Oleksandr Gavenko <gavenkoa@gmail.com> writes:

[...]

> http://article.gmane.org/gmane.emacs.semantic/2449
>
> Seems his solution useful but I have trouble with
> C-x B key binding, which defined in mru-bookmark.el:
>
>     (define-key km "\C-xB" 'semantic-mrub-switch-tags)
>
> It was hidden by iswitchb.el:
>
>   (global-set-key "\C-xb" 'iswitchb-buffer)
>
> C-h k C-x B say:
>
> C-x b (***translated from*** C-x B) runs the command iswitchb-buffer
>
> What mean marked by * text?

It means what it says :-P
When Emacs does not find a binding for a shifted key, it translates it
to the unshifted variant and gives you that. So the message indicates
you *don't* really have anything bound to C-x B (or it is a bug, but I
haven't heard about that one yet (and such bindings have always worked
for me) so I tend to assume it's the former).

HTH,

Štěpán



reply via email to

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