Mercurial > hg > xemacs-beta
comparison man/xemacs-faq.texi @ 2164:e0dc83407d58
[xemacs-hg @ 2004-07-05 10:42:30 by stephent]
q3.10.2 <87fz86ybvy.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Mon, 05 Jul 2004 10:42:30 +0000 |
parents | eacbf51ca0d2 |
children | 8b907450718f |
comparison
equal
deleted
inserted
replaced
2163:376b0a1ad254 | 2164:e0dc83407d58 |
---|---|
5 @setchapternewpage off | 5 @setchapternewpage off |
6 @c %**end of header | 6 @c %**end of header |
7 @finalout | 7 @finalout |
8 @titlepage | 8 @titlepage |
9 @title XEmacs FAQ | 9 @title XEmacs FAQ |
10 @subtitle Frequently asked questions about XEmacs @* Last Modified: $Date: 2004/04/06 15:52:00 $ | 10 @subtitle Frequently asked questions about XEmacs @* Last Modified: $Date: 2004/07/05 10:42:30 $ |
11 @sp 1 | 11 @sp 1 |
12 @author Tony Rossini <rossini@@u.washington.edu> | 12 @author Tony Rossini <rossini@@u.washington.edu> |
13 @author Ben Wing <ben@@xemacs.org> | 13 @author Ben Wing <ben@@xemacs.org> |
14 @author Chuck Thompson <cthomp@@xemacs.org> | 14 @author Chuck Thompson <cthomp@@xemacs.org> |
15 @author Steve Baur <steve@@xemacs.org> | 15 @author Steve Baur <steve@@xemacs.org> |
3959 You want to use something called @dfn{pending delete}. Pending delete | 3959 You want to use something called @dfn{pending delete}. Pending delete |
3960 is what happens when you select a region (with the mouse or keyboard) | 3960 is what happens when you select a region (with the mouse or keyboard) |
3961 and you press a key to replace the selected region by the key you typed. | 3961 and you press a key to replace the selected region by the key you typed. |
3962 Usually backspace kills the selected region. | 3962 Usually backspace kills the selected region. |
3963 | 3963 |
3964 To get this behavior, add the following lines to your @file{init.el}/@file{.emacs}: | 3964 To get this behavior, ensure that you have the @file{pc} package |
3965 installed, and add the following lines to your | |
3966 @file{init.el}/@file{.emacs}: | |
3965 | 3967 |
3966 @lisp | 3968 @lisp |
3967 (cond | 3969 (cond |
3968 ((fboundp 'turn-on-pending-delete) | 3970 ((fboundp 'turn-on-pending-delete) |
3969 (turn-on-pending-delete)) | 3971 (turn-on-pending-delete)) |
6381 | 6383 |
6382 Troubleshooting: | 6384 Troubleshooting: |
6383 * Q6.4.1:: XEmacs won't start on Windows. | 6385 * Q6.4.1:: XEmacs won't start on Windows. |
6384 * Q6.4.2:: Why do I get a blank toolbar on Windows 95? | 6386 * Q6.4.2:: Why do I get a blank toolbar on Windows 95? |
6385 * Q6.4.3:: XEmacs complains "No such file or directory, diff" | 6387 * Q6.4.3:: XEmacs complains "No such file or directory, diff" |
6386 | |
6387 @end menu | 6388 @end menu |
6388 | 6389 |
6389 @node Q6.0.1, Q6.0.2, MS Windows, MS Windows | 6390 @node Q6.0.1, Q6.0.2, MS Windows, MS Windows |
6390 @unnumberedsec 6.0: General Info | 6391 @unnumberedsec 6.0: General Info |
6391 @unnumberedsubsec Q6.0.1: What is the status of the XEmacs port to Windows? | 6392 @unnumberedsubsec Q6.0.1: What is the status of the XEmacs port to Windows? |