Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
how to use gud buffer together with io buffer?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
horse_rivers  
View profile  
 More options Sep 24 2012, 8:53 am
Newsgroups: gnu.emacs.help
From: horse_rivers <horse_riv...@126.com>
Date: Mon, 24 Sep 2012 20:53:01 +0800 (CST)
Local: Mon, Sep 24 2012 8:53 am
Subject: how to use gud buffer together with io buffer?

hi
set-use-separate-io-buffer  is  removed  from emacs  in  my  emacs  release,so I  get no idea  for this
thanks!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "List all bindings in a keymap" by Doug Lewan
Doug Lewan  
View profile  
 More options Sep 24 2012, 9:58 am
Newsgroups: gnu.emacs.help
From: Doug Lewan <do...@shubertticketing.com>
Date: Mon, 24 Sep 2012 13:59:32 +0000
Local: Mon, Sep 24 2012 9:59 am
Subject: RE: List all bindings in a keymap
Dmitry,

1. diff-hl-mode-map doesn't seem to be defined.
2. You haven't passed a keymap to (map-keymap) (second arg).
3. According to the info documentation of (map-keymap): "This function is the cleanest way to examine all the bindings in a keymap." (info node "Scanning Keymaps".)
While I'm hardly an expert on keymaps I would bet that that already recurses "in the right way". (That's my guess for "max-lisp-eval-depth exceeded".)

I hope this helps.

,Doug


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Drew Adams  
View profile  
 More options Sep 24 2012, 10:22 am
Newsgroups: gnu.emacs.help
From: "Drew Adams" <drew.ad...@oracle.com>
Date: Mon, 24 Sep 2012 07:22:03 -0700
Local: Mon, Sep 24 2012 10:22 am
Subject: RE: List all bindings in a keymap

> How do I do that, short of traversing the keymap structure manually?

`describe-keymap', in help-fns+.el

http://www.emacswiki.org/emacs-en/download/help-fns%2b.el


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dmitry Gutov  
View profile  
 More options Sep 24 2012, 10:25 am
Newsgroups: gnu.emacs.help
From: Dmitry Gutov <dgu...@yandex.ru>
Date: Mon, 24 Sep 2012 18:25:18 +0400
Local: Mon, Sep 24 2012 10:25 am
Subject: Re: List all bindings in a keymap
Ouch!

On 24.09.2012 17:59, Doug Lewan wrote:

> 1. diff-hl-mode-map doesn't seem to be defined.

That was exactly the problem. It's a keymap I have defined, but I should
be using the function argument (map) instead.

Thanks for noticing!

--Dmitry


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dmitry Gutov  
View profile  
 More options Sep 24 2012, 4:05 pm
Newsgroups: gnu.emacs.help
From: Dmitry Gutov <dgu...@yandex.ru>
Date: Tue, 25 Sep 2012 00:05:16 +0400
Local: Mon, Sep 24 2012 4:05 pm
Subject: Re: List all bindings in a keymap
On 24.09.2012 18:22, Drew Adams wrote:

>> How do I do that, short of traversing the keymap structure manually?

> `describe-keymap', in help-fns+.el

> http://www.emacswiki.org/emacs-en/download/help-fns%2b.el

Thanks, but I meant programmatically.
Specifically, I'm going to take all the bindings from my minor mode
keymap and do some stuff with them.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pascal J. Bourguignon  
View profile  
 More options Sep 24 2012, 5:14 pm
Newsgroups: gnu.emacs.help
From: "Pascal J. Bourguignon" <p...@informatimago.com>
Date: Mon, 24 Sep 2012 23:13:43 +0200
Local: Mon, Sep 24 2012 5:13 pm
Subject: Re: List all bindings in a keymap

Check
https://gitorious.org/com-informatimago/emacs/blobs/blame/256fae67972...

--
__Pascal Bourguignon__                     http://www.informatimago.com/
A bad day in () is better than a good day in {}.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »