From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marcin Borkowski Newsgroups: gmane.emacs.bugs Subject: bug#17214: 24.3.50; C-q F1 does not display help, inserts null Date: Mon, 08 Feb 2016 15:38:24 +0100 Message-ID: <8737t3s1wf.fsf@mbork.pl> References: <83ppkt7t5h.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1454955328 10900 80.91.229.3 (8 Feb 2016 18:15:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Feb 2016 18:15:28 +0000 (UTC) Cc: 17214@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 08 19:15:15 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aSqLB-0003yE-Ua for geb-bug-gnu-emacs@m.gmane.org; Mon, 08 Feb 2016 19:15:14 +0100 Original-Received: from localhost ([::1]:47517 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSqLB-0008QD-7c for geb-bug-gnu-emacs@m.gmane.org; Mon, 08 Feb 2016 13:15:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSqL5-0008OZ-HJ for bug-gnu-emacs@gnu.org; Mon, 08 Feb 2016 13:15:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSqL0-0000tM-HD for bug-gnu-emacs@gnu.org; Mon, 08 Feb 2016 13:15:07 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:51235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSqL0-0000tH-DA for bug-gnu-emacs@gnu.org; Mon, 08 Feb 2016 13:15:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aSqL0-0000jQ-5r for bug-gnu-emacs@gnu.org; Mon, 08 Feb 2016 13:15:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Marcin Borkowski Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 08 Feb 2016 18:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17214 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 17214-submit@debbugs.gnu.org id=B17214.14549552472725 (code B ref 17214); Mon, 08 Feb 2016 18:15:02 +0000 Original-Received: (at 17214) by debbugs.gnu.org; 8 Feb 2016 18:14:07 +0000 Original-Received: from localhost ([127.0.0.1]:60373 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aSqK7-0000hs-8v for submit@debbugs.gnu.org; Mon, 08 Feb 2016 13:14:07 -0500 Original-Received: from mail.mojserwer.eu ([195.110.48.8]:52062) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aSqK5-0000hk-PC for 17214@debbugs.gnu.org; Mon, 08 Feb 2016 13:14:06 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.mojserwer.eu (Postfix) with ESMTP id B4BEA9D2003; Mon, 8 Feb 2016 15:38:34 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.mojserwer.eu Original-Received: from mail.mojserwer.eu ([127.0.0.1]) by localhost (mail.mojserwer.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yDUexPigt-ND; Mon, 8 Feb 2016 15:38:30 +0100 (CET) Original-Received: from localhost (unknown [109.232.24.28]) by mail.mojserwer.eu (Postfix) with ESMTPSA id 1485E9D2001; Mon, 8 Feb 2016 15:38:29 +0100 (CET) In-Reply-To: <83ppkt7t5h.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 07 Apr 2014 05:47:06 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:112723 Archived-At: Hi, I tried to investigate this, and it seems that read-quoted-char has some facilities for intercepting f1 (i.e., all the help- local variables), and then does not use them at all. Strange. Best, Marcin On 2014-04-07, at 06:47, Eli Zaretskii wrote: > Steps to reproduce: > > emacs -Q > C-q F1 > > This momentarily flashes the help text, and inserts a null character. > The expected result is that the help text is displayed, and Emacs > waits for another keystroke and inserts that. > > > In GNU Emacs 24.3.50.26 (i686-pc-mingw32) > of 2014-04-06 on HOME-C4E4A596F7 > Repository revision: 116914 monnier@iro.umontreal.ca-20140406130800-4fr2v94ybc5gszkb > Windowing system distributor `Microsoft Corp.', version 5.1.2600 > Configured using: > `configure --prefix=/d/usr --enable-checking=yes,glyphs 'CFLAGS=-O0 > -gdwarf-2 -g3'' > > Important settings: > value of $LANG: ENU > locale-coding-system: cp1255 > > Major mode: Lisp Interaction > > Minor modes in effect: > tooltip-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 > blink-cursor-mode: t > auto-composition-mode: t > auto-encryption-mode: t > auto-compression-mode: t > line-number-mode: t > transient-mark-mode: t > > Recent input: > M-x r e p o r t - C-g C-q M-x r e p o > r t - e n > > Recent messages: > For information about GNU Emacs and the GNU system, type C-h C-a. > Quit > > Load-path shadows: > None found. > > Features: > (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml > mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev > gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util > help-fns mail-prsvr mail-utils help-mode easymenu time-date tooltip > electric uniquify ediff-hook vc-hooks lisp-float-type mwheel dos-w32 > ls-lisp w32-common-fns disp-table w32-win w32-vars tool-bar dnd fontset > image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode > register page menu-bar rfn-eshadow timer select scroll-bar mouse > jit-lock font-lock syntax facemenu font-core frame cham georgian > utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean > japanese hebrew greek romanian slovak czech european ethiopic indian > cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev > minibuffer 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 make-network-process > w32notify w32 multi-tty emacs) > > Memory information: > ((conses 8 75080 5898) > (symbols 32 17563 0) > (miscs 32 34 97) > (strings 16 10984 3506) > (string-bytes 1 274804) > (vectors 8 9528) > (vector-slots 4 373747 2332) > (floats 8 58 264) > (intervals 28 242 94) > (buffers 508 12))