unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* MINI-PATCH: add how to turn auto-completion in test buffers off
@ 2024-04-04 17:29 Pedro Andres Aranda Gutierrez
  2024-04-04 18:48 ` Eli Zaretskii
  0 siblings, 1 reply; 28+ messages in thread
From: Pedro Andres Aranda Gutierrez @ 2024-04-04 17:29 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1330 bytes --]

Hi,

I find auto-completion suggestions when writing text quite intrusive and
distracting. It has taken me some Emacs Lisp reading to find out how to
turn it off. Attached is a micro-patch to add a small hint to turn it off.
A reminder: there are people who need to be not disturbed with external
stimuli when working (for example attention deficits, etc.)

Thx, /PA

---cut here---
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index b034fecd77b..8a61117142d 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -1056,7 +1056,8 @@ Basic Major Modes
 @samp{"} and @samp{\} characters as having punctuation syntax
 (@pxref{Syntax Class Table}), and arranges for
 @code{completion-at-point} to complete words based on the spelling
-dictionary (@pxref{Completion in Buffers}).
+dictionary (@pxref{Completion in Buffers}), unless variable
+@code{text-mode-ispell-word-completion} is set to @code{nil}.

 An example of a major mode derived from Text mode is HTML mode.
 @xref{HTML Mode,,SGML and HTML Modes, emacs, The GNU Emacs Manual}.
---cut here---
-- 
Fragen sind nicht da, um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler

Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet

[-- Attachment #2: Type: text/html, Size: 1751 bytes --]

^ permalink raw reply related	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2024-04-10 15:26 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-04 17:29 MINI-PATCH: add how to turn auto-completion in test buffers off Pedro Andres Aranda Gutierrez
2024-04-04 18:48 ` Eli Zaretskii
2024-04-05 10:25   ` Pedro Andres Aranda Gutierrez
2024-04-05 12:41     ` Eli Zaretskii
2024-04-05 15:02       ` Pedro Andres Aranda Gutierrez
2024-04-07  6:32         ` Pedro Andres Aranda Gutierrez
2024-04-07  8:00           ` Eli Zaretskii
2024-04-07 10:57             ` Pedro Andres Aranda Gutierrez
2024-04-07 11:48               ` Eli Zaretskii
2024-04-08  5:30                 ` Pedro Andres Aranda Gutierrez
2024-04-08 11:27                   ` Eli Zaretskii
2024-04-08 16:56                     ` Pedro Andres Aranda Gutierrez
2024-04-08 17:37                       ` tomas
2024-04-08 18:38                         ` Eli Zaretskii
2024-04-08 18:43                           ` Emanuel Berg
2024-04-09  4:31                             ` tomas
2024-04-09  5:06                               ` Emanuel Berg
2024-04-09  9:26                                 ` Eli Zaretskii
2024-04-09  9:32                                   ` tomas
2024-04-08 17:57                       ` Eli Zaretskii
2024-04-09  5:22                         ` Pedro Andres Aranda Gutierrez
2024-04-10  8:45                           ` Pedro Andres Aranda Gutierrez
2024-04-10 13:07                             ` Eli Zaretskii
2024-04-10 13:35                               ` tomas
2024-04-10 13:58                                 ` Eli Zaretskii
2024-04-10 14:10                                   ` tomas
2024-04-10 14:45                                     ` Pedro Andres Aranda Gutierrez
2024-04-10 15:26                                     ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).