On Sep 9, 4:06 am, "Corey O'Connor" wrote:
> On Tue, Sep 8, 2009 at 6:45 PM, Wen Pu wrote:
>
> > It seems these changes on minibuffer have affected the behavior of
> > Misc.promptFile
>
> > maybePath <- withBuffer $ gets file
>
> > maybePath always returns working directory, while the preferre
1. enter into some non-home directory, say, $cd ~/project/yi/
2. $yi (with emacs keymap)
3. C-x C-f, current directory will be prompted. type in another
directory, such as "~/"
4. type C-x C-f in the dired buffer for "~/"
I'm prompted ~/project/yi instead of ~/
-Wen
On Sep 9, 2009, at 4:0
On Tue, Sep 8, 2009 at 6:45 PM, Wen Pu wrote:
>
> It seems these changes on minibuffer have affected the behavior of
> Misc.promptFile
>
> maybePath <- withBuffer $ gets file
>
> maybePath always returns working directory, while the preferred
> behavior is returning the path associated with curre
It seems these changes on minibuffer have affected the behavior of
Misc.promptFile
maybePath <- withBuffer $ gets file
maybePath always returns working directory, while the preferred
behavior is returning the path associated with current buffer.
Currently, find-file related functions in ema
On Tue, Sep 8, 2009 at 8:12 PM, Corey O'Connor wrote:
>
> On Tue, Sep 8, 2009 at 12:05 AM, Jean-Philippe
> Bernardy wrote:
>>
>> I thought you had reverted the code that inserts the minibuffer at the
>> end of the window list... Maybe this has crept in again. Feel free to
>> remove this and add bi
On Tue, Sep 8, 2009 at 12:05 AM, Jean-Philippe
Bernardy wrote:
>
> I thought you had reverted the code that inserts the minibuffer at the
> end of the window list... Maybe this has crept in again. Feel free to
> remove this and add big warning around explaining why it's done that
> way.
I had tho
I thought you had reverted the code that inserts the minibuffer at the
end of the window list... Maybe this has crept in again. Feel free to
remove this and add big warning around explaining why it's done that
way.
The backstory: we rely on the minibuffer being inserted right after
the buffer tha
Updates:
Status: Fixed
Comment #1 on issue 297 by coreyoconnor: minibuffer actions applied to
incorrect window
http://code.google.com/p/yi-editor/issues/detail?id=297
(No comment was entered for this change.)
--
You received this message because you are listed in the owner
or CC field
Status: Accepted
Owner: coreyoconnor
Labels: Type-Defect Priority-Medium Component-UI-Vty Component-Keymap-vim
New issue 297 by coreyoconnor: minibuffer actions applied to incorrect
window
http://code.google.com/p/yi-editor/issues/detail?id=297
0. open file A.
1. split window (C-w-s)
3. open f