I have been using Emacs to develop programs. Now I plan to make Emacs live and use it to chat with newsgroups.
What is gnus? For details about the website, see the following:
Http://www.gnus.org/
I have two articles about how to use gnus newsgroups. The links are as follows:
Http://www.lirui.name/post/144.html
Http://www.ibm.com/developerworks/cn/linux/l-cn-emacsgnus/index.html
Configuration script:
Create ~ /. Gnus. El file, which is configured as follows:
(Setq user-full-name "chenshu") (setq user-mail-address "csfreebird@gmail.com ") (setq gnus-select-method '(NNTP "news.newsfan.net "));;;;;;;;;;;;;;;;;;;;;; language environment settings; (set-language-Environment 'Chinese-GB) (setq gnus-default-charset 'Chinese-iso-8bit gnus-group-name-charset-group-alist '((". *". cn-gb-2312) gnus-Summary-show-article-charset-alist '(1. cn-gb-2312) (2. gb18030) (3. chinese-iso-8bit) (4. GBK) (5. big5) (6. UTF-8 )) gnus-newsgroup-ignored-charsets '(unknown-8bit X-unknown iso-8859-1 ));;;;;;;;;;;;;;;;;;;;;; auto-image-file-Mode) (setq mm-inline-large-images t) (add-to-list 'Mm-attachment-override-types "image /*") (setq gnus-posting-styles '((". * "(name" sheismylife ") (address" csfreebird@gmail.com ") (Signature" http://blog.csdn.net/sheismylife%n ubuntu11.10, emacs + gnus \ n "))))
The address of the newsgroup server is configured in Row 3. newsfan. nntp "news.newsfan.net" is used in China"
Usage:
Start Emacs, ALT + X, and enter the gnus command. If no error is reported, Enter Shift + 6 (^) to view the content in Server Buffer:
{Nnfolder: Archive} (closed) (agent)
{Nndoc: gnus-help} (opened) (agent)
{NNTP: news.newsfan.net} (opened) (agent)
There are several Shortcut Keys: O changes the server status to openedja, changes the server status to agentjj, changes the server status to online mode, plugged (displayed on the status bar) moves the cursor to the third line newsfan.net, and then press enter, the server. The list of all newsgroups on the server is displayed: K 26346: testk 4069: Alt. language. englishk 294: Alt. language. frenchk 203: Alt. language. germank 14179: Alt. language. japanesek 516: test. test1k 468: test. test2k 75: site services. announcement K 80097: website services on this site. website discussion K 4794: Finance and Accounting K 1257: Finance and Accounting. attachment group K 38568: Finance and Accounting. stock K 13127: Test Chinese K 1179: Computer K 1096: computer. multimedia. video Production K 106: computer. attachment group K 4239: computer. software K 6660: computer. software. office software. msofficek 433: computer. software. programming K 287: computer. software. programming. ASPK 1359: computer. software. editing Cheng. C language K 342: computer. software. programming. delphik 607: computer. software. programming. javak 477: computer. software. programming. phpk 55: computer. software. programming. perlk 68: computer. software. programming. powerbuilderk 189: computer. software. programming. visualstudiok 219: computer. software. programming. visual Studio. VB stops the cursor on a certain topic. Press enter and enter the newsgroup. All the articles in the group are displayed. each article and reply are represented by thread. Because there are many articles in some newsgroups, to speed up, you can enter a small value when the gnus prompts how many articles to display, such as 200 when reading the content, move the cursor in a row and press enter to see the specific content. If you want to reply, press the f key, edit the content, and press Ctrl + C to send the message twice. The content of this article is too long, and some functions will be introduced in the new article.