Lisp_Object defalt;
val = tbl->defalt;
counts the ordinary slots and the top, defalt, parent, and purpose
-verify (offsetof (struct Lisp_Char_Table, defalt) == header_size);
+static_assert (offsetof (struct Lisp_Char_Table, defalt) == header_size);
XCHAR_TABLE (table)->defalt = val;
string, and DEFALT is a string, read from DEFALT instead of VAL. */
string_to_object (Lisp_Object val, Lisp_Object defalt)
2a85d81c47 Add support for gathering statistics on use-package declar...
(let* ((nam (buffer-substring (match-beginning 2) (match-end 2)))
(setq nmlst (cons nam nmlst)
+ (df '((defualt :foreground "cyan"))))
+All the characters whose Unicode general-category is Nd now have the
+;;; Each character whose Unicode general-category is Nd gets the digit
+ (skipp (or (erc--memq-msg-prop 'erc--skip 'stamp)
+ (when (and fullp culled (not skipp) (< 1 beg 3 end))
+ ((not skipp))
@item :type @var{symbol}
The connection type: @samp{plain} or @samp{tls}.
@item :error @var{symbol}
-A string describing any error encountered when perfoming
+A string describing any error encountered when performing
@acronym{STARTTLS} upgrade.
@end table
@ssindex enum-intro
@ssindex enum-close
@ssindex enum-entry
-Line 2 is assigned @code{enum-open} sytax, and line 6
+Line 2 is assigned @code{enum-open} syntax, and line 6
@code{enum-close}. The first enum element on line 3 is assigned
-@code{enum-intro} sytax, and the remaining elements, on lines 4 and 5
+@code{enum-intro} syntax, and the remaining elements, on lines 4 and 5
are assigned @code{enum-entry}.
When the first enum element follows the @samp{@{} of the @code{enum},
are variants of the two main themes. They slightly tone down the
intensity of the background and provide a bit more color variety.
~modus-operandi-tinted~ has a set of base tones that are shades of
- light ochre (earthly colors), while ~modus-vivendi-tinted~ gives a
+ light ocher (earthly colors), while ~modus-vivendi-tinted~ gives a
night sky impression.
- Deuteranopia themes :: ~modus-operandi-deuteranopia~ and its
:END:
#+findex: modus-themes-get-color-value
-The fuction ~modus-themes-get-color-value~ can be called from Lisp to
+The function ~modus-themes-get-color-value~ can be called from Lisp to
return the value of a color from the active Modus theme palette. It
takea a =COLOR= argument and an optional =OVERRIDES=. It also accepts
a third =THEME= argument, to get the color from the given theme.
;; was the default in versions of the Modus themes before 4.4.0
(setq modus-themes-common-palette-overrides
'((bg-prose-block-contents unspecified)
- (bg-prose-block-delimiter unspeficied)
+ (bg-prose-block-delimiter unspecified)
(fg-prose-block-delimiter fg-dim)))
#+end_src
With the exception of ~org-verbatim~ and ~org-code~ faces, everything else
uses the corresponding type of emphasis: a bold typographic weight, or
-italicised, underlined, and struck through text.
+italicized, underlined, and struck through text.
The best way for users to add some extra attributes, such as a
foreground color, is to define their own faces and assign them to the
latter is the least effective in that regard).
When we need to work with several colors, it is always better to have
-sufficient manoeuvring space, especially since we cannot pick arbitrary
+sufficient maneuvering space, especially since we cannot pick arbitrary
colors but only those that satisfy the accessibility objectives of the
themes.
to view its contents and (ii) underlining everything would make the
interface virtually unusable.
-Again, one must exercise judgement in order to avoid discrimination,
+Again, one must exercise judgment in order to avoid discrimination,
where "discrimination" refers to:
+ The treatment of substantially different magnitudes as if they were of
With regard to the artistic aspect (where "art" qua skill may amount to
an imprecise science), there is no hard-and-fast rule in effect as it
-requires one to exercize discretion and make decisions based on
+requires one to exercise discretion and make decisions based on
context-dependent information or constraints. As is true with most
things in life, when in doubt, do not cling on to the letter of the law
but try to understand its spirit.
commented code.
Call @command{emacs}, again. Reiterate, until you find the suspicious
-configuaration.
+configuration.
@node Frequently Asked Questions
-;;; modus-operandi-tinted-theme.el --- Elegant, highly legible theme with a light ochre background -*- lexical-binding:t -*-
+;;; modus-operandi-tinted-theme.el --- Elegant, highly legible theme with a light ocher background -*- lexical-binding:t -*-
;; Copyright (C) 2019-2024 Free Software Foundation, Inc.
;;;###theme-autoload
(deftheme modus-operandi-tinted
- "Elegant, highly legible theme with a light ochre background.
+ "Elegant, highly legible theme with a light ocher background.
Conforms with the highest legibility standard for color contrast
between background and foreground in any given piece of text,
which corresponds to a minimum contrast in relative luminance of
:foreground fg
:weight
;; If we have `bold' specifically, we inherit the face of
- ;; the same name. This allows the user to customise that
+ ;; the same name. This allows the user to customize that
;; face, such as to change its font family.
(if (and weight (not (eq weight 'bold)))
weight
/* Request that the child stop upon the next `exec' system call,
one of which is assumed to always be issued by the child, as
below, but await the next stop, and examine its contents.
- Anciently, the syscall-stop preceeded events marked
+ Anciently, the syscall-stop preceded events marked
PTRACE_EVENT_SECCOMP, whereas this sequence is reversed in
4.8+, and in releases with these changes backported. */
"Native compile if necessary all the .el files present in DIRECTORY.
Each .el file is native-compiled if the corresponding .eln file is not
found in any directory mentioned in `native-comp-eln-load-path'.
-The search within DIRECTORY is perfomed recursively."
+The search within DIRECTORY is performed recursively."
(mapc (lambda (file)
(unless (comp-lookup-eln file)
(native-compile file)))
;;; Commentary:
-;; This library implements `cond*', an alternative to 'pcase'.
+;; This library implements `cond*', an alternative to `pcase'.
;; Here is the list of functions the generated code is known to call:
;; car, cdr, car-safe, cdr-safe, nth, nthcdr, null, eq, equal, eql, =,
;;;
(defun easy-mmode--prev (re name count &optional endfun narrowfun)
- "Go to the COUNT'th previous occurence of RE.
+ "Go to the COUNT'th previous occurrence of RE.
If none, error with NAME.
(when re-narrow (funcall narrowfun)))))
(defun easy-mmode--next (re name count &optional endfun narrowfun)
- "Go to the next COUNT'th occurence of RE.
+ "Go to the next COUNT'th occurrence of RE.
If none, error with NAME.
;; where this matters, using an external pipe
;; operator (`*|') may work instead.
(cond
- ;; Delay signalling remote processes to prevent
+ ;; Delay signaling remote processes to prevent
;; "Forbidden reentrant call of Tramp".
((process-get proc 'remote-pid)
(run-at-time 0 nil #'signal-process proc 'SIGPIPE))
;; Default file name handlers, we don't care.
(t (tramp-run-real-handler operation args))))
- ;; When `tramp-mode' is not enabled, or the file name is
- ;; quoted, we don't do anything.
- (tramp-run-real-handler operation args)))))
+ ;; When `tramp-mode' is not enabled, or the file name is not a
+ ;; remote file name, we don't do anything. Same for default
+ ;; file name handlers.
+ (tramp-run-real-handler operation args))))
(defun tramp-sh-handle-file-notify-add-watch (file-name flags _callback)
"Like `file-notify-add-watch' for Tramp files."
(defmacro c-clear-syntax-table-with-value-trim-caches (from to value)
"Remove all `syntax-table' text-properties with value VALUE from [FROM, TO)
-and invalidate the four caches from the first postion, if any, where a
+and invalidate the four caches from the first position, if any, where a
property was removed. Return the position of the first property removed,
if any, else nil. POINT and the match data remain unchanged."
(declare (debug t))
;;"[*/+-|&<.]+="
)
"\\|")
- "Lisp Regular expression for things regularly occuring in a Perl regex.
+ "Lisp Regular expression for things regularly occurring in a Perl regex.
If matches at the start of match found by `my-bad-c-style-regexp',
insertion of a whitespace will not help.")
(defun typescript-ts-mode--check-dialect (dialect)
(unless (or (eq dialect 'typescript) (eq dialect 'tsx))
(signal 'typescript-ts-mode-wrong-dialect-error
- (list "Unsupported dialect for typescript-ts-mode suplied" dialect))))
+ (list "Unsupported dialect for typescript-ts-mode supplied" dialect))))
(defun tsx-ts-mode--indent-compatibility-b893426 ()
"Indent rules helper, to handle different releases of tree-sitter-tsx.
if (!verify_hr (hr, "Failed to CreateBitmapRenderTarget"))
return NULL;
- /* We handle high dpi displays by incresing font size, so override
+ /* We handle high dpi displays by increasing font size, so override
PixelsPerDip. */
brt->lpVtbl->SetPixelsPerDip (brt, 1.0);
Windows fonts in Emacs's sources, this cannot be fixed in the the
default fontset setup provided by Emacs: we cannot arrange for the
"good" fonts to be used in all such cases, because that would mean
- naming those fonts. The solution for thes issues is to customize the
+ naming those fonts. The solution for these issues is to customize the
default fontset using set-fontset-font, to force Emacs to use a font
known to support some characters.
(should (string= (buffer-name) (format "127.0.0.1:%d" port)))
(should-not (file-exists-p logserv))
(should-not (file-exists-p logchan))
- ;; Verify that truncation actally happens where it should.
+ ;; Verify that truncation actually happens where it should.
(funcall assert-truncation expect)
(should (file-exists-p logserv))))
(push (list (point)) bounds)
(insert ; JOIN
- ts " " ; iniital `fill' indentation lacks properties
+ ts " " ; initial `fill' indentation lacks properties
#("*** You have joined channel #chan" 0 33
(font-lock-face erc-notice-face))
"\n")
;; We want to see the timeout message.
(tramp--test-instrument-test-case 3
(sleep-for 2))
- ;; Session cancelled, no password in cache.
+ ;; Session canceled, no password in cache.
(should-not
(password-in-cache-p
(auth-source-format-cache-entry