* Recent Emacs Snapshot Breaks Vimpulse
@ 2007-07-06 16:14 Darrin Thompson
2007-07-06 17:10 ` Peter Dyballa
0 siblings, 1 reply; 5+ messages in thread
From: Darrin Thompson @ 2007-07-06 16:14 UTC (permalink / raw)
To: help-gnu-emacs
Anyone know how I can tweak vimpulse.el to avoid this stack trace?
Debugger entered--Lisp error: (wrong-type-argument symbolp
(my-get-emulation-keymap))
(setq (my-get-emulation-keymap) (cons (cons ...
viper-visual-mode-map) (my-get-emulation-keymap)))
(push (cons (quote viper-visual-mode) viper-visual-mode-map)
(my-get-emulation-keymap))
(let (ad-return-value) (setq ad-return-value
(ad-Orig-viper-normalize-minor-mode-map-alist)) (push (cons ...
viper-visual-mode-map) (my-get-emulation-keymap)) ad-return-value)
viper-normalize-minor-mode-map-alist()
viper-change-state(vi-state)
viper-change-state-to-vi()
viper-mode()
...
I'm using the emacs snapshot debs for ubuntu from peadrop.com. The
snapshot is dated 20070630.
Thanks.
--
Darrin
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Recent Emacs Snapshot Breaks Vimpulse
2007-07-06 16:14 Recent Emacs Snapshot Breaks Vimpulse Darrin Thompson
@ 2007-07-06 17:10 ` Peter Dyballa
0 siblings, 0 replies; 5+ messages in thread
From: Peter Dyballa @ 2007-07-06 17:10 UTC (permalink / raw)
To: Darrin Thompson; +Cc: help-gnu-emacs
Am 06.07.2007 um 18:14 schrieb Darrin Thompson:
> Anyone know how I can tweak vimpulse.el to avoid this stack trace?
You might get more help when you report that Emacs bug ... (Help menu
-> Send Bug Report…)
--
Greetings
Pete
Wasting time is an important part of living.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Recent Emacs Snapshot Breaks Vimpulse
[not found] <mailman.3141.1183738462.32220.help-gnu-emacs@gnu.org>
@ 2007-07-17 15:21 ` jasonspiro4+moznews@gmail.com
2007-08-03 19:38 ` darrint
0 siblings, 1 reply; 5+ messages in thread
From: jasonspiro4+moznews@gmail.com @ 2007-07-17 15:21 UTC (permalink / raw)
To: help-gnu-emacs; +Cc: laynor, brad.beveridge
On Jul 6, 12:14 pm, "Darrin Thompson" <darri...@gmail.com> wrote:
> Anyone know how I can tweak vimpulse.el to avoid this stack trace?
>
> Debugger entered--Lisp error: (wrong-type-argument symbolp
> (my-get-emulation-keymap))
...
You forgot to mention what vimpulse version you're using. Try the
latest, 0.2.6.0: I suspect your problem is fixed in it because the
version check is improved.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Recent Emacs Snapshot Breaks Vimpulse
2007-07-17 15:21 ` jasonspiro4+moznews@gmail.com
@ 2007-08-03 19:38 ` darrint
2007-08-07 20:41 ` jasonspiro4+moznews@gmail.com
0 siblings, 1 reply; 5+ messages in thread
From: darrint @ 2007-08-03 19:38 UTC (permalink / raw)
To: help-gnu-emacs
On Jul 17, 11:21 am, "jasonspiro4+mozn...@gmail.com"
<jasonspi...@gmail.com> wrote:
> On Jul 6, 12:14 pm, "Darrin Thompson" <darri...@gmail.com> wrote:> Anyone know how I can tweak vimpulse.el to avoid this stack trace?
> You forgot to mention what vimpulse version you're using. Try the
> latest, 0.2.6.0: I suspect your problem is fixed in it because the
> version check is improved.
My bad. I already upgraded to 0.2.6.0 and I still have the problem. Is
there more information I could provide?
I'm using Ubuntu Fiesty but with emacs-snapshot packages from:
deb http://debs.peadrop.com edgy backports
--
Darrin
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Recent Emacs Snapshot Breaks Vimpulse
2007-08-03 19:38 ` darrint
@ 2007-08-07 20:41 ` jasonspiro4+moznews@gmail.com
0 siblings, 0 replies; 5+ messages in thread
From: jasonspiro4+moznews@gmail.com @ 2007-08-07 20:41 UTC (permalink / raw)
To: help-gnu-emacs; +Cc: laynor
On Aug 3, 3:38 pm, darrint <darri...@gmail.com> wrote:
> On Jul 17, 11:21 am, "jasonspiro4+mozn...@gmail.com"
>
> <jasonspi...@gmail.com> wrote:
> > On Jul 6, 12:14 pm, "Darrin Thompson" <darri...@gmail.com> wrote:> Anyone know how I can tweak vimpulse.el to avoid this stack trace?
> > You forgot to mention what vimpulse version you're using. Try the
> > latest, 0.2.6.0: I suspect your problem is fixed in it because the
> > version check is improved.
>
> My bad. I already upgraded to 0.2.6.0 and I still have the problem. Is
> there more information I could provide?
I am not sure. Darrin, is it the same problem as [1]? (I suspect it
is not though.)
Alessandro, Brad, do you have any idea what could be causing Darrin's
problem?[2]
Darrin, Stianse, if I have time, may I SSH or VNC into your computer
to diagnose the problems you each have had? Please call me at +1
(416) 781-5938 to arrange this, or email me your phone number.
^ 1. http://groups.google.co.id/group/gnu.emacs.help/msg/f652f1dd46a22b59
^ 2.
Debugger entered--Lisp error: (wrong-type-argument symbolp
(my-get-emulation-keymap))
(setq (my-get-emulation-keymap) (cons (cons ...
viper-visual-mode-map) (my-get-emulation-keymap)))
(push (cons (quote viper-visual-mode) viper-visual-mode-map)
(my-get-emulation-keymap))
(let (ad-return-value) (setq ad-return-value
(ad-Orig-viper-normalize-minor-mode-map-alist)) (push (cons ...
viper-visual-mode-map) (my-get-emulation-keymap)) ad-return-value)
viper-normalize-minor-mode-map-alist()
viper-change-state(vi-state)
viper-change-state-to-vi()
viper-mode()
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-08-07 20:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-06 16:14 Recent Emacs Snapshot Breaks Vimpulse Darrin Thompson
2007-07-06 17:10 ` Peter Dyballa
[not found] <mailman.3141.1183738462.32220.help-gnu-emacs@gnu.org>
2007-07-17 15:21 ` jasonspiro4+moznews@gmail.com
2007-08-03 19:38 ` darrint
2007-08-07 20:41 ` jasonspiro4+moznews@gmail.com
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.