all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jan Djärv" <jan.h.d@swipnet.se>
To: Eli Zaretskii <eliz@gnu.org>
Cc: cyd@stupidchicken.com, 7517@debbugs.gnu.org,
	user.emacs@gmail.com, emacs-devel@gnu.org
Subject: bug#7517: 24.0.50; repeated crash under Mac OS X
Date: Fri, 31 Dec 2010 15:22:56 +0100	[thread overview]
Message-ID: <4D1DE740.5060000__38194.4723580547$1293807228$gmane$org@swipnet.se> (raw)
In-Reply-To: <83aajmaxme.fsf@gnu.org>



Eli Zaretskii skrev 2010-12-31 14.19:
>> Date: Fri, 31 Dec 2010 14:10:45 +0100
>> From: Jan Djärv<jan.h.d@swipnet.se>
>> CC: user.emacs@gmail.com, 7517@debbugs.gnu.org, cyd@stupidchicken.com,
>>   monnier@iro.umontreal.ca, emacs-devel@gnu.org
>>
>>> Some bad interaction between VM and Emacs?
>>
>> That may be, but I was under the impression that Emacs internally should use
>> unicode, so why is it even allowed to set such a buffer name?  Shouldn't Emacs
>> internals complain when given such strings, or convert them (if charset info
>> is available)?
>
> Probably, but more information is needed.  Did you already find the
> place where this string is used to create a buffer?  If so, can you
> show me that place, and explain what sequence of calls led to it?
>
The OP have to confirm, but it is in

(defun vm-edit-message (&optional prefix-argument)
   "Edit the current message.  Prefix arg means mark as unedited instead.
If editing, the current message is copied into a temporary buffer, and
this buffer is selected for editing.  The major mode of this buffer is
controlled by the variable vm-edit-message-mode.  The hooks specified
in vm-edit-message-hook are run just prior to returning control to the user
for editing.

Use C-c ESC when you have finished editing the message.  The message
will be inserted into its folder replacing the old version of the
message.  If you don't want your edited version of the message to
replace the original, use C-c C-] and the edit will be aborted."


