bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Freezing while scrolling (Windows 2000 system)


From: Kevin Rodgers
Subject: Re: Freezing while scrolling (Windows 2000 system)
Date: Fri, 05 Nov 2004 11:52:44 -0700
User-agent: Mozilla Thunderbird 0.8 (X11/20040916)

ECulver@scarborough.com wrote:
> I cannot send the formal, normally formatted bug report generated by
> emacs' internal bug reporting function for 2 reasons.
>
> The second is that we use Notes;

But Notes must use an SMTP server to send messages to the Internet.  You
can configure Emacs to use it, too:

;; smtpmail.el:
(setq send-mail-function 'smtpmail-send-it) ; SMTP instead of sendmail
(setq smtpmail-default-smtp-server "CENTIPEDE.VNUUSA.com") ; from DNS
(if (not (save-match-data (string-match "\\." (system-name))))
    (setq smtpmail-local-domain "scarborough.com"))

--
Kevin Rodgers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]