Lines Matching +refs:czech +refs:token +refs:whitespace

1654 	* lisp/simple.el (kill-line): The effect of show-trailing-whitespace is
2180 Improve doc strings in whitespace.el
2182 * lisp/whitespace.el (whitespace-mode, whitespace-newline-mode)
2183 (global-whitespace-mode, global-whitespace-newline-mode): Improve
2237 wrap on a whitespace character if it's followed by another
2238 whitespace character. When returning under WORD_WRAP for a screen
3832 * lisp/leim/quail/czech.el (czech, czech-qwerty, czech-prog-1)
3833 (czech-prog-2, czech-prog-3): Remove the kp-* key bindings.
4672 Clarify whitespace-style doc string
4674 * lisp/whitespace.el (whitespace-style): Doc clarification
4729 * lisp/rect.el (delete-whitespace-rectangle): Doc fix (bug#18026).
6697 parent token (bug#17213).
6790 * lisp/progmodes/ruby-mode.el (ruby-smie--forward-token)
6791 (ruby-smie--backward-token): Tokenize '&.' as '.'.
6921 (ruby-smie--forward-token, ruby-smie--backward-token):
6944 short-circuit if preceded by a symbol not separated by whitespace.
8800 (verilog-set-auto-endcomments, verilog-backward-token)
8811 (ruby-smie--forward-token, ruby-smie--backward-token)
9159 followed by whitespace. (Bug#22241)
9308 `delete-trailing-whitespace' are optional.
11072 more robustly for ":" token when searching backwards for it.
11074 * lisp/progmodes/cc-langs.el (c-:$-multichar-token-regexp): New language
12130 'whitespace-toggle-options' and the new 'big-indent' style.
12131 Document 'whitespace-big-indent-regexp'. Document the Global
12783 * doc/misc/ses.texi (Printer functions): Fix whitespace between
14172 English conventions for spelling and whitespace between sentences.
14312 * lisp/emacs-lisp/smie.el (smie-next-sexp): Fix BOB "token"
14433 More accurate documentation of lax whitespace matching
14438 doc strings that toggling lax whitespace matching has no effect on
14442 lax whitespace matching has no effect on these commands.
14592 whitespace matching or character folding.
14605 lax-whitespace matching.
14756 (character-fold--test-lax-whitespace)
14918 Matches". Improve wording. Fix lost extra whitespace.
15160 all references changed. Move the description of lax-whitespace
15183 Case"; all references changed. Describe lax-whitespace matching
15259 (test-json-pop, test-json-skip-whitespace)
18152 punctuation and whitespace are not ignored for sorting on Cygwin.
18369 (auth-source-token-passphrase-callback-function): Mark unused args.
18370 (auth-source-epa-extract-gpg-token): Remove unused var `plain'.
18508 * lisp/simple.el (delete-trailing-whitespace): Undo last change.
18558 * lisp/simple.el (delete-trailing-whitespace): Save match data when
18560 * test/automated/simple-test.el (simple-delete-trailing-whitespace):
18584 * lisp/character-fold.el: Make compatible with lax-whitespace.
18603 (isearch-toggle-lax-whitespace, isearch-toggle-case-fold)
18613 (isearch-toggle-regexp, isearch-toggle-lax-whitespace): Define
18837 * lisp/progmodes/sh-script.el (sh-smie-sh-forward-token): Fix infinite
18844 lax-whitespace. So disable it by default (again) for now.
18950 (character-fold-to-regexp): Remove lax-whitespace hack.
18972 (search-nonincremental-instead, search-whitespace-regexp)
19073 * lisp/net/soap-client.el: Make a small whitespace fix.
19719 Fix auth-source-epa-make-gpg-token compilation (bug#21724)
19856 * lisp/isearch.el: Support lax-whitespace in regexp-function searches.
20744 * lisp/gnus/auth-source.el (auth-source-epa-make-gpg-token):
21652 (prolog-smie-forward-token, prolog-smie-backward-token): Use it.
21676 (octave-smie-backward-token, octave-smie-forward-token): Use them to
22066 `empty-line-token' element.
22071 behavior and use the new `empty-line-token' element (bug#21526).
22154 * lisp/whitespace.el: Add an explicit UTF-8 encoding tag.
22166 * lisp/whitespace.el (whitespace-display-mappings):
23424 * lisp/calc/calc-prog.el (calc-fix-token-name)
23669 * lisp/whitespace.el (whitespace-report-region):
24442 * lisp/emulation/viper-ex.el (viper-get-ex-token, ex-compile):
24554 * lisp/vc/diff-mode.el (diff-delete-trailing-whitespace):
24591 * lisp/whitespace.el (whitespace-mark-x):
24904 * lisp/calc/calc-prog.el (calc-fix-token-name)
25419 Fix whitespace, inconsistent capitalization, and arguments in doc
25591 * lisp/whitespace.el (whitespace-report-region):
25943 Remove usage of `isearch-lax-whitespace' inside the `isearch-word'
26679 (c-known-type-key, c-nonlabel-token-key)
26916 Respect `isearch-lax-whitespace' when searching through
27091 * lisp/character-fold.el: Fix lax whitespace.
27092 (character-fold-table): Don't make space match other whitespace chars.
28231 Declare whitespace-line-column a safe file-local
28232 * lisp/whitespace.el (whitespace-line-column): Declare to be a
30653 * .gitattributes: Use "whitespace=cr-at-eol" for files with DOS
31097 No longer strip leading/trailing whitespace.
31706 Don't leave whitespace before "p", for older sed.
32689 (verilog-backward-token): Fix indenting sensitivity lists with
33592 Update the options in whitespace-style defcustom
33593 * lisp/whitespace.el (whitespace-style): Use `set' instead of a
33968 non-whitespace non-comments line. Respects local-vars at the top
34234 shr: strip leading whitespace when expanding URLs
34235 * lisp/net/shr.el (shr-expand-url): Strip leading whitespace from URL.
34421 * lisp/emulation/viper-ex.el (viper-get-ex-token, ex-cmd-complete)
34682 '[:graph:]' now excludes whitespace, not just ' '
34685 sans whitespace (not sans space).
34686 * src/character.c (graphicp): Exclude all Unicode whitespace chars,
35206 * lisp/rect.el (delete-whitespace-rectangle-line): Don't cross EOL.