...
       (if (not (and edit-buf (buffer-name edit-buf)))
           (progn
             (vm-save-restriction
               (widen)
               (setq edit-buf
                     (generate-new-buffer
                      (format "edit of %s's note re: %s"
                              (vm-su-full-name (car vm-message-pointer))
                              (vm-su-subject (car vm-message-pointer)))))


	Jan D.





  reply	other threads:[~2010-12-31 14:22 UTC|newest]

Thread overview: 95+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-29 14:22 bug#7517: 24.0.50; repeated crash under Mac OS X emacs user
2010-12-17 11:47 ` Chong Yidong
2010-12-17 23:07   ` emacs user
2010-12-17 23:42   ` emacs user
     [not found]   ` <AANLkTinQHfFXazEbf+qxtz5+MfKcaXQLN18nPnyQMj8X@mail.gmail.com>
2010-12-26 18:43     ` emacs user
2010-12-29  4:29       ` Chong Yidong
2010-12-29 11:59         ` Jan Djärv
2010-12-29 12:21           ` Jan Djärv
2010-12-29 12:21           ` Jan Djärv
2010-12-29 15:41             ` Stefan Monnier
2010-12-29 16:06               ` emacs user
2010-12-30 11:35                 ` Jan Djärv
2010-12-30 11:35                 ` Jan Djärv
2010-12-30 14:20                   ` emacs user
2010-12-30 22:02                     ` Jan Djärv
2010-12-30 22:02                     ` Jan Djärv
2010-12-31  6:11                       ` emacs user
2010-12-31  6:12                       ` emacs user
2010-12-31  8:18                         ` Eli Zaretskii
2010-12-31  8:18                         ` Eli Zaretskii
2010-12-31 11:16                           ` emacs user
2010-12-31 10:49                         ` Jan Djärv
2010-12-31 10:49                         ` Jan Djärv
2010-12-31 11:23                           ` Jan Djärv
2010-12-31 11:26                             ` emacs user
2010-12-31 12:53                             ` Eli Zaretskii
2010-12-31 12:53                             ` Eli Zaretskii
2010-12-31 13:06                               ` emacs user
2010-12-31 13:18                                 ` Jan Djärv
2010-12-31 13:18                                 ` Jan Djärv
2010-12-31 13:10                               ` Jan Djärv
2010-12-31 13:10                               ` Jan Djärv
2010-12-31 13:19                                 ` Eli Zaretskii
2010-12-31 13:19                                 ` Eli Zaretskii
2010-12-31 14:22                                   ` Jan Djärv [this message]
2010-12-31 14:22                                   ` Jan Djärv
2010-12-31 16:07                                     ` Eli Zaretskii
2010-12-31 16:09                                       ` emacs user
2010-12-31 16:09                                       ` emacs user
2010-12-31 18:57                                       ` Jan Djärv
2010-12-31 18:57                                       ` Jan Djärv
2011-01-01  3:55                                         ` Stephen J. Turnbull
2011-01-01  3:55                                         ` Stephen J. Turnbull
2010-12-31 16:07                                     ` Eli Zaretskii
2010-12-31 16:56                                   ` Stefan Monnier
2010-12-31 16:56                                   ` Stefan Monnier
2010-12-31 17:42                                     ` emacs user
2010-12-31 22:30                                       ` Jan Djärv
2010-12-31 23:07                                         ` Stefan Monnier
2011-01-01 11:57                                           ` Eli Zaretskii
2011-01-01 12:46                                             ` emacs user
2011-01-01 12:46                                             ` emacs user
2011-01-01 15:40                                               ` Eli Zaretskii
2011-01-01 17:02                                                 ` Uday S Reddy
2011-01-01 18:08                                                   ` Eli Zaretskii
2011-01-01 18:08                                                   ` Eli Zaretskii
2011-01-01 17:02                                                 ` Uday S Reddy
2011-01-01 18:34                                                 ` Jan D.
2011-01-02 14:02                                                   ` Chong Yidong
2011-01-02 14:02                                                   ` Chong Yidong
2011-01-03 21:34                                                     ` Jan Djärv
2011-01-03 21:34                                                     ` Jan Djärv
2011-01-01 15:40                                               ` Eli Zaretskii
2011-01-01 17:22                                             ` Stefan Monnier
2011-01-01 18:07                                               ` Eli Zaretskii
2011-01-01 18:07                                               ` Eli Zaretskii
2011-01-01 17:22                                             ` Stefan Monnier
2011-01-01 11:57                                           ` Eli Zaretskii
2010-12-31 23:07                                         ` Stefan Monnier
2011-01-01 12:00                                         ` Eli Zaretskii
2011-01-01 17:11                                           ` Stefan Monnier
2011-01-01 18:06                                             ` Eli Zaretskii
2011-01-01 18:06                                             ` Eli Zaretskii
2011-01-01 22:43                                               ` Uday S Reddy
2011-01-02  4:03                                                 ` Eli Zaretskii
2011-01-02 20:43                                                   ` Uday S Reddy
2011-01-02 22:06                                                     ` Jan Djärv
2011-01-03  4:59                                                       ` Uday S Reddy
2011-01-03  8:10                                                         ` emacs user
2011-01-02 22:08                                                     ` Eli Zaretskii
2011-01-03  4:50                                                       ` Uday S Reddy
2011-01-03 13:10                                                         ` Eli Zaretskii
2011-01-03 21:07                                                           ` Jan Djärv
2011-01-03  0:27                                                     ` Stefan Monnier
2011-01-01 17:11                                           ` Stefan Monnier
2011-01-01 12:00                                         ` Eli Zaretskii
2010-12-31 22:30                                       ` Jan Djärv
2010-12-31 11:23                           ` Jan Djärv
2010-12-31 12:52                           ` Eli Zaretskii
2010-12-31 12:52                           ` Eli Zaretskii
2010-12-31 13:16                             ` Eli Zaretskii
2010-12-31 13:16                             ` Eli Zaretskii
2010-12-29 15:41             ` Stefan Monnier
2010-12-29 11:59         ` Jan Djärv
2010-12-29  4:29       ` Chong Yidong

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='4D1DE740.5060000__38194.4723580547$1293807228$gmane$org@swipnet.se' \
    --to=jan.h.d@swipnet.se \
    --cc=7517@debbugs.gnu.org \
    --cc=cyd@stupidchicken.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=user.emacs@gmail.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.