From unknown Sun Jun 15 08:31:51 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#35798 <35798@debbugs.gnu.org> To: bug#35798 <35798@debbugs.gnu.org> Subject: Status: 26.2; hs-toggle-hiding is not mapped to C-x @ C-e Reply-To: bug#35798 <35798@debbugs.gnu.org> Date: Sun, 15 Jun 2025 15:31:51 +0000 retitle 35798 26.2; hs-toggle-hiding is not mapped to C-x @ C-e reassign 35798 emacs submitter 35798 severity 35798 normal tag 35798 fixed thanks From debbugs-submit-bounces@debbugs.gnu.org Sun May 19 07:42:25 2019 Received: (at submit) by debbugs.gnu.org; 19 May 2019 11:42:25 +0000 Received: from localhost ([127.0.0.1]:34042 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hSKCu-0007kE-GM for submit@debbugs.gnu.org; Sun, 19 May 2019 07:42:25 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56935) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hSHbV-0001IH-8q for submit@debbugs.gnu.org; Sun, 19 May 2019 04:55:38 -0400 Received: from lists.gnu.org ([209.51.188.17]:36086) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hSHbQ-0003g2-2E for submit@debbugs.gnu.org; Sun, 19 May 2019 04:55:32 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hSHbN-0002KW-Vl for bug-gnu-emacs@gnu.org; Sun, 19 May 2019 04:55:31 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,HTML_MESSAGE, RCVD_IN_DNSWL_LOW,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hSHa8-00023F-CV for bug-gnu-emacs@gnu.org; Sun, 19 May 2019 04:54:14 -0400 Received: from w1.tutanota.de ([81.3.6.162]:29226) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hSHa7-0001t4-EU for bug-gnu-emacs@gnu.org; Sun, 19 May 2019 04:54:12 -0400 Received: from w2.tutanota.de (unknown [192.168.1.163]) by w1.tutanota.de (Postfix) with ESMTP id EF55BFA01E7 for ; Sun, 19 May 2019 08:54:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tutanota.com; s=20161216; t=1558256047; bh=b/pidAtZrvJya2zSmWd1+1Zmr+K0SsZjNKXP+JC2xH0=; h=Date:From:To:Subject:From; b=nNJD/mae55XEarfoDOCl2F5IYpZn9RGlDVIs7ZqnM4uNTVlVq9qRJhcq6ocISdq5d lgb7YPrbhBRJFstytKb94mEMozIQP2/+ryntbQ29uNP4oll6gRLY+luuBgcbLmSPun Hk2k9YpkcGqEny8TnQgB8xGFrEKYfnPOMfKupB4Agkdj2vAqGtYM7G5X30Q4ZKuT2Y USp3Q7Eo83WvZq/4P6WEKTdFeQHCW7CCzWLFbDWNWhMsvvPS79bophdszUGnhS596c u9YliRt1X9dMtV3KPaB/RVy4OVsFQ7eLztFL6Oz09RkW9dskrMwYOTijvfso3wgWen IAsij4gnqAwhA== Date: Sun, 19 May 2019 10:54:06 +0200 (CEST) From: To: Message-ID: Subject: 26.2; hs-toggle-hiding is not mapped to C-x @ C-e MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5178_719090947.1558256046973" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 81.3.6.162 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 19 May 2019 07:42:23 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) ------=_Part_5178_719090947.1558256046973 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable In hs-minor-mode, typing C-x @ C-e gives "C-x @ C-e is undefined" in the ec= ho area. Section 26.7 of the manual (https://www.gnu.org/software/emacs/man= ual/html_node/emacs/Hideshow.html ), on the contrary, says that hs-toggle-hid= ing is bound to C-x @ C-e. (hs-toggle-hiding is bound to C-c @ C-e, so this= is likely a typo in the manual.)=20 =20 =20 In GNU Emacs 26.2 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.22.30)=20 of 2019-04-12 built on lgw01-amd64-060=20 Windowing system distributor 'The X.Org Foundation', version 11.0.11906000= =20 System Description:=09Ubuntu 18.04.2 LTS=20 =20 Recent messages:=20 Loading /home/ricercar/.emacs.d/elpa/tabbar-20180726.1735/tabbar.el (sourc= e)...done=20 Can=E2=80=99t guess python-indent-offset, using defaults: 4=20 Applying style hooks...done=20 DocView: using cached files!=20 Type C-c C-c to toggle between editing or viewing the document.=20 Wrote /home/ricercar/.emacs.d/.emacs.desktop.lock=20 Desktop: 1 frame, 10 buffers restored.=20 For information about GNU Emacs and the GNU system, type C-h C-a.=20 Undo!=20 =20 Configured using:=20 'configure --build=3Dx86_64-linux-gnu --prefix=3D/usr=20 '--includedir=3D${prefix}/include' '--mandir=3D${prefix}/share/man'=20 '--infodir=3D${prefix}/share/info' --sysconfdir=3D/etc --localstatedir=3D/= var=20 --disable-silent-rules '--libdir=3D${prefix}/lib/x86_64-linux-gnu'=20 '--libexecdir=3D${prefix}/lib/x86_64-linux-gnu' --disable-maintainer-mode= =20 --disable-dependency-tracking --prefix=3D/usr --sharedstatedir=3D/var/lib= =20 --program-suffix=3D26 --with-modules --with-file-notification=3Dinotify=20 --with-mailutils --with-x=3Dyes --with-x-toolkit=3Dgtk3 --with-xwidgets=20 --with-lcms2 'CFLAGS=3D-g -O2=20 -fdebug-prefix-map=3D/build/emacs26-CYbeHB/emacs26-26.2~1.gitfd1b34b=3D. -= fstack-protector-strong=20 -Wformat -Werror=3Dformat-security -no-pie' 'CPPFLAGS=3D-Wdate-time=20 -D_FORTIFY_SOURCE=3D2' 'LDFLAGS=3D-Wl,-Bsymbolic-functions -Wl,-z,relro=20 -no-pie''=20 =20 Configured features:=20 XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS GLIB=20 NOTIFY LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB=20 TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS XWIDGETS=20 LIBSYSTEMD LCMS2=20 =20 Important settings:=20 value of $LANG: en_US.UTF-8=20 locale-coding-system: utf-8-unix=20 =20 Major mode: Python=20 =20 Minor modes in effect:=20 TeX-PDF-mode: t=20 column-enforce-mode: t=20 diff-auto-refine-mode: t=20 shell-dirtrack-mode: t=20 global-auto-complete-mode: t=20 auto-complete-mode: t=20 projectile-mode: t=20 global-linum-mode: t=20 linum-mode: t=20 desktop-save-mode: t=20 tabbar-mwheel-mode: t=20 tabbar-mode: t=20 cl-old-struct-compat-mode: t=20 tooltip-mode: t=20 global-eldoc-mode: t=20 eldoc-mode: t=20 electric-indent-mode: t=20 mouse-wheel-mode: t=20 tool-bar-mode: t=20 menu-bar-mode: t=20 file-name-shadow-mode: t=20 global-font-lock-mode: t=20 font-lock-mode: t=20 auto-composition-mode: t=20 auto-encryption-mode: t=20 auto-compression-mode: t=20 column-number-mode: t=20 line-number-mode: t=20 auto-fill-function: do-auto-fill=20 global-visual-line-mode: t=20 visual-line-mode: t=20 transient-mark-mode: t=20 hs-minor-mode: t=20 =20 Load-path shadows:=20 /usr/share/emacs/site-lisp/dictionaries-common/flyspell hides /usr/share/e= macs/26.2/lisp/textmodes/flyspell=20 /usr/share/emacs/site-lisp/dictionaries-common/ispell hides /usr/share/ema= cs/26.2/lisp/textmodes/ispell=20 =20 Features:=20 (shadow sort mail-extr emacsbug message rmc puny rfc822 mml mml-sec epa=20 derived epg gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode= =20 mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047=20 rfc2045 ietf-drums mm-util mail-prsvr mail-utils doc-view jka-compr=20 image-mode dired dired-loaddefs preview prv-emacs tex-bar tex-buf=20 toolbar-x noutline outline font-latex latex latex-flymake tex-ispell=20 tex-style tex dbus xml crm tex-mode elec-pair cc-mode cc-fonts cc-guess=20 cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs=20 column-enforce-mode vc-git diff-mode cl-extra help-mode flymake-proc=20 flymake warnings hideshow python tramp-sh tramp tramp-compat=20 tramp-loaddefs trampver ucs-normalize shell pcomplete parse-time=20 format-spec json map auto-complete popup edmacro kmacro projectile grep=20 compile comint ansi-color ring ibuf-ext ibuffer ibuffer-loaddefs=20 thingatpt neotree advice linum desktop frameset blippblopp-theme tabbar=20 easy-mmode cus-start cus-load finder-inf info tex-site package easymenu=20 epg-config url-handlers url-parse auth-source cl-seq eieio eieio-core=20 cl-macs eieio-loaddefs password-cache url-vars seq byte-opt gv bytecomp=20 byte-compile cconv cl-loaddefs cl-lib time-date mule-util tooltip eldoc=20 electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win=20 x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe= =20 tabulated-list replace newcomment text-mode elisp-mode lisp-mode=20 prog-mode register page menu-bar rfn-eshadow isearch timer select=20 scroll-bar mouse jit-lock font-lock syntax facemenu font-core=20 term/tty-colors frame cl-generic cham georgian utf-8-lang misc-lang=20 vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932=20 hebrew greek romanian slovak czech european ethiopic indian cyrillic=20 chinese composite charscript charprop case-table epa-hook jka-cmpr-hook=20 help simple abbrev obarray minibuffer cl-preloaded nadvice loaddefs=20 button faces cus-face macroexp files text-properties overlay sha1 md5=20 base64 format env code-pages mule custom widget hashtable-print-readable= =20 backquote threads dbusbind inotify lcms2 dynamic-setting=20 system-font-setting font-render-setting xwidget-internal move-toolbar=20 gtk x-toolkit x multi-tty make-network-process emacs)=20 =20 Memory information:=20 ((conses 16 367422 15030)=20 (symbols 48 35400 2)=20 (miscs 40 1427 275)=20 (strings 32 76524 4262)=20 (string-bytes 1 2295366)=20 (vectors 16 52969)=20 (vector-slots 8 930274 16216)=20 (floats 8 157 349)=20 (intervals 56 2605 0)=20 (buffers 992 21))=20 =20 ------=_Part_5178_719090947.1558256046973 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


