* how to open file window in Emacs
@ 2016-12-08 15:00 jsyuk 86
2016-12-08 15:30 ` tomas
2016-12-08 15:39 ` Drew Adams
0 siblings, 2 replies; 3+ messages in thread
From: jsyuk 86 @ 2016-12-08 15:00 UTC (permalink / raw)
To: help-gnu-emacs
Hello
When I clicked the "Open File" in File menu, new window was not opened.
Only I have to type the file name in the bottom command line.
How to solve the issue?
Thanks
--
네 시작은 미약하였으나 네 나중은 심히 창대하리라. (욥기 8:7)
Your beginnings will seem humble, so prosperous will your future be. (Job
8:7)
ᐧ
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: how to open file window in Emacs
2016-12-08 15:00 how to open file window in Emacs jsyuk 86
@ 2016-12-08 15:30 ` tomas
2016-12-08 15:39 ` Drew Adams
1 sibling, 0 replies; 3+ messages in thread
From: tomas @ 2016-12-08 15:30 UTC (permalink / raw)
To: jsyuk 86; +Cc: help-gnu-emacs
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, Dec 08, 2016 at 10:00:05AM -0500, jsyuk 86 wrote:
> Hello
>
> When I clicked the "Open File" in File menu, new window was not opened.
> Only I have to type the file name in the bottom command line.
Wait a minute: I don't know if I understand you correctly:
- you chose "open file" in the menu
- what happens now? (for me, a file select dialog appears)
- I then select a file
- the contents of the file appears in the current "window"
Is that OK?
> How to solve the issue?
We can try to answer that question when we understand it better.
Try to describe (a) what happens and (b) what you expect to happen.
Thanks and happy hacking!
- -- tomás
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlhJfLIACgkQBcgs9XrR2kbupwCggOgybFnLTWU7HpFx4qxjRUZS
nIEAoIA7VDuZbZ66qYHXKBZZbEhj+9ST
=OyuS
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: how to open file window in Emacs
2016-12-08 15:00 how to open file window in Emacs jsyuk 86
2016-12-08 15:30 ` tomas
@ 2016-12-08 15:39 ` Drew Adams
1 sibling, 0 replies; 3+ messages in thread
From: Drew Adams @ 2016-12-08 15:39 UTC (permalink / raw)
To: jsyuk 86, help-gnu-emacs
> When I clicked the "Open File" in File menu, new window was not opened.
> Only I have to type the file name in the bottom command line.
> How to solve the issue?
That's the design. In Emacs, `Open File' means create a buffer
with the name of an _existing_ file (not with no name).
Buffers in Emacs are named, and `Open File' creates a buffer
that visits an existing file, whose name you must provide.
Even `New File' requires that you first provide a file name.
It creates a buffer that is intended, by default, for saving
to a file. (However, you _need not_ ever save it to a file.)
http://lists.gnu.org/archive/html/emacs-devel/2016-03/msg00629.html
http://lists.gnu.org/archive/html/emacs-devel/2005-10/msg00555.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-12-08 15:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-08 15:00 how to open file window in Emacs jsyuk 86
2016-12-08 15:30 ` tomas
2016-12-08 15:39 ` Drew Adams
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.