GNU bug report logs - #78156
31.0.50; 3.2 Install a Function Definition

Previous Next

Package: emacs;

Reported by: badli al rashid <theothernighttheotherday <at> gmail.com>

Date: Wed, 30 Apr 2025 06:03:02 UTC

Severity: normal

Merged with 78157

Found in version 31.0.50

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: badli al rashid <theothernighttheotherday <at> gmail.com>
Cc: 78156 <at> debbugs.gnu.org
Subject: bug#78156: 31.0.50; 3.2 Install a Function Definition
Date: Wed, 30 Apr 2025 11:20:04 +0300
> From: badli al rashid <theothernighttheotherday <at> gmail.com>
> Date: Wed, 30 Apr 2025 14:57:32 +0800
> Cc: 78156 <at> debbugs.gnu.org
> 
> I just do what the info file stated "Place the cursor after the last parenthesis of the
> function definition and type ‘C-x C-e’" but the output was the one I got.

That doesn't happen here.

With the text below in *scratch*

     (defun multiply-by-seven (number)
      "Multiply NUMBER by seven."
      (* 7 number)) <===

if I place the cursor after the closing parenthesis marked by "<==="
and type "C-x C-e", all I see is "multiply-by-seven" in the echo area.

So you are probably doing something different, but what?




This bug report was last modified 52 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.