all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6867: insert-kbd-macro2
@ 2010-08-16 14:26 Goodrich, Charles H. (KSC-ASRC-433)[ASRC AEROSPACE]
  2010-08-16 15:44 ` Leo
  0 siblings, 1 reply; 2+ messages in thread
From: Goodrich, Charles H. (KSC-ASRC-433)[ASRC AEROSPACE] @ 2010-08-16 14:26 UTC (permalink / raw)
  To: 6867

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

From:  <charles.h.goodrich@nasa.gov>
To: bug-gnu-emacs@gnu.org
Subject: insert-kbd-macro2
--text follows this line--

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:

Dear Emacs bugs,

I named a keboard macro that I defined via `C-x C-k n' and inserted its definition in a buffer via `M-x insert-kbd-macro'. Here is the code Emacs inserted:

(fset 'fill-number-list
   (lambda (&optional arg) "Keyboard macro." (interactive "p") (kmacro-exec-ring-item (quote ([down return 67108896 up up 134217841 backspace 24 24] 0 "%d")) arg)))

Next, I saved the file following instructions in the *info* file.   In a subsequent Emacs session I loaded the definition with  `load-file'.

  Loading d:/Documents and Settings/chgoodri/My Documents/WM_chgoodri
  My Documents/Business/filllist.el (source)...done

Next I tried to invoke the macro with M-x `fill-number-list'

  fill-number-list: Symbol's function definition is void:
  kmacro-exec-ring-item

I can't figure out why the function definition is void.

Regards,

Charlie Goodrich
Kennedy Space Center
321-867-6956
charles.h.goodrich@nasa.gov

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
d:/Documents and Settings/chgoodri/My Documents/emacs-22.1/etc/DEBUG for instructions.


In GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)
 of 2007-06-02 on RELEASE
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --cflags -Ic:/gnuwin32/include'

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: ENU
  locale-coding-system: cp1252
  default-enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  shell-dirtrack-mode: t
  desktop-save-mode: t
  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-l M-b <lwindow> <down-mouse-1> <mouse-1> <language-change>
C-b C-b C-b C-b C-b C-b C-b C-b C-p C-p C-p C-p <language-change>
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-p C-p
C-p C-p C-p C-p C-p C-p M-x l o a d SPC f SPC <return>
f i l l <tab> <return> C-l C-l C-n C-n C-n C-n C-n
C-n C-n M-b M-b M-b M-b <down-mouse-1> <mouse-1> M-x
f i l l - n u <tab> <return> C-x b * m e s SPC <return>
<help-echo> <help-echo> <language-change> M-x <help-echo>
r e p o r t SPC e SPC SPC <return>

Recent messages:
using default package specification of `user' [2 times]
Loading info...
Loading easymenu...done
Loading info...done
Desktop: 13 buffers restored. [2 times]
For information about the GNU Project and its goals, type C-h C-p. [2 times]
Loading d:/Documents and Settings/chgoodri/My Documents/WM_chgoodri My Documents/Business/filllist.el (source)...done
fill-number-list: Symbol's function definition is void: kmacro-exec-ring-item
Loading emacsbug...done
previous-buffer: Wrong number of arguments: (lambda nil "switch to last buffer" (interactive) (switch-to-buffer (other-buffer))), 2

Charlie Goodrich
ASRC Aerospace, Systems Engineering
Mail Stop ASRC-48
Kennedy Space Center, FL 32899
location: M7-409 (EDL) 2103A
phone: (321) 867-6956




[-- Attachment #2: Type: text/html, Size: 6337 bytes --]

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

* bug#6867: insert-kbd-macro2
  2010-08-16 14:26 bug#6867: insert-kbd-macro2 Goodrich, Charles H. (KSC-ASRC-433)[ASRC AEROSPACE]
@ 2010-08-16 15:44 ` Leo
  0 siblings, 0 replies; 2+ messages in thread
From: Leo @ 2010-08-16 15:44 UTC (permalink / raw)
  To: 6867

Hello Charles,

Consider upgrading to the latest stable release i.e. 23.2 in which this
has been fixed. Otherwise put (require 'kmacro) in your .emacs file.

Cheers,
Leo





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

end of thread, other threads:[~2010-08-16 15:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-16 14:26 bug#6867: insert-kbd-macro2 Goodrich, Charles H. (KSC-ASRC-433)[ASRC AEROSPACE]
2010-08-16 15:44 ` Leo

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.