Mercurial > emacs
comparison man/emacs.texi @ 83296:effe22690419
Merged from miles@gnu.org--gnu-2005 (patch 281-285)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-281
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-282
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-283
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-284
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-285
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-336
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 02 May 2005 14:38:00 +0000 |
parents | d4a266e00d68 |
children | 38477c70b31f 08185296b491 |
comparison
equal
deleted
inserted
replaced
83295:2d137ca54960 | 83296:effe22690419 |
---|---|
368 * Version Control:: Version control systems (RCS, CVS and SCCS). | 368 * Version Control:: Version control systems (RCS, CVS and SCCS). |
369 * Directories:: Creating, deleting, and listing file directories. | 369 * Directories:: Creating, deleting, and listing file directories. |
370 * Comparing Files:: Finding where two files differ. | 370 * Comparing Files:: Finding where two files differ. |
371 * Misc File Ops:: Other things you can do on files. | 371 * Misc File Ops:: Other things you can do on files. |
372 * Compressed Files:: Accessing compressed files. | 372 * Compressed Files:: Accessing compressed files. |
373 * File Archives:: Operating on tar, zip, jar etc. archive files. | |
373 * Remote Files:: Accessing files on other sites. | 374 * Remote Files:: Accessing files on other sites. |
374 * Quoted File Names:: Quoting special characters in file names. | 375 * Quoted File Names:: Quoting special characters in file names. |
376 * File Name Cache:: Completion against a list of files you often use. | |
377 * File Conveniences:: Convenience Features for Finding Files. | |
378 * Filesets:: Handling sets of files. | |
375 | 379 |
376 Saving Files | 380 Saving Files |
377 | 381 |
378 * Backup:: How Emacs saves the old version of your file. | 382 * Backup:: How Emacs saves the old version of your file. |
379 * Interlocking:: How Emacs protects against simultaneous editing | 383 * Interlocking:: How Emacs protects against simultaneous editing |
380 of one file by two users. | 384 of one file by two users. |
385 * Shadowing: File Shadowing. | |
386 Copying files to "shadows" automatically. | |
387 * Time Stamps:: Emacs can update time stamps on saved files. | |
381 | 388 |
382 Version Control | 389 Version Control |
383 | 390 |
384 * Introduction to VC:: How version control works in general. | 391 * Introduction to VC:: How version control works in general. |
385 * VC Mode Line:: How the mode line shows version control status. | 392 * VC Mode Line:: How the mode line shows version control status. |
386 * Basic VC Editing:: How to edit a file under version control. | 393 * Basic VC Editing:: How to edit a file under version control. |
387 * Old Versions:: Examining and comparing old versions. | 394 * Old Versions:: Examining and comparing old versions. |
388 * Secondary VC Commands:: The commands used a little less frequently. | 395 * Secondary VC Commands:: The commands used a little less frequently. |
389 * Branches:: Multiple lines of development. | 396 * Branches:: Multiple lines of development. |
397 * Remote Repositories:: Efficient access to remote CVS servers. | |
390 * Snapshots:: Sets of file versions treated as a unit. | 398 * Snapshots:: Sets of file versions treated as a unit. |
391 * Miscellaneous VC:: Various other commands and features of VC. | 399 * Miscellaneous VC:: Various other commands and features of VC. |
392 * Customizing VC:: Variables that change VC's behavior. | 400 * Customizing VC:: Variables that change VC's behavior. |
393 | 401 |
394 Using Multiple Buffers | 402 Using Multiple Buffers |