all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Reitter <david.reitter@gmail.com>
To: emacs-pretest-bug@gnu.org
Cc: Gilbert Harman <harman@princeton.edu>
Subject: bug#2688: send-emacs-bug freezes
Date: Mon, 16 Mar 2009 14:19:55 -0400	[thread overview]
Message-ID: <8AF98F63-4A92-488C-9392-D8586CD44975@gmail.com> (raw)
In-Reply-To: 5f089c510903151225l34a0c9b9o5766f40c40b8aace@mail.gmail.com


[-- Attachment #1.1: Type: text/plain, Size: 2401 bytes --]

In an Emacs -Q (current 23 CVS build, under NS) and also in Emacs -Q - 
nw, executing this:

(add-hook 'text-mode-hook (defun turn-on-longlines-mode () (longlines- 
mode 1)))

And then doing M-x report-emacs-bug RET leads to a freeze (non C- 
g'able in NS port at least) just after the subject line has been  
entered.

Note that longlines mode used to be in the menu, implemented using  
text-mode-hook, so I would recommend this be fixed before release...


Begin forwarded message:

> From: Gilbert Harman <harman@princeton.edu>
> Date: March 15, 2009 3:25:57 PM EDT
> To: David Reitter <david.reitter@gmail.com>
> Cc: "emacs.app dev list" <emacs-app-dev-@lists.sourceforge.net>
> Subject: Re: [Emacs.app dev]: FYI: Two problems with Emacs.app, one  
> new, one  old.
>
> Here is a minimal .emacs, after which Send Bug Report freezes up for  
> me.
>
>     Gil
>
> ===========
>
> (defun longlines ()
>   (interactive)
>   (and
>    (setq fill-column 78)
>    (longlines-mode)))
>
> (add-hook 'text-mode-hook
>       '(lambda ()
> ;;     (auto-fill-mode 1)    ;text without fill is nil
> ;;     (local-set-key "\es" 'word-search-forward)
> ;;     (setq ispell-filter-hook "tr")
> ;;     (setq ispell-filter-hook-args '("-cs" "A-Za-z" "\012"))
>      (longlines)
> ))
>
> ===========
>
>
> On Sun, Mar 15, 2009 at 12:56 PM, David Reitter <david.reitter@gmail.com 
> > wrote:
> On Mar 15, 2009, at 12:49 PM, Gilbert Harman wrote:
>
> But with .emacs removed, Send Bug Report does not freeze up after I  
> enter something to "Bug Subject:"
>
> My default mail client is gmail.  If I want to send a bug report in  
> Carbon emacs (currently 22.3.1) everything works until it is time to  
> send the mail, at which point I copy the report to gmail.  In the  
> CVS version I am able to enter text for "Bug Subject" but when I hit  
> return everything freezes until I kill the program.
>
>
> OK, care sharing your .emacs?  This would be quite important to fix.
>
> Also, you could try this:
>
> (setq send-mail-function 'sendmail-send-it)
>
> This will allow you to just send the e-mail off with C-c C-c.  It  
> will use the "from" address as shown in Emacs.
> Note that while this should be OK, your e-mail will be appear more  
> suspicious to spam filters if it is sent from a "dynamic IP" (home  
> broadband) account.  And of course it won't end up in your Sent Mail  
> folder.
>
> - David
>
>


[-- Attachment #1.2: Type: text/html, Size: 5288 bytes --]

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 2193 bytes --]

       reply	other threads:[~2009-03-16 18:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <5f089c510903151225l34a0c9b9o5766f40c40b8aace@mail.gmail.com>
2009-03-16 18:19 ` David Reitter [this message]
2011-09-11 21:58   ` bug#2688: send-emacs-bug freezes Lars Magne Ingebrigtsen
2011-09-11 22:10     ` David Reitter
2011-09-11 22:15       ` Lars Magne Ingebrigtsen

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=8AF98F63-4A92-488C-9392-D8586CD44975@gmail.com \
    --to=david.reitter@gmail.com \
    --cc=2688@emacsbugs.donarmstrong.com \
    --cc=emacs-pretest-bug@gnu.org \
    --cc=harman@princeton.edu \
    /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.