1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
Miles Bader
8256bd3810 Fix read-only prompt problem in isearch
`isearch-process-search-multibyte-characters' would signal an error if
minibuffer-prompt-properties contained a `read-only t' property.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-666
2007-03-07 18:48:33 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Kenichi Handa
7976eda061 Update AIST copyright years. 2006-12-13 01:13:58 +00:00
Glenn Morris
d4877ac161 Update copyright years. 2006-12-10 00:31:06 +00:00
Juri Linkov
57cfde4d16 (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
Add intermediate values to `junk-hist' instead of `minibuffer-history'.
Test the length of `str'.
2005-07-18 14:33:38 +00:00
Lute Kamstra
3a35cf56e7 Update FSF's address. 2005-07-04 17:55:18 +00:00
Kenichi Handa
2fd125a339 Fix copyrights. 2005-05-13 06:03:46 +00:00
Juri Linkov
98e008e989 (isearch-process-search-multibyte-characters):
Use `isearch-message' as initial input for `read-string' instead
of adding it to the minibuffer prompt.  After reading a string
remove the initial value of `isearch-message' from the string.
2004-12-12 21:57:28 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Gerd Moellmann
c3b0c26852 (isearch-exit-recursive-edit): Take
three parameters, since it's used as an after-change-function.
2001-09-03 09:26:11 +00:00
Pavel Janík
e8af40eed4 Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
Kenichi Handa
8aa87e0698 (isearch-with-input-method): Call input-method-function with the first
event in unread-command-events.
2000-10-24 01:34:25 +00:00
Kenichi Handa
5cf1bf8640 (isearch-minibuffer-input-method)
(isearch-minibuffer-input-method-function): These variables
deleted.
(isearch-with-input-method): Don't use the above variables.
(isearch-process-search-multibyte-characters): Likewise.  Call
read-string with the arg INHERIT-INPUT-METHOD t.
2000-06-19 00:56:20 +00:00
Kenichi Handa
a50192e7ed Mostly re-written. 2000-05-31 03:50:57 +00:00
Kenichi Handa
39d484ed79 (isearch-process-search-multibyte-characters): Fix previous change. 1998-08-07 05:04:36 +00:00
Kenichi Handa
bbb398a13f (isearch-minibuffer-local-map): Bind
the key C-g to exit.
(isearch-minibuffer-self-insert): Use key-binding.  Always call
exit-minibuffer.
(isearch-process-search-multibyte-characters): Use
unread-command-events instead of unread-input-method-events.
Always call isearch-update.
1998-08-06 05:38:11 +00:00
Kenichi Handa
07474fef28 (isearch-minibuffer-self-insert):
Handle space char event correctly.
(isearch-process-search-multibyte-characters): If this-command is
not isearch-printing-char, don't read multibyte chars from
minibuffer, but just call isearch-process-search-char.
1998-07-23 05:42:28 +00:00
Kenichi Handa
a2abd6b460 (isearch-toggle-specified-input-method): Adjusted for the change
in isearch.el.
(isearch-toggle-input-method): Likewise.
(isearch-minibuffer-local-map): New variable.
(isearch-minibuffer-non-self-insert): New function.
(isearch-minibuffer-self-insert): New function.
(isearch-process-search-multibyte-characters): Read multibyte
characters from minibuffer with the keymap
isearch-minibuffer-local-map.
1998-07-19 05:17:35 +00:00
Kenichi Handa
fa7bc762cf (isearch-process-search-multibyte-characters): If
read-multilingual-string returns null string, just call
isearch-update.
1997-08-19 10:58:40 +00:00
Kenichi Handa
000028d79c (isearch-input-method): Deleted.
(isearch-input-method-title): Deleted.
(isearch-toggle-specified-input-method): Call toggle-input-method.
(isearch-toggle-input-method): Likewise.
(isearch-process-search-multibyte-characters): Use
current-input-method instead of isearch-input-method.
1997-08-18 10:51:45 +00:00
Richard M. Stallman
8dc586a7a6 (isearch-process-search-multibyte-characters):
Bind input-method-verbose-flag, not input-method-tersely-flag.
1997-08-16 21:06:04 +00:00
Kenichi Handa
e81ed9edb2 (isearch-input-method): New variable.
(isearch-input-method-title): New variable.
(isearch-toggle-specified-input-method): Set the above variables.
(isearch-toggle-input-method): Likewise.
(isearch-process-search-multibyte-characters): Give
iseach-input-method as arg to read-multilingual-string.
1997-07-10 06:46:42 +00:00
Richard M. Stallman
fa526c4a22 Change copyright notice. 1997-06-22 08:57:18 +00:00
Karl Heuer
369314dc63 Fix FSF address in comment. 1997-02-23 09:20:52 +00:00
Karl Heuer
4ed4686978 Initial revision 1997-02-20 07:02:49 +00:00