unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#8097: 23.1; ECB, info, and customization
@ 2011-02-22 16:52 Joe Miklojcik
  2011-02-22 19:32 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Miklojcik @ 2011-02-22 16:52 UTC (permalink / raw)
  To: 8097


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:

1) Start a fresh
   emacs -Q
   Load cl, ecb, cedet, semantic.

2) M-x ecb-activate

3) Observe you are now viewing info documentation which tells you to
   M-x customize-option RET ecb-source-path RET
   do so.

4) Observe the empty buffer you so wanted to have that customize stuff
   in.

5) Kill the empty buffer with C-x k.

6) Observe you are now back in the info buffer, but that customize has
   put its output there.

7) Finally, there seems to be no simple way to tell ecb to not yoink
   you into *info* every time you ecb-activate (unless there's a
   customization option I'm not seeing?).

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
/usr/share/emacs/23.1/etc/DEBUG for instructions.


In GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.20.1)
 of 2010-11-23 on yellow, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.10706000
configured using `configure  '--build=x86_64-linux-gnu' '--host=x86_64-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs23:/etc/emacs:/usr/local/share/emacs/23.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.1/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/23.1/leim' '--with-x=yes' '--with-x-toolkit=gtk' '--with-toolkit-scroll-bars' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2' 'LDFLAGS=-g' 'CPPFLAGS=''

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: en_US.utf8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  ecb-minor-mode: t
  shell-dirtrack-mode: t
  dynamic-completion-mode: t
  display-battery-mode: t
  display-time-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<down-mouse-1> <mouse-1> <f13> C-g <f11> <f13> e c 
b - a c t <tab> <return> g C-g <f13> a p r o p s o 
<backspace> <backspace> o s <return> e c b SPC h e 
l p <return> C-x o <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> C-s i n f o C-s 
C-a C-s C-s C-s C-s C-s C-s C-a C-s C-s C-s C-s C-s 
C-a M-v C-u C-p C-u C-p C-p <return> C-v C-x o C-v 
C-u C-n C-u C-n C-u C-n C-n C-n C-n C-n <return> C-v 
C-v C-v C-v q C-v M-v <f13> c u s <tab> - o p <tab> 
<return> e c p <backspace> b <tab> s o <tab> - <tab> 
p <tab> <return> ~ C-c C-c C-c k <return> C-x k <return> 
<f13> e c b - c u <tab> - m o <tab> <return> C-x C-f 
. C-a C-k ~ / . e m <tab> - <tab> <return> C-x k <return> 
q C-x k <return> C-n C-v C-s h e l p C-s C-s C-s C-s 
C-s C-s C-s C-s C-s C-a <escape> < C-x k <return> C-x 
k <return> <S-f13> r e p o <tab> r <tab> e <backspace> 
b <tab> <return>

Recent messages:
Creating group state...
Creating group... done
Creating customization items ...done
Resetting customization items...done
Creating customization setup...done
Mark set [7 times]
*DING*
Mark saved where search started
Mark set
Making completion list...





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

* bug#8097: 23.1; ECB, info, and customization
  2011-02-22 16:52 bug#8097: 23.1; ECB, info, and customization Joe Miklojcik
@ 2011-02-22 19:32 ` Glenn Morris
  2011-02-22 19:43   ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2011-02-22 19:32 UTC (permalink / raw)
  To: Joe Miklojcik; +Cc: 8097

forcemerge 8097 6742
tags 8097 wontfix
stop

Sounds like a duplicate of

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6742

ECB is not part of Emacs. Hopefully someone reported this to the ECB
maintainers.





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

* bug#8097: 23.1; ECB, info, and customization
  2011-02-22 19:32 ` Glenn Morris
@ 2011-02-22 19:43   ` Glenn Morris
  0 siblings, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2011-02-22 19:43 UTC (permalink / raw)
  To: Joe Miklojcik; +Cc: 8097

Glenn Morris wrote:

> ECB is not part of Emacs. Hopefully someone reported this to the ECB
> maintainers.

I see the reporter of #6742 did.

http://sourceforge.net/tracker/?func=detail&aid=3056855&group_id=17484&atid=117484





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

end of thread, other threads:[~2011-02-22 19:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-22 16:52 bug#8097: 23.1; ECB, info, and customization Joe Miklojcik
2011-02-22 19:32 ` Glenn Morris
2011-02-22 19:43   ` Glenn Morris

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