jed-users mailing list

[2007 Date Index] [2007 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Multiple history lists for jed minibuffer


Joachim Schmitz wrote:
Hi Marko,

thanks for this nice add_on. I found a minor problem:
when calling the Switch to buffer function ^X B,
the prompt is

Switch to buffer: (default: somebuffer)

is shown in the minibuffer, but hitting return there has no effect.
The default cannot be selected by hitting return.
One has to select it explicitly.


I also foud this bug and have already fixed it - exit_mini_buffer
was not working properly. It is availablefrom the CVS.

   http://jedmodes.cvs.sourceforge.net/jedmodes/mode/m_history/

Unfortunately I am having problems with sf/scp (again) so the files
are not available from jedmodes project pages.

I wanted to further improve the minibuffer history so that jed
would automatically select the history list based on the current
prompt (se the TODO in mini.sl). But AFAIK there is no way to
read the current prompt string. I was thinking about a hook
that would be called every time read_from_minibuffer is called.
Something like

   define my_minibuffer_activated_hook(prompt)
   {
   }

Thanks for the report.

Marko

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2007 date index] [2007 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]