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.reit...@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
>
>
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Emacs-app-dev- mailing list
Emacs-app-dev-@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-