Mercurial > emacs
comparison man/files.texi @ 90294:c5406394f567
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 43-57)
- Update from CVS
- Merge from erc--emacs--0
- Make constrain-to-field notice overlays
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 18-21)
- Update from CVS
- Merge from emacs--devo--0
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 08 Feb 2006 04:26:44 +0000 |
parents | d6f8fe3307c8 1cfffe48ae02 |
children | d57ee9eab157 |
comparison
equal
deleted
inserted
replaced
90293:275e0a144c1d | 90294:c5406394f567 |
---|---|
1 @c This is part of the Emacs manual. | 1 @c This is part of the Emacs manual. |
2 @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, | 2 @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, |
3 @c 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 @c 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
4 @c See file emacs.texi for copying conditions. | 4 @c See file emacs.texi for copying conditions. |
5 @node Files, Buffers, Keyboard Macros, Top | 5 @node Files, Buffers, Keyboard Macros, Top |
6 @chapter File Handling | 6 @chapter File Handling |
7 @cindex files | 7 @cindex files |
8 | 8 |
240 of prompting for the file name in the minibuffer. On Unix and | 240 of prompting for the file name in the minibuffer. On Unix and |
241 GNU/Linux platforms, Emacs does that when built with GTK, LessTif, and | 241 GNU/Linux platforms, Emacs does that when built with GTK, LessTif, and |
242 Motif toolkits; on MS-Windows, the GUI version does that by default. | 242 Motif toolkits; on MS-Windows, the GUI version does that by default. |
243 For information on how to customize this, see @ref{Dialog Boxes}. | 243 For information on how to customize this, see @ref{Dialog Boxes}. |
244 | 244 |
245 Secondly, Emacs supports the ``drag and drop'' protocol on the X | 245 Secondly, Emacs supports ``drag and drop''; dropping a file into an |
246 window system. Dropping a file into an ordinary Emacs window visits | 246 ordinary Emacs window visits the file using that window. However, |
247 the file using that window. However, dropping a file into a window | 247 dropping a file into a window displaying a Dired buffer moves or |
248 displaying a Dired buffer moves or copies the file into the displayed | 248 copies the file into the displayed directory. For details, see |
249 directory. For details, see @ref{Drag and Drop}, @ref{Misc Dired | 249 @ref{Drag and Drop}, and @ref{Misc Dired Features}. |
250 Features}. | |
251 | 250 |
252 @cindex creating files | 251 @cindex creating files |
253 What if you want to create a new file? Just visit it. Emacs displays | 252 What if you want to create a new file? Just visit it. Emacs displays |
254 @samp{(New file)} in the echo area, but in other respects behaves as if | 253 @samp{(New file)} in the echo area, but in other respects behaves as if |
255 you had visited an existing empty file. If you make any changes and | 254 you had visited an existing empty file. If you make any changes and |