* Creating New Files Using Ido
@ 2017-02-04 22:49 Robert Thorpe
2017-02-04 22:55 ` Dmitry Gutov
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Robert Thorpe @ 2017-02-04 22:49 UTC (permalink / raw)
To: help-gnu-emacs
Often, I want to create a new file that has a similar filename to
an existing file. This is due to a naming convention used where I work.
Suppose that there's a file called "foo". I want to make a file called
"f". That is, I want to make a file with a name that's a prefix of an
existing file.
I usually have Ido enabled. I can't figure out how to do this without
disabling it. The problem is that it always completes to the name of
the existing file. Is there a way to do this with Ido on?
BR,
Robert Thorpe
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Creating New Files Using Ido
2017-02-04 22:49 Creating New Files Using Ido Robert Thorpe
@ 2017-02-04 22:55 ` Dmitry Gutov
2017-02-05 7:06 ` Teemu Likonen
2017-02-06 8:21 ` AW
2 siblings, 0 replies; 5+ messages in thread
From: Dmitry Gutov @ 2017-02-04 22:55 UTC (permalink / raw)
To: Robert Thorpe, help-gnu-emacs
On 05.02.2017 00:49, Robert Thorpe wrote:
> Often, I want to create a new file that has a similar filename to
> an existing file. This is due to a naming convention used where I work.
>
> Suppose that there's a file called "foo". I want to make a file called
> "f". That is, I want to make a file with a name that's a prefix of an
> existing file.
>
> I usually have Ido enabled. I can't figure out how to do this without
> disabling it. The problem is that it always completes to the name of
> the existing file. Is there a way to do this with Ido on?
Yes. Instead of RET, press C-j.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Creating New Files Using Ido
2017-02-04 22:49 Creating New Files Using Ido Robert Thorpe
2017-02-04 22:55 ` Dmitry Gutov
@ 2017-02-05 7:06 ` Teemu Likonen
2017-02-05 7:32 ` Marcin Borkowski
2017-02-06 8:21 ` AW
2 siblings, 1 reply; 5+ messages in thread
From: Teemu Likonen @ 2017-02-05 7:06 UTC (permalink / raw)
To: Robert Thorpe; +Cc: help-gnu-emacs
[-- Attachment #1: Type: text/plain, Size: 753 bytes --]
Robert Thorpe [2017-02-04 22:49:00Z] wrote:
> Often, I want to create a new file that has a similar filename to an
> existing file. This is due to a naming convention used where I work.
> I usually have Ido enabled. I can't figure out how to do this without
> disabling it. The problem is that it always completes to the name of
> the existing file. Is there a way to do this with Ido on?
You probably create new files with C-x C-f or C-x C-w and get the Ido
prompt. If you then press C-f you'll switch to normal Emacs prompt which
I think is often better than Ido when creating new files or directories.
--
/// Teemu Likonen - .-.. <https://keybase.io/tlikonen> //
// PGP: 4E10 55DC 84E9 DFF6 13D7 8557 719D 69D3 2453 9450 ///
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 454 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Creating New Files Using Ido
2017-02-05 7:06 ` Teemu Likonen
@ 2017-02-05 7:32 ` Marcin Borkowski
0 siblings, 0 replies; 5+ messages in thread
From: Marcin Borkowski @ 2017-02-05 7:32 UTC (permalink / raw)
To: Teemu Likonen; +Cc: help-gnu-emacs, Robert Thorpe
On 2017-02-05, at 08:06, Teemu Likonen <tlikonen@iki.fi> wrote:
> Robert Thorpe [2017-02-04 22:49:00Z] wrote:
>
>> Often, I want to create a new file that has a similar filename to an
>> existing file. This is due to a naming convention used where I work.
>
>> I usually have Ido enabled. I can't figure out how to do this without
>> disabling it. The problem is that it always completes to the name of
>> the existing file. Is there a way to do this with Ido on?
>
> You probably create new files with C-x C-f or C-x C-w and get the Ido
> prompt. If you then press C-f you'll switch to normal Emacs prompt which
> I think is often better than Ido when creating new files or directories.
This is (slightly) off-topic, but a _former_ user of Ido, converted to
Ivy (better imho) here: in Ivy, you can press C-M-j instead of RET.
Best,
--
Marcin Borkowski
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Creating New Files Using Ido
2017-02-04 22:49 Creating New Files Using Ido Robert Thorpe
2017-02-04 22:55 ` Dmitry Gutov
2017-02-05 7:06 ` Teemu Likonen
@ 2017-02-06 8:21 ` AW
2 siblings, 0 replies; 5+ messages in thread
From: AW @ 2017-02-06 8:21 UTC (permalink / raw)
To: help-gnu-emacs; +Cc: Robert Thorpe
Am Samstag, 4. Februar 2017, 22:49:00 CET schrieb Robert Thorpe:
> Often, I want to create a new file that has a similar filename to
> an existing file. This is due to a naming convention used where I work.
>
> Suppose that there's a file called "foo". I want to make a file called
> "f". That is, I want to make a file with a name that's a prefix of an
> existing file.
>
> I usually have Ido enabled. I can't figure out how to do this without
> disabling it. The problem is that it always completes to the name of
> the existing file. Is there a way to do this with Ido on?
>
> BR,
> Robert Thorpe
Without IDO:
Open the existing file, C-x C-w M-n
Regards,
Alexander
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-02-06 8:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-04 22:49 Creating New Files Using Ido Robert Thorpe
2017-02-04 22:55 ` Dmitry Gutov
2017-02-05 7:06 ` Teemu Likonen
2017-02-05 7:32 ` Marcin Borkowski
2017-02-06 8:21 ` AW
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).