In hs-mino= r-mode, typing C-x @ C-e gives "C-x @ C-e is undefined" in the echo area. Section 26.7 of the manual=20 (https://www.gnu.org/software/emacs/manual/html_node/emacs/Hidesho= w.html), on the contrary, says that hs-toggle-hiding is bound to C-x @ C-e.=20 (hs-toggle-hiding is bound to C-c @ C-e, so this is likely a typo in the manual.)


In GNU Emacs 26.2 (build 2, x86_64-pc-linux-gnu, GTK+ Version = 3.22.30)
of 2019-04-12 b= uilt on lgw01-amd64-060
= Windowing system distributor 'The X.Org Foundation', version 11.0.11906000 =
System Description:=09Ub= untu 18.04.2 LTS

Recent messages:
Loading /home/ricercar/.emacs.d/elpa/t= abbar-20180726.1735/tabbar.el (source)...done
Can=E2=80=99t guess python-indent-offset, using defau= lts: 4
Applying style ho= oks...done
DocView: usin= g cached files!
Type C-c= C-c to toggle between editing or viewing the document.
Wrote /home/ricercar/.emacs.d/.emacs.deskto= p.lock
Desktop: 1 frame,= 10 buffers restored.
Fo= r information about GNU Emacs and the GNU system, type C-h C-a.
<= div style=3D"16px" text-align=3D"left"> Undo!

Co= nfigured using:
'configu= re --build=3Dx86_64-linux-gnu --prefix=3D/usr
'--includedir=3D${prefix}/include' '--mandir=3D${pref= ix}/share/man'
'--infodi= r=3D${prefix}/share/info' --sysconfdir=3D/etc --localstatedir=3D/var
--disable-silent-rules '--libd= ir=3D${prefix}/lib/x86_64-linux-gnu'
'--libexecdir=3D${prefix}/lib/x86_64-linux-gnu' --disable-main= tainer-mode
--disable-de= pendency-tracking --prefix=3D/usr --sharedstatedir=3D/var/lib
--program-suffix=3D26 --with-modules = --with-file-notification=3Dinotify
--with-mailutils --with-x=3Dyes --with-x-toolkit=3Dgtk3 --with-x= widgets
--with-lcms2 'CF= LAGS=3D-g -O2
-fdebug-pr= efix-map=3D/build/emacs26-CYbeHB/emacs26-26.2~1.gitfd1b34b=3D. -fstack-prot= ector-strong
-Wformat -W= error=3Dformat-security -no-pie' 'CPPFLAGS=3D-Wdate-time
-D_FORTIFY_SOURCE=3D2' 'LDFLAGS=3D-Wl,-Bsy= mbolic-functions -Wl,-z,relro
-no-pie''

Configured features:
<= div style=3D"16px" text-align=3D"left"> XPM JPEG TIFF GIF PNG RSVG IMAGEMAG= ICK SOUND GPM DBUS GSETTINGS GLIB
NOTIFY LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZL= IB
TOOLKIT_SCROLL_BARS G= TK3 X11 XDBE XIM MODULES THREADS XWIDGETS
LIBSYSTEMD LCMS2

Important set= tings:
value of $LANG: e= n_US.UTF-8
locale-coding= -system: utf-8-unix

=
Major mode: Python

Minor modes in effect:
TeX-PDF-mode: t
column-enforce-mode: t
diff-auto-refine-mode: t
shell-dirtrack-mode: t
global-auto-complete-mode: t
auto-complete-mode: t
projectile-mode: t
global-linum-mode: t
linum-mode: t
de= sktop-save-mode: t
tabba= r-mwheel-mode: t
tabbar-= mode: t
cl-old-struct-co= mpat-mode: t
tooltip-mod= e: t
global-eldoc-mode: = t
eldoc-mode: t
electric-indent-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
column-number-mode: t
line-number-mode: t
auto-fill-function: do-auto-fill
global-visual-line-mode: t
visual-line-mode: t
transient-mark-mode: t
hs-minor-mode: t

Load-= path shadows:
/usr/share= /emacs/site-lisp/dictionaries-common/flyspell hides /usr/share/emacs/26.2/l= isp/textmodes/flyspell
/= usr/share/emacs/site-lisp/dictionaries-common/ispell hides /usr/share/emacs= /26.2/lisp/textmodes/ispell

Features:
=
(shadow sort mail-extr emacsbug me= ssage rmc puny rfc822 mml mml-sec epa
derived epg gnus-util rmail rmail-loaddefs mm-decode mm-bodie= s mm-encode
mail-parse r= fc2231 mailabbrev gmm-utils mailheader sendmail rfc2047
rfc2045 ietf-drums mm-util mail-prsvr mail-= utils doc-view jka-compr
= image-mode dired dired-loaddefs preview prv-emacs tex-bar tex-buf
toolbar-x noutline outline font-= latex latex latex-flymake tex-ispell
tex-style tex dbus xml crm tex-mode elec-pair cc-mode cc-fonts= cc-guess
cc-menus cc-cm= ds cc-styles cc-align cc-engine cc-vars cc-defs
column-enforce-mode vc-git diff-mode cl-extra help-= mode flymake-proc
flymak= e warnings hideshow python tramp-sh tramp tramp-compat
tramp-loaddefs trampver ucs-normalize shell = pcomplete parse-time
for= mat-spec json map auto-complete popup edmacro kmacro projectile grep
compile comint ansi-color ring= ibuf-ext ibuffer ibuffer-loaddefs
thingatpt neotree advice linum desktop frameset blippblopp-theme= tabbar
easy-mmode cus-s= tart cus-load finder-inf info tex-site package easymenu
epg-config url-handlers url-parse auth-sour= ce cl-seq eieio eieio-core
cl-macs eieio-loaddefs password-cache url-vars seq byte-opt gv bytecomp =
byte-compile cconv cl-lo= addefs cl-lib time-date mule-util tooltip eldoc
electric uniquify ediff-hook vc-hooks lisp-float-ty= pe mwheel term/x-win
x-w= in term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe
<= /div>
tabulated-list replace newcom= ment text-mode elisp-mode lisp-mode
prog-mode register page menu-bar rfn-eshadow isearch timer sele= ct
scroll-bar mouse jit-= lock font-lock syntax facemenu font-core
term/tty-colors frame cl-generic cham georgian utf-8-lang = misc-lang
vietnamese tib= etan thai tai-viet lao korean japanese eucjp-ms cp51932
hebrew greek romanian slovak czech european= ethiopic indian cyrillic
chinese composite charscript charprop case-table epa-hook jka-cmpr-hook <= br>
help simple abbrev obarra= y minibuffer cl-preloaded nadvice loaddefs
button faces cus-face macroexp files text-properties ove= rlay sha1 md5
base64 for= mat env code-pages mule custom widget hashtable-print-readable
backquote threads dbusbind inotify l= cms2 dynamic-setting
sys= tem-font-setting font-render-setting xwidget-internal move-toolbar
gtk x-toolkit x multi-tty make-n= etwork-process emacs)
Memory information:
((conses 16 367422 15030)
=
(symbols 48 35400 2)
(miscs 40 1427 275)
<= div style=3D"16px" text-align=3D"left"> (strings 32 76524 4262)
<= div style=3D"16px" text-align=3D"left"> (string-bytes 1 2295366)
=
(vectors 16 52969)
(vector-slots 8 930274 16216)
(floats 8 157 349)
(intervals 56 2605 0)
(buffers 992 21))

------=_Part_5178_719090947.1558256046973-- From debbugs-submit-bounces@debbugs.gnu.org Sun May 19 09:01:56 2019 Received: (at control) by debbugs.gnu.org; 19 May 2019 13:01:56 +0000 Received: from localhost ([127.0.0.1]:34166 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hSLRr-0001O4-RT for submit@debbugs.gnu.org; Sun, 19 May 2019 09:01:56 -0400 Received: from mail-ed1-f68.google.com ([209.85.208.68]:34273) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hSLRq-0001Ni-4M for control@debbugs.gnu.org; Sun, 19 May 2019 09:01:55 -0400 Received: by mail-ed1-f68.google.com with SMTP id p27so19162273eda.1 for ; Sun, 19 May 2019 06:01:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tcd-ie.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=MVQqkY4x+5lKVTnZNi5UK23I13TbezU9tDxqfUpFyS0=; b=cQG8sY1NU5E9Dw2c5f5si1waF3hRuuFBjbSQR4s/XNZ+UN/XT1jLUR/NrbqDNo7CDJ GwS0s5NK9KY96szNdNGRCJwF2xkmju7EVJw6rOtuQ0vj5PYoA4aY4OnI96jm7Fhz8YAS MUtZUCbrUUwZmzQzCNfShhlTBbuE1UtCTNXQr5i3BipZdXjXXwe/EFvYQMRdGrrvx0jk pQUzCB1QpYtormL/aWeq8oJwANcVhpnzCxhGKf+5+dYxfqTxQ1sK9H9GBXLFr05QXdSs IjrFjiAjmf9Vlye7o6cwUJ6Ts15kdDGOTrT7xGi+TjWaLWx0E65ARZCud+XxcqYDbsz9 fyNg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=MVQqkY4x+5lKVTnZNi5UK23I13TbezU9tDxqfUpFyS0=; b=tbc19Gb0UgFrnge71FL9fESTF0sPvKmOizt7iZoDioP5vBdtmUjzlyvLUvJ9rTgbbe EMBHpTlnDS1CVXhX84lZpuAPmKKqnaaYs4cRXjfy7Xa2YwAnyDTn5vnzAuGbLXptsBb7 6YdYssB/LlTl6wfSUHsCfIj4zAg/DycCZy2jc/XCiAtZUQEHzgEoxzX/dsItKRrdkxM5 ItCkIA3art27IiH8jysl5Xf8+JBX50oQvsYvQnMC+KyZvJ4zx7ZkU8qBiesMkaZ6c8vN FaiWdo8S40bIdgZVcG4UeIaY+qbhXAdNJ0vFGbhgGJUlbuEz2mMZ+6WDutenJD0wu1cs aEIg== X-Gm-Message-State: APjAAAVNHAFjCj8cwYrqWkY421GNk4QHY1i7OZX53SuszmUxd0rDQKks 4KP802hWWBAXhHmcw9dtADC6Ow== X-Google-Smtp-Source: APXvYqwcYBX/rOLk3zxJg4nK47nvv5iAoqENbHMeiQ3xfGvblUFlpVi3vW9CG6AMPCAlm/363zZU1g== X-Received: by 2002:a17:906:7047:: with SMTP id r7mr10667956ejj.11.1558270908287; Sun, 19 May 2019 06:01:48 -0700 (PDT) Received: from localhost ([2a02:8084:20e2:c380:6fa:38d6:1fce:ddb3]) by smtp.gmail.com with ESMTPSA id a40sm4785722edd.1.2019.05.19.06.01.46 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Sun, 19 May 2019 06:01:46 -0700 (PDT) From: "Basil L. Contovounesios" To: Subject: Re: bug#35798: 26.2; hs-toggle-hiding is not mapped to C-x @ C-e References: Date: Sun, 19 May 2019 14:01:45 +0100 In-Reply-To: (ricercar@tutanota.com's message of "Sun, 19 May 2019 10:54:06 +0200 (CEST)") Message-ID: <87zhnioax2.fsf@tcd.ie> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control Cc: 35798-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 35798 fixed close 35798 26.3 quit writes: > In hs-minor-mode, typing C-x @ C-e gives "C-x @ C-e is undefined" in > the echo area. Section 26.7 of the manual > (https://www.gnu.org/software/emacs/manual/html_node/emacs/Hideshow.html), > on the contrary, says that hs-toggle-hiding is bound to C-x @ C-e. > (hs-toggle-hiding is bound to C-c @ C-e, so this is likely a typo in > the manual.) Indeed. I pushed a fix[1] to emacs-26, so I'm closing this report. [1: 6cfd68d4d7]: Fix Hideshow key binding typo in Emacs manual 2019-05-19 13:52:26 +0100 https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=6cfd68d4d7c3e577ba1ed55b304229fc6e78718b Thanks, -- Basil From unknown Sun Jun 15 08:31:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 17 Jun 2019 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator