unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#22683: 25.1.50; auto-composition-mode
@ 2016-02-15 17:46 Richard Stallman
  2016-02-15 19:50 ` Eli Zaretskii
  2021-09-25  0:06 ` Stefan Kangas
  0 siblings, 2 replies; 21+ messages in thread
From: Richard Stallman @ 2016-02-15 17:46 UTC (permalink / raw)
  To: 22683


The doc string of auto-composition-mode says:

======================================================================
With a prefix argument ARG, enable Auto Composition mode if ARG
is positive, and disable it otherwise.  If called from Lisp,
enable the mode if ARG is omitted or nil.
======================================================================

The doc string suggests (but does not clearly say) that ARG present
and non-nil disables the mode.

In fact, using M-:, (auto-composition-mode t) enables the mode.
(auto-composition-mode 0) disables the mode.
(auto-composition-mode 1) enables it.

It seems this calls for a doc string fix, or a code fix.

Maybe this command is generated by a macro; the macro may
need fixing too.




In GNU Emacs 25.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.23)
 of 2015-12-25
Repository revision: 608b15d59d08ff7054fdc5458d1d2ae54dd043e2
System Description:	Trisquel GNU/Linux 7.0, Belenos

Configured using:
 'configure 'CFLAGS=-g -O0''

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND GPM DBUS GCONF GSETTINGS NOTIFY
LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK2 X11

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Emacs-Lisp

Minor modes in effect:
  diff-auto-refine-mode: t
  shell-dirtrack-mode: t
  gpm-mouse-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t
  abbrev-mode: t

Recent messages:
Type C-x 1 to delete the help window.
Mark activated
nil
Making completion list...

Mark set
t

Global-Auto-Composition mode disabled in current buffer


Load-path shadows:
None found.

Features:
(shadow emacsbug eieio-opt speedbar sb-image ezimage dframe find-func
compare-w thingatpt xref project parse-time vc-cvs sgml-mode cc-mode
cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine
cc-vars cc-defs diff-mode easy-mmode diff pp wid-edit descr-text
texinfo jka-compr battery dired-aux novice two-column kmacro
iso-transl cal-move cal-menu calendar cal-loaddefs epa-mail quail
dabbrev character-fold misearch multi-isearch shell pcomplete grep
compile comint ansi-color ring ispell rmailout rmailkwd epa derived
epg rmailsum qp mailalias url-util shr dom subr-x browse-url rmailmm
message sendmail format-spec rfc822 mml mml-sec mm-decode mm-bodies
mm-encode mailabbrev gmm-utils mailheader mail-parse rfc2231 rmail
rmail-loaddefs rfc2047 rfc2045 ietf-drums mail-utils dired
dired-loaddefs seq t-mouse view paren cus-start cus-load advice
finder-inf package epg-config url-handlers url-parse auth-source
cl-seq eieio byte-opt bytecomp byte-compile cl-extra cconv eieio-core
cl-macs gv eieio-loaddefs gnus-util time-date mm-util help-fns
help-mode easymenu cl-loaddefs pcase cl-lib mail-prsvr password-cache
url-vars mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel x-win term/common-win x-dnd tool-bar dnd
fontset image regexp-opt fringe tabulated-list newcomment elisp-mode
lisp-mode prog-mode register page menu-bar rfn-eshadow timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame
cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai
tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian
slovak czech european ethiopic indian cyrillic chinese charscript
case-table epa-hook jka-cmpr-hook help simple abbrev obarray
minibuffer cl-preloaded nadvice loaddefs button faces cus-face
macroexp files text-properties overlay sha1 md5 base64 format env
code-pages mule custom widget hashtable-print-readable backquote
dbusbind inotify dynamic-setting system-font-setting
font-render-setting move-toolbar gtk x-toolkit x multi-tty
make-network-process emacs)

Memory information:
((conses 8 542567 115415)
 (symbols 24 40134 5)
 (miscs 20 12330 4972)
 (strings 16 69462 28818)
 (string-bytes 1 2197955)
 (vectors 8 35255)
 (vector-slots 4 1594101 32882)
 (floats 8 333 700)
 (intervals 28 108039 6936)
 (buffers 520 408)
 (heap 1024 34295 2078))
[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]


-- 
Dr Richard Stallman
President, Free Software Foundation (gnu.org, fsf.org)
Internet Hall-of-Famer (internethalloffame.org)
Skype: No way! See stallman.org/skype.html.






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

end of thread, other threads:[~2021-09-27 14:34 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-15 17:46 bug#22683: 25.1.50; auto-composition-mode Richard Stallman
2016-02-15 19:50 ` Eli Zaretskii
2016-02-16 22:47   ` Richard Stallman
2016-02-17 19:54     ` Eli Zaretskii
2016-02-19 12:34       ` Richard Stallman
2016-02-19 15:25         ` Eli Zaretskii
2016-02-20 14:28           ` Richard Stallman
2016-02-20 14:44             ` Eli Zaretskii
2016-02-21 12:44               ` Richard Stallman
2021-09-25  0:06 ` Stefan Kangas
2021-09-25  1:11   ` Lars Ingebrigtsen
2021-09-25  1:35     ` bug#22683: [External] : " Drew Adams
2021-09-25  1:54     ` Stefan Kangas
2021-09-25  2:04       ` Lars Ingebrigtsen
2021-09-25  2:43         ` Stefan Kangas
2021-09-26 11:53   ` Richard Stallman
2021-09-26 12:46     ` Stefan Kangas
2021-09-26 20:27   ` Rudolf Adamkovič via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-09-27  4:42     ` Eli Zaretskii
2021-09-27 14:09       ` Rudolf Adamkovič via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-09-27 14:34         ` Stefan Kangas

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).