Re: LFUN_COMMAND_EXECUTE/PREFIX

2008-01-30 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: > are you sure? this is the only case i found in sources: The proof is here: \bind "M-x" "command-execute" > and showCommandBuffer turns into display("minibuffer", true/false); after all. > i fail to see how this relates to executing a

Re: LFUN_COMMAND_EXECUTE/PREFIX

2008-01-29 Thread Pavel Sanda
> > i was trying to understand what are the LFUN_COMMAND_EXECUTE/PREFIX for > > but neither experimenting with them through command buffer nor reading > > bits of code didn't help me understand what exactly they should do. > > > > could anybody write few words

Re: LFUN_COMMAND_EXECUTE/PREFIX

2008-01-29 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: > hi, > > i was trying to understand what are the LFUN_COMMAND_EXECUTE/PREFIX for > but neither experimenting with them through command buffer nor reading > bits of code didn't help me understand what exactly they should do. &

LFUN_COMMAND_EXECUTE/PREFIX

2008-01-28 Thread Pavel Sanda
hi, i was trying to understand what are the LFUN_COMMAND_EXECUTE/PREFIX for but neither experimenting with them through command buffer nor reading bits of code didn't help me understand what exactly they should do. could anybody write few words about their purpose so i can doxyfy them? t