From: "Ye Wenbin" <wenbinye@gmail.com>
To: emacs-pretest-bug@gnu.org
Subject: autoinsert emacs lisp header
Date: Fri, 21 Dec 2007 10:37:26 +0800 [thread overview]
Message-ID: <op.t3nywoh052p72k@ywb-laptop> (raw)
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 emacs-pretest-bug@gnu.org mailing
list.
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:
The minibuffer-help-form for emacs lisp header in auto-insert-alist
seem format with wrong format-string. The format-string is:
(format "%10.0s: %s" (car x) (cdr x))
which gives only whitespace.
By the way, if you use autoinsert for emacs lisp file, update
skeleton to newest version, there is a bug for "-N" skeleton element.
---
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
/home/ywb/local/share/emacs/23.0.0/etc/DEBUG for instructions.
In GNU Emacs 23.0.0.1 (i686-pc-linux-gnu, GTK+ Version 2.8.20)
of 2007-04-28 on ywb-laptop
Windowing system distributor `The X.Org Foundation', version 11.0.70200000
configured using `configure '--with-xpm' '--with-jpeg' '--with-tiff'
'--with-gif' '--with-png' '--prefix=/home/ywb/local'
'--with-x-toolkit=gtk' '--enable-font-backend''
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: zh_CN.UTF-8
value of $XMODIFIERS: @im=fcitx
locale-coding-system: utf-8-unix
default-enable-multibyte-characters: t
Major mode: Dired by name
Minor modes in effect:
auto-insert-mode: t
msb-mode: t
keep-end-mode: t
shell-dirtrack-mode: t
desktop-save-mode: t
icomplete-mode: t
partial-completion-mode: t
auto-image-file-mode: t
show-paren-mode: t
tooltip-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
global-auto-composition-mode: t
auto-composition-mode: t
auto-compression-mode: t
column-number-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
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 C-p C-p C-p C-p C-p C-p C-p C-p C-p
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p
C-p C-p C-p C-p C-p C-p C-p 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 C-p C-p C-p C-p
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p
C-p C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n
C-n C-n C-n C-v C-n C-n C-n C-n C-n C-n C-n C-n C-n
C-n C-n C-n C-n C-n C-n C-n C-n M-v C-p C-p C-p C-p
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p
C-p C-p C-p C-n C-p C-p C-p C-p C-p C-p C-p C-p C-p
C-p C-p C-p C-p C-p C-p C-p C-p C-n C-n C-n C-n C-n
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n
C-n 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 C-p C-p C-p C-p C-p C-p
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p
C-p C-p C-p C-p C-v C-v C-v C-v C-v M-v M-v M-v M-v
M-v M-v C-v C-s e l " C-s C-n C-v C-s m a <backspace>
<backspace> e a m <backspace> <backspace> m a c C-n
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n
C-n C-n C-x k <return> y M-x r e p o r SPC e <tab>
<return>
Recent messages:
Wrote
/home/ywb/downloads/cvs.savannah.gnu.org/emacs-unicode/lisp/skeleton.elc
Mark set
Mark saved where search started
Mark set
Mark saved where search started [2 times]
byte-compile
/home/ywb/downloads/cvs.savannah.gnu.org/emacs-unicode/lisp/autoinsert.el(y
or n)
Showing all blocks ... done
Compiling
/home/ywb/downloads/cvs.savannah.gnu.org/emacs-unicode/lisp/autoinsert.el...done
Wrote
/home/ywb/downloads/cvs.savannah.gnu.org/emacs-unicode/lisp/autoinsert.elc
Loading emacsbug...done
next reply other threads:[~2007-12-21 2:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-21 2:37 Ye Wenbin [this message]
2007-12-21 7:42 ` autoinsert emacs lisp header martin rudalics
2007-12-21 7:56 ` Ye Wenbin
2007-12-21 9:07 ` martin rudalics
2007-12-21 9:17 ` Ye Wenbin
2007-12-21 9:15 ` martin rudalics
-- strict thread matches above, loose matches on Subject: below --
2007-12-21 4:17 Ye Wenbin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=op.t3nywoh052p72k@ywb-laptop \
--to=wenbinye@gmail.com \
--cc=emacs-pretest-bug@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.