From: "Mirko" <mvukovic@nycap.rr.com>
Subject: Re: yasq: unable to edebug-defun
Date: 15 Dec 2006 11:01:08 -0800 [thread overview]
Message-ID: <1166209268.881749.8200@l12g2000cwl.googlegroups.com> (raw)
In-Reply-To: <1166201256.184773.18940@t46g2000cwa.googlegroups.com>
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
next prev parent reply other threads:[~2006-12-15 19:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-14 20:32 yasq: unable to edebug-defun Mirko
2006-12-15 13:16 ` Robert Thorpe
2006-12-15 15:55 ` Mirko
2006-12-15 16:47 ` Robert Thorpe
2006-12-15 19:01 ` Mirko [this message]
2006-12-18 10:30 ` Robert Thorpe
2006-12-16 15:34 ` Johan Bockgård
2006-12-18 22:20 ` Kevin Rodgers
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=1166209268.881749.8200@l12g2000cwl.googlegroups.com \
--to=mvukovic@nycap.rr.com \
/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.