From: Tim X <timx@nospam.dev.null>
To: help-gnu-emacs@gnu.org
Subject: Re: Partial font locking with Emacs 24
Date: Thu, 21 Oct 2010 18:03:24 +1100 [thread overview]
Message-ID: <87iq0wuiwz.fsf@rapttech.com.au> (raw)
In-Reply-To: mailman.7.1287630377.29798.help-gnu-emacs@gnu.org
Suvayu Ali <fatkasuvayu+linux@gmail.com> writes:
> On Wednesday 20 October 2010 05:55 AM, Drew Adams wrote:
>>>> I know the recommended way to report bugs is `M-x report-emacs-bug'
>>>> but I don't have a mailserver on my desktop.
>>>
>>> You don't need a mailserver.
>>> Just send your report created by `M-x report-emacs-bug'
>>> the way as you sent this mail, but use the mail address
>>> filled in by `M-x report-emacs-bug', it will be
>>> bug-gnu-emacs@gnu.org probably. Then the tracker gets it.
>>
>> If you are on Windows (and perhaps some other platforms; dunno), just use `M-x
>> report-emacs-bug'. When you've finished writing what you want, hit `C-c C-c'
>> and your ordinary mail client (e.g Outlook) will pop up a new mail message
>> addressed properly. The text you prepared in Emacs is on the clipboard - just
>> paste it into the mail message and click Send.
>>
>
> I am on Linux. I guess that is why hitting C-c C-c attempts to send the email
> using mail and since I don't have it setup to send emails to any external
> address, the message bounces back after a few days.
>
> I think I 'll just copy paste the contents of the buffer into my mail client
> (thunderbird) and send.
>
> Thanks for the responses Drew and Andreas.
or you could just configure emacs to use your mail server i.e.
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-default-smtp-server "mail.server.somewhere.com")
(require 'smtpmail) ; this must come after the above setq or set the
; via customize
If you need to use authentication to use the mail server, look at
smtpmail-auth-credentials, or better still M-x customize-group <ret>
smtpmail <ret>
It is easy to setuop and lets you easily send messages from within
emacs.
Tim
--
tcross (at) rapttech dot com dot au
next prev parent reply other threads:[~2010-10-21 7:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-19 9:58 Partial font locking with Emacs 24 Suvayu Ali
2010-10-19 10:47 ` Andreas Röhler
2010-10-20 8:24 ` suvayu ali
2010-10-20 8:33 ` Andreas Röhler
2010-10-20 12:55 ` Drew Adams
2010-10-21 3:06 ` Suvayu Ali
[not found] ` <mailman.7.1287630377.29798.help-gnu-emacs@gnu.org>
2010-10-21 7:03 ` Tim X [this message]
[not found] <mailman.1.1287482356.27068.help-gnu-emacs@gnu.org>
2010-10-22 18:50 ` Alan Mackenzie
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=87iq0wuiwz.fsf@rapttech.com.au \
--to=timx@nospam.dev.null \
--cc=help-gnu-emacs@gnu.org \
/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.