| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(dev-char-glyph): Add an entry for DANDA.
|
|
|
|
|
|
|
|
|
| |
(bengali-itrans, assamese-itrans, telugu-itrans kannada-itrans)
(malayalam-itrans, tamil-itrans): New ITRANS based input methods.
(punjabi-inscript, gujarati-inscript, oriya-inscript)
(bengali-inscript, assamese-inscript, telugu-inscript)
(kannada-inscript, malayalam-inscript, tamil-inscript): New
INSCRIPT based input methods.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(indian-pnj-base-table): Table contents defined.
(indian-gjr-base-table): Likewise.
(indian-ori-base-table): Likewise.
(indian-bng-base-table): Likewise.
(indian-asm-base-table): Likewise.
(indian-tlg-base-table): Likewise.
(indian-knd-base-table): Likewise.
(indian-mlm-base-table): Likewise.
(indian-tml-base-table): Likewise.
(indian-pnj-itrans-v5-hash, indian-gjr-itrans-v5-hash)
(indian-ori-itrans-v5-hash, indian-bng-itrans-v5-hash)
(indian-asm-itrans-v5-hash, indian-tlg-itrans-v5-hash)
(indian-knd-itrans-v5-hash, indian-mlm-itrans-v5-hash)
(indian-tml-itrans-v5-hash): New variables.
|
| |
|
|
|
|
|
|
| |
(pages-directory-map): Redefine as an varalias.
(pages-directory-mode): Use new map var and run mode hook.
(pages-directory-address-mode): Use define-derived-mode.
|
|
|
|
|
|
|
|
|
|
| |
(texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
(texinfo-format-ifnotinfo, texinfo-format-titlepage)
(texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
(texinfo-if-clear): Use re-search-forward's return value.
(texinfo-sort-startkeyfun, texinfo-format-buffer-1)
(texinfo-format-region): Use line-{end,beginning}-position.
(texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
|
| |
|
|
|
|
|
|
| |
(timer): Never require. It only works in current Emacs anyway.
(eldoc-mode, eldoc-message, eldoc-display-message-p)
(eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Use with-current-buffer and simplify.
|
| |
|
|
|
|
| |
make the file dead if we used the -n arg.
|
| |
|
| |
|
|
|
|
|
| |
(server-process-filter): Use (process-get 'previous-string) instead.
(server-sentinel): Remove code made superfluous.
|
| |
|
| |
|
|
|
|
|
| |
creates on standard output a diff of all changelog files between two
releases (should be tags).
|
|
|
|
| |
(syms_of_process): Add `:' prefix to QCfilter_multibyte.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
(ebnf-syntactic): Change group name and tag from "ebnf-syntatic".
(ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char, ebnf-terminal-regexp)
(ebnf-case-fold-search, ebnf-iso-alternative-p, ebnf-iso-normalize-p)
(ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not
"ebnf-syntatic".
(ebnf-optimize, ebnf-print-buffer, ebnf-print-region, ebnf-spool-buffer)
(ebnf-spool-region, ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-buffer)
(ebnf-syntax-region, ebnf-generate-region): Fix typo.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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.
|
| |
|
| |
|
|
|
|
| |
process, update coding systems for the process.
|
| |
|
|
|
|
| |
syntactic analysis if called outside a CC Mode buffer.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(Fstring_to_multibyte): New function.
(syms_of_fns): Defsubr it.
|
|
|
|
|
|
| |
`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.
|
| |
|
|
|
|
| |
instead of the substitution.
|
|
|
|
|
| |
xmenu.c (menu_position_func): Adjust menu popup position so that
the menu is fully visible.
|
| |
|