Mercurial > hg > xemacs
diff my-news.el @ 43:eee08de75336
try to do better at where news/mail/init stuff is handled,
works on ecclerig, mostly, but may break maritain
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Sat, 16 Dec 2023 21:10:30 +0000 |
parents | 034ed479179e |
children | 65ea96008fe0 |
line wrap: on
line diff
--- a/my-news.el Sat Dec 16 21:08:13 2023 +0000 +++ b/my-news.el Sat Dec 16 21:10:30 2023 +0000 @@ -1,8 +1,8 @@ (message "my-news") ; (debug-on-entry 'gnus-start-news-server) (setq - gnus-select-method '(nntp "news.usenet.farm") - gnus-post-method '(nntp "usenet.inf.ed.ac.uk") + ;gnus-select-method '(nntp "news.usenet.farm") + ;gnus-post-method '(nntp "usenet.inf.ed.ac.uk") gnus-nntp-server nil ; override local default ) @@ -440,8 +440,10 @@ (gnus-summary-select-article) (with-current-buffer gnus-original-article-buffer (shell-command-on-region (point-min) (point-max) - (expand-file-name "~/bin/showMPA.sh")) - ) + ;(expand-file-name + "showMPA.sh" + ;) + )) )