[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Possible new feature: use 'openfile' to open new buffer
From: |
Marco Diego Aurélio Mesquita |
Subject: |
Re: Possible new feature: use 'openfile' to open new buffer |
Date: |
Tue, 19 May 2020 15:40:18 -0300 |
On 5/19/20, Benno Schulenberg <address@hidden> wrote:
> No, what I meant is: when --multibuffer and 'set multibuffer' are not
> used, then every invocation of ^R ('insert') will insert the read file
> into the current buffer, *even* when on the previous invocation M-F was
> toggled on. And inversely, when --multibuffer or 'set multibuffer' ARE
> used, then every invocation of ^R will read a file into a new buffer,
> even when on the previous invocation M-F was toggled OFF. This would
> achieve what you want (a predictable state of the multibuffer flag)
> while one still can choose what ^R should do by default, AND without
> requiring a new bindable function.
>
Sounds like a much simpler approach. Indeed, this would achieve what I
need without a new bindable function. Please consider the attached
patch.
0001-tweaks-make-insert-into-current-new-buffer-flag-non-.patch
Description: Text Data
- Possible new feature: Use insert to try to insert file on current buffer, Marco Diego Aurélio Mesquita, 2020/05/14
- Re: Possible new feature: Use insert to try to insert file on current buffer, Benno Schulenberg, 2020/05/15
- Re: Possible new feature: Use insert to try to insert file on current buffer, Marco Diego Aurélio Mesquita, 2020/05/16
- Re: Possible new feature: use 'openfile' to open new buffer, Benno Schulenberg, 2020/05/19
- Re: Possible new feature: use 'openfile' to open new buffer,
Marco Diego Aurélio Mesquita <=
- Re: Possible new feature: use 'openfile' to open new buffer, Benno Schulenberg, 2020/05/21
- Re: Possible new feature: use 'openfile' to open new buffer, Marco Diego Aurélio Mesquita, 2020/05/21
- possible new bindable function: 'openfile', to open new buffer, Benno Schulenberg, 2020/05/28