help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: yasq: unable to edebug-defun


From: Mirko
Subject: Re: yasq: unable to edebug-defun
Date: 15 Dec 2006 11:01:08 -0800
User-agent: G2/1.0

Robert Thorpe wrote:
> Mirko wrote:
> > Robert Thorpe wrote:
> > > Mirko wrote:
> <snip>
> > (defun map-to-buffer (map buffer)
> > (interactive)
> > (switch-to-buffer buffer)
> > (save-excursion
> >   (save-window-excursion
> >     (save-match-data
> >       (widen)
> >       (goto-char (point-min))
> >       (insert "\\begin{document}\n"
> >       (dump-map map)
> >       (goto-char (point-max))
> >       (insert "\n\\end{document")
> >       (indent-region (point-min) (point-max) nil)
> >       )))))
>
> This sounds like a bug to me.  I'm using Emacs21 which doesn't have
> dump-map, so I can't test your code, but the variable map certainly
> doesn't look void.  Eval-defun(M-C-x) and Eval-last-sexp(C-xC-e)
> shouldn't behave differently here.

Well, with your authoritative opinion,I will send this bug to emacs
developers.  Next year.  Today is my last day before my vacation.

Thanks for your help and best wishes,

Mirko



reply via email to

[Prev in Thread] Current Thread [Next in Thread]