unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#331: Bug in kmacro.el?
@ 2008-05-28  7:36 ` Matzi Kratzi
  2008-08-05 23:10   ` bug#331: marked as done (Bug in kmacro.el?) Emacs bug Tracking System
  0 siblings, 1 reply; 2+ messages in thread
From: Matzi Kratzi @ 2008-05-28  7:36 UTC (permalink / raw)
  To: bug-gnu-emacs

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

I have saved a macro in one instance of emacs in the file
c:\temp\fwf.el and then started a new instance of emacs, loaded the
file and evaluated the resulting lisp. The lisp looks like this:

(fset 'findwordfile
   (lambda (&optional arg) "Keyboard macro." (interactive "p")
(kmacro-exec-ring-item (quote ("\x13file" 0 "%d")) arg)))

When trying to use the macro, I get this in my minibuffer:

findwordfile: Symbol's function definition is void: kmacro-exec-ring-item

If I put (require 'kmacro) at the beginning of my file containing
macros it works.

Is there a missing autoload before this line?
(defun kmacro-exec-ring-item (item arg)

Thanks for your work.

/Mats

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
c:/ProgramFiles/emacs-22.2/etc/DEBUG for instructions.


In GNU Emacs 22.2.1 (i386-mingw-nt5.0.2195)
 of 2008-03-26 on RELEASE
Windowing system distributor `Microsoft Corp.', version 5.0.2195
configured using `configure --with-gcc (3.4)'

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: SVE
  locale-coding-system: cp1252
  default-enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
  encoded-kbd-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
C-x C-f C-a C-k c : / t e m p / f w f . e l <return>
M-> C-x C-e M-< M-x f i n d w <tab> <return> M-x e m
<backspace> <backspace> r e p o r t SPC e m a <tab>
<return>

Recent messages:
Loading encoded-kb...done
For information about GNU Emacs and the GNU system, type C-h C-a.
fwf.el has auto save data; consider M-x recover-this-file
Mark set
(lambda (&optional arg) "Keyboard macro." (interactive "p")
(kmacro-exec-ring-item (quote ("\x13file" 0 "%d")) arg))
Mark set
findwordfile: Symbol's function definition is void: kmacro-exec-ring-item
Loading emacsbug...
Loading regexp-opt...done
Loading emacsbug...done







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

* bug#331: marked as done (Bug in kmacro.el?)
  2008-05-28  7:36 ` bug#331: Bug in kmacro.el? Matzi Kratzi
@ 2008-08-05 23:10   ` Emacs bug Tracking System
  0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2008-08-05 23:10 UTC (permalink / raw)
  To: Chong Yidong

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


Your message dated Tue, 05 Aug 2008 19:00:29 -0400
with message-id <87hc9zxe2a.fsf@stupidchicken.com>
and subject line Re: Bug in kmacro.el?
has caused the Emacs bug report #331,
regarding Bug in kmacro.el?
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
331: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=331
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 5627 bytes --]

From: "Matzi Kratzi" <matzikratzi@gmail.com>
To: bug-gnu-emacs@gnu.org
Subject: Bug in kmacro.el?
Date: Wed, 28 May 2008 09:36:14 +0200
Message-ID: <7f9b11c90805280036u7daaf64bvc9c535b3788c379f@mail.gmail.com>

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

I have saved a macro in one instance of emacs in the file
c:\temp\fwf.el and then started a new instance of emacs, loaded the
file and evaluated the resulting lisp. The lisp looks like this:

(fset 'findwordfile
   (lambda (&optional arg) "Keyboard macro." (interactive "p")
(kmacro-exec-ring-item (quote ("\x13file" 0 "%d")) arg)))

When trying to use the macro, I get this in my minibuffer:

findwordfile: Symbol's function definition is void: kmacro-exec-ring-item

If I put (require 'kmacro) at the beginning of my file containing
macros it works.

Is there a missing autoload before this line?
(defun kmacro-exec-ring-item (item arg)

Thanks for your work.

/Mats

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
c:/ProgramFiles/emacs-22.2/etc/DEBUG for instructions.


In GNU Emacs 22.2.1 (i386-mingw-nt5.0.2195)
 of 2008-03-26 on RELEASE
Windowing system distributor `Microsoft Corp.', version 5.0.2195
configured using `configure --with-gcc (3.4)'

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: SVE
  locale-coding-system: cp1252
  default-enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
  encoded-kbd-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
C-x C-f C-a C-k c : / t e m p / f w f . e l <return>
M-> C-x C-e M-< M-x f i n d w <tab> <return> M-x e m
<backspace> <backspace> r e p o r t SPC e m a <tab>
<return>

Recent messages:
Loading encoded-kb...done
For information about GNU Emacs and the GNU system, type C-h C-a.
fwf.el has auto save data; consider M-x recover-this-file
Mark set
(lambda (&optional arg) "Keyboard macro." (interactive "p")
(kmacro-exec-ring-item (quote ("\x13file" 0 "%d")) arg))
Mark set
findwordfile: Symbol's function definition is void: kmacro-exec-ring-item
Loading emacsbug...
Loading regexp-opt...done
Loading emacsbug...done




[-- Attachment #3: Type: message/rfc822, Size: 1000 bytes --]

From: Chong Yidong <cyd@stupidchicken.com>
To: "Matzi Kratzi" <matzikratzi@gmail.com>
Cc: 331-done@emacsbugs.donarmstrong.com
Subject: Re: Bug in kmacro.el?
Date: Tue, 05 Aug 2008 19:00:29 -0400
Message-ID: <87hc9zxe2a.fsf@stupidchicken.com>

Thanks.  I've checked in a fix (autoloading kmacro-exec-ring-item, as
you suggested).


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

end of thread, other threads:[~2008-08-05 23:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <87hc9zxe2a.fsf@stupidchicken.com>
2008-05-28  7:36 ` bug#331: Bug in kmacro.el? Matzi Kratzi
2008-08-05 23:10   ` bug#331: marked as done (Bug in kmacro.el?) Emacs bug Tracking System

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