1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00
No description
Find a file
Kenichi Handa d91eafdf6b (quail-translation-keymap): Declare it as
variable instead of constant.  Bind all keys less than 32 to
quail-other-command.  Don't bind the key meta-prefix-char and
escape.
(quail-simple-translation-keymap): Likewise.
(quail-conversion-keymap): Bind the key C-h to
quail-translation-keymap.
(quail-define-package): Fix typo in doc-string.
(quail-conversion-str): New variable.
(quail-input-method): Bind buffer-undo-list to t.  Show Quail
guidance buffer if necessary.
(quail-delete-region): Move the definintion before the first
calling place.
(quail-start-translation): Handle the case the arg KEY is nil.
Bind echo-keystrokes and help-char.  Initialize quail-current-str
to "".  If input-method-use-echo-area is non-nil, call
read-key-sequence with appropriate PROMPT arg.  Setup
last-command-event by local variable `keyseq'.  Generate an event
list form quail-current-str.  If input-methodd-exit-on-first-char
is non-nil, return only the first event.
(quail-start-conversion): Likewise.  Initialize
quail-conversion-str to "".  Generate an event list form
quail-conversion-str.
(quail-update-translation): Expect that the function given by
(quail-update-translation-function) returns a new control-flag.
Handle the case the length of quail-current-key is 1.  Use
string-as-unibyte if enable-multibyte-characters is nil.  Always
assures that quail-current-str is Lisp string.
(quail-self-insert-command): Use `or' instead of `unless'.
(quail-update-current-translations): Always assures that
quail-current-str is Lisp string.
(quail-next-translation-block): Update unread-command-events
correctly.
(quail-abort-translation): Set quail-current-str to nil.
(quail-conversion-delete-char): Update quail-conversion-str.
(quail-conversion-delete-tail): Likewise.
(quail-conversion-backward-delete-char): Likewise.
(quail-show-guidance-buf): Show Quail guidance buffer not in echo
area if input-method-use-echo-area is non-nil.
(quail-show-translations): Bind current-translations locally to
quail-current-translations to get this value across different
buffers.  Handle the case that the length quail-current-key is 0.
(quail-translation-help): If this command is invoked repeatedly,
scroll the already shown help window.  Handle the case that this
command is called while converting (not translating).
(quail-conversion-help):  This function deleted and the
functionality is merged to quail-translation-help.
1998-08-06 05:38:11 +00:00
etc Explain "prefix arg". Explain how it can be a flag. 1998-07-09 04:03:27 +00:00
leim (quail-japanese-kanji-kkc): Set 1998-07-25 04:23:13 +00:00
lib-src (REGEXPDEPS, regex.o): 1998-08-02 00:24:15 +00:00
lisp (quail-translation-keymap): Declare it as 1998-08-06 05:38:11 +00:00
lispref *** empty log message *** 1998-07-29 03:01:39 +00:00
lwlib (lwlib-utils.o, lwlib.o, lwlib-Xlw.o) 1998-08-02 00:29:05 +00:00
man Whitespace change. 1998-05-16 19:08:49 +00:00
msdos (TAGS): Fix file name wildcards in lisp directory. 1998-05-04 15:12:05 +00:00
nt (main): Explicitly check result of message box for OK. 1998-07-21 04:00:21 +00:00
src (Fdirectory_files): If MATCH is non-nil, decode filenames 1998-08-06 05:38:11 +00:00
build-ins.in (copydests): Get rid of spurious `-'s. 1994-05-18 22:42:41 +00:00
config.bat Make sure the environment is large enough to accomodate 1998-04-16 08:56:46 +00:00
config.guess (R4000:UNIX_SV:*:*): Recognize this for Mips machines. 1998-07-19 22:11:47 +00:00
config.sub Allow -beos*. Translate -be to -beos. 1998-07-19 22:09:55 +00:00
configure.in Use unset CDPATH instead of making it empty. 1998-06-30 22:15:41 +00:00
configure1.in Check for getpagesize. 1994-10-26 23:19:16 +00:00
GETTING.GNU.SOFTWARE Old changes finally checked into RCS 1998-04-08 06:09:04 +00:00
INSTALL Clarify about omitting CONFIGURATION-NAME with configure. 1998-05-26 20:50:52 +00:00
make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el 1998-06-07 23:30:27 +00:00
Makefile.in Comment change. 1998-08-02 00:22:31 +00:00
PROBLEMS Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
tparam.c Update FSF address in comment. 1996-01-29 22:30:55 +00:00
vpath.sed Delete reference to ymakefile. 1995-05-17 19:42:46 +00:00