- 10 Feb, 2003 6 commits
-
-
Kenichi Handa authored
(setup_process_coding_systems): New function. (Fset_process_buffer, Fset_process_filter): Call setup_process_coding_systems. (Fstart_process): Initialize the member `filter_multibyte' of struct Lisp_Process. (create_process): Call setup_process_coding_systems. (Fmake_network_process): New keyward `:filter-multibyte'. Initialize the member `filter_multibyte' of struct Lisp_Process. Call setup_process_coding_systems. (server_accept_connection): Call setup_process_coding_systems. (read_process_output): If the process has a filter, decide the multibyteness of a string to given to the filter by `filter_multibyte' member of the process. If the process doesn't have a filter and the result of conversion is unibyte, use Fstring_to_multibyte (not Fstring_make_multibyte) to get the multibyte form. (Fset_process_coding_system): Call setup_process_coding_systems. (Fset_process_filter_multibyte): New function. (Fprocess_filter_multibyte_p): New function. (syms_of_process): Intern and staticpro QCfilter_multibyte. Defsubr Sset_process_filter_multibyte and Sprocess_filter_multibyte_p.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
process, update coding systems for the process.
-
Kenichi Handa authored
-
Martin Stjernholm authored
syntactic analysis if called outside a CC Mode buffer.
-
- 09 Feb, 2003 5 commits
-
-
Kai Großjohann authored
-
John Paul Wallington authored
-
Kenichi Handa authored
-
Kenichi Handa authored
(Fstring_to_multibyte): New function. (syms_of_fns): Defsubr it.
-
Martin Stjernholm authored
`fill-paragraph-function'. Although it's not the normal way to call it in a CC Mode buffer it makes a direct call to `fill-paragraph' work better.
-
- 08 Feb, 2003 3 commits
-
-
Andreas Schwab authored
-
Andreas Schwab authored
instead of the substitution.
-
Jan Djärv authored
xmenu.c (menu_position_func): Adjust menu popup position so that the menu is fully visible.
-
- 07 Feb, 2003 10 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
Add header to ido and cua entries. Added compatibility note to cua entry.
-
Kim F. Storm authored
-
Kim F. Storm authored
Assigned by Vinicius Jose Latorre <vinicius@cpqd.com.br>
-
Kai Großjohann authored
that they all reflect the commit date, instead of the date of the individual changes. This is deemed better than keeping the original change date because it makes sure that the ChangeLog dates have more or less sequential order.
-
Jan Djärv authored
-
Francesco Potortì authored
-
Francesco Potortì authored
-
Francesco Potortì authored
-
Kenichi Handa authored
input-method-alist) to make "cyrillic-jcuken" an alias of "russian-typewriter". Add cookie for quail-update-leim-list-file.
-
- 06 Feb, 2003 12 commits
-
-
John Paul Wallington authored
(rmail-summary-line-count-flag, rmail-summary-previous-labeled-message) (rmail-summary-next-labeled-message, rmail-summary-resend) (rmail-summary-override-mail-send-and-exit): Doc fixes.
-
Stefan Monnier authored
-
Stephen Gildea authored
-
Francesco Potortì authored
-
Francesco Potortì authored
Put dutch language first (alphabetic order).
-
Francesco Potortì authored
-
Francesco Potortì authored
-
Francesco Potortì authored
-
Francesco Potortì authored
-
Francesco Potortì authored
-
Juanma Barranquero authored
-
Francesco Potortì authored
translated by Alfredo Finelli <alfredofnl@tiscali.it> revised by Francesco Potort�pot@gnu.org>
-
- 05 Feb, 2003 4 commits
-
-
Juanma Barranquero authored
-
Juanma Barranquero authored
docstring.
-
Juanma Barranquero authored
from docstring.
-
Juanma Barranquero authored
declaration and remove redundant info from docstring.
-