[Pkg-jed-commit] r803 - jed/trunk/debian
Rafael Laboissiere
rafael at alioth.debian.org
Tue Jul 17 19:53:44 UTC 2007
tags 426873 pending
thanks
Author: rafael
Date: 2007-07-17 19:53:44 +0000 (Tue, 17 Jul 2007)
New Revision: 803
Modified:
jed/trunk/debian/README.Debian
jed/trunk/debian/changelog
Log:
* debian/README.Debian: Added FQA entry about how to cancel commands
that prompt the user with "y/n" choices (closes: #426873)
Modified: jed/trunk/debian/README.Debian
===================================================================
--- jed/trunk/debian/README.Debian 2007-07-10 13:01:34 UTC (rev 802)
+++ jed/trunk/debian/README.Debian 2007-07-17 19:53:44 UTC (rev 803)
@@ -46,13 +46,13 @@
jed.rc user startup configuration (move the jed.rc from the
examples/ here and modify to your needs)
-
+
.jedrecent last opened files (autogenerated by recent.sl)
-
+
lib/ personal extension scripts (home-made or downloaded)
also for "personalized versions" of standard scripts
-
- To use this library dir, you need to add it to the
+
+ To use this library dir, you need to add it to the
jed library path in jed.rc with e.g.::
set_jed_library_path(path_concat(Jed_Home_Directory, "lib")
@@ -146,6 +146,15 @@
inserting text selected outside the JED window, you should press down
the Alt key when pasting with the mouse.
+Q: How do a cancel a command that prompts me with "y/n" choices, without a
+ "cancel" otpion?
+A: In Jed, (almost all) actions can be aborted by pressing a configurable
+ "abort character" or calling the function kbd_quit(). The most used
+ default abort character is `Ctrl-G'. Some emulations use a different
+ default:
+ CUA: `Ctrl-D' (and, if activated, ESC, see cua_escape_cmd())
+ Wordstar: `Ctrl-6'
+
.. Copyright (c) 2006 the Debian JED Group
Released under the terms of the GNU General Public License (ver. 2 or later)
Modified: jed/trunk/debian/changelog
===================================================================
--- jed/trunk/debian/changelog 2007-07-10 13:01:34 UTC (rev 802)
+++ jed/trunk/debian/changelog 2007-07-17 19:53:44 UTC (rev 803)
@@ -4,6 +4,8 @@
+ Changes section according to the new menu hierarchy (as specified in
version 2.1.35 of the menu package)
+ Capitalized titles
+ * debian/README.Debian: Added FQA entry about how to cancel commands
+ that prompt the user with "y/n" choices (closes: #426873)
--
More information about the Pkg-jed-commit
mailing list