Re: Unicode data's src code block does break in Gnus

2017-08-01 Thread Katsumi Yamaoka
On Sat, 22 Jul 2017 13:21:24 +0900, Byung-Hee HWANG (황병희, 黃炳熙) wrote: > When i write as follow: > #+BEGIN_SRC python > print "^고맙습니다 _地平天成_ 감사합니다_^))//\n"*3 > #+END_SRC > The inner data does break in Gnus. I've fixed this bug in the Emacs git master, i.e., Emacs 26.0.50. The diff is here:

Re: .newsrc-dribble autosave

2014-07-06 Thread Katsumi Yamaoka
On Mon, 07 Jul 2014 13:45:34 +0900, Katsumi Yamaoka wrote: > On Sun, 06 Jul 2014 01:09:42 +0200, Michael Heerdegen wrote: [...] >> The variable `auto-save-include-big-deletions` controls whether >> auto-save-mode is turned off when the buffer has shrunk a lot - the >> default

Re: .newsrc-dribble autosave

2014-07-06 Thread Katsumi Yamaoka
On Sun, 06 Jul 2014 01:09:42 +0200, Michael Heerdegen wrote: > akb427 writes: >> In gnus, I am now sometimes getting the message "Buffer >> .newsrc-dribble has shrunk a lot; auto save disabled in that buffer >> until next real save" > I don't know if this behavior is intended, but it doesn't see

Re: Sent message still in drafts (lisp error: "Selecting deleted buffer")

2013-04-01 Thread Katsumi Yamaoka
Felix Natter wrote: > Will Ma Gnus also work with GNU Emacs 23? It should work. I tried to build Emacs 23.4 but failed (this seems to need some tweaks to build on Cygwin). But don't worry, in the past I had a chance to use the Emacs 23.4 binary that Cygwin distributed and the one I built on Lin

Re: Sent message still in drafts (lisp error: "Selecting deleted buffer")

2013-04-01 Thread Katsumi Yamaoka
Felix Natter wrote: [...] > Would it help to upgrade to GNU Emacs 24.2? No, it doesn't. The most recent nndraft.el is in the development repositories, the Gnus Git master[1] and the Emacs Bzr trunk[2]. Both have not been released yet. But you can use one of them or both at your own risk. Many

Re: Sent message still in drafts (lisp error: "Selecting deleted buffer")

2013-03-31 Thread Katsumi Yamaoka
Oops, I seem to have misread the backtrace. You aren't using the most recent nndraft.el, are you? In it, there should be the FIXME comment in the 259th line. Katsumi Yamaoka wrote: > Felix Natter wrote: >> now I have another backtrace (debug-on-error=t, with M-x load-library &g

Re: Sent message still in drafts (lisp error: "Selecting deleted buffer")

2013-03-31 Thread Katsumi Yamaoka
Felix Natter wrote: > now I have another backtrace (debug-on-error=t, with M-x load-library > nnml.el) with the below fix in place: > Debugger entered--Lisp error: (error "Selecting deleted buffer") > set-buffer(#) [...] > apply(nnmh-request-expire-articles ((145) "drafts" nil t)) > nnoo-pa

Expiring sent drafts does now always `delete'

2013-03-27 Thread Katsumi Yamaoka
Hi, This might be a regression but I think it would trouble no one. I made draft messages come to be deleted after being sent regardless of the value of `nnmail-expiry-target'. If it is `delete', that is the default, the behavior is unchanged. Before this change, a sent draft was moved to an exp

Re: Sent message still in drafts (lisp error: "Selecting deleted buffer")

2013-03-26 Thread Katsumi Yamaoka
Felix Natter wrote: > Katsumi Yamaoka writes: [...] >> I found some other problems on expiring sent drafts to a group. >> The principal one is that a draft is not like a normal article: >> >> ・There is a separator between the header and the body. >> - You can&#

Re: Sent message still in drafts (lisp error: "Selecting deleted buffer")

2013-03-25 Thread Katsumi Yamaoka
Felix Natter wrote: > Katsumi Yamaoka writes: > hi Katsumi, > sorry that it took me so long! >> Felix Natter wrote: >>> Debugger entered--Lisp error: (error "Selecting deleted buffer") >>> nnml-add-nov("expired" 12197 [nil "Rheinblic

Re: Sent message still in drafts (lisp error: "Selecting deleted buffer")

2013-02-12 Thread Katsumi Yamaoka
Felix Natter wrote: > Debugger entered--Lisp error: (error "Selecting deleted buffer") > nnml-add-nov("expired" 12197 [nil "Rheinblick-Cache" "Felix Natternnml-save-mail((("expired" . 12197)) "") > nnml-request-accept-article("expired" "" nil) I'm unable to reproduce such an error. Could

Re: character set for Russian and French reading Google News

2010-08-24 Thread Katsumi Yamaoka
soichi wrote: > I have added > (setq mm-text-html-renderer 'w3m) > into .gnus.el, but no change. I believe that emacs-w3m is the latest. You might have the corrupted nnrss files[1] that were made before you've set `mm-text-html-renderer' to `w3m'. How about re-creating those groups (i.e. delete

Re: character set for Russian and French reading Google News

2010-08-19 Thread Katsumi Yamaoka
Soichi wrote: > Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (gnu/linux) > Hi. I have recently added RSS feeds of Google news in both Russian > and French. Emacs and Gnus receive the feeds but the fonts are > messed up. Interestingly, the titles of those feeds are shown > properly in the correspo

Re: nnmail split multi-byte bug or feature?

2010-08-01 Thread Katsumi Yamaoka
Newsgroups: gnu.emacs.gnus Cc: info-gnus-english@gnu.org Katsumi Yamaoka wrote: > stormwatch wrote: >> BTW, I'd like to change gnus-subscribe-options-newsgroup-method to >> 'gnus-subscribe-topics. Some time ago I tried to add a topic parameter >> in my .gnus with

Re: nnmail split multi-byte bug or feature?

2010-08-01 Thread Katsumi Yamaoka
Newsgroups: gnu.emacs.gnus Cc: info-gnus-english@gnu.org stormwatch wrote: >> Katsumi Yamaoka wrote: >> How do you find possibly unknown mail groups that >> nnmail-split creates? (Text that X-Course-Name header contains >> is unknown, isn't it?) > That's a

Re: nnmail split multi-byte bug or feature?

2010-07-29 Thread Katsumi Yamaoka
Newsgroups: gnu.emacs.gnus Cc: info-gnus-english@gnu.org Katsumi Yamaoka wrote: > BTW, I noticed `B nnml RET RET' in the group buffer shows > non-ASCII group names without properly decoding. It should be > fixed! Fixed in the Emacs bzr trunk and the Gnus git trunk. Stormwatch,

Re: nnmail split multi-byte bug or feature?

2010-07-28 Thread Katsumi Yamaoka
Newsgroups: gnu.emacs.gnus Cc: info-gnus-english@gnu.org stormwatch wrote: > On Jul 27, 9:04 pm, Katsumi Yamaoka wrote: [...] >> What is the mail back end you use? As for the most recent Gnus: [...] > I use nnml and gnus included in an up-to-date emacs built from bzr. Hmm, for the

Re: nnmail split multi-byte bug or feature?

2010-07-27 Thread Katsumi Yamaoka
Newsgroups: gnu.emacs.gnus (posted to news.eternal-september.org) Cc: info-gnus-english@gnu.org stormwatch wrote: > Note: It seems that the original message sent thorugh > news.individual.net was not delivered. individual.net may forward articles posted to gnu.emacs.gnus to a wrong moderator, or

Re: mail list alive? gatewayed?

2010-07-15 Thread Katsumi Yamaoka
Katsumi Yamaoka wrote: [...] > [1] news.eternal-september.org > [2] news.individual.net > Both are open to people for free but... [2] is not free. Sorry. ___ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.or

Re: mail list alive? gatewayed?

2010-07-15 Thread Katsumi Yamaoka
Newsgroups: gnu.emacs.gnus (posted to news.eternal-september.org) Cc: info-gnus-english@gnu.org Allan Gottlieb wrote: > I sent a msg to this mailing list (info-gnus-english@gnu.org) on the > 12th. > Reiner Steib replied to the newsgroup gnu.emacs.gnus with a CC to me. > I received the CC but not t

Re: Making mail unread when moved

2010-05-04 Thread Katsumi Yamaoka
> Sébastien Vauban wrote: > Would there be some way to make a mail become unread when moving it to some > nnimap folder? Try this advice, that makes articles to be moved to the group nnimap:INBOX.FOLLOW-UP unread: --8<---cut here---start->8--- (defadvice gn

Re: Making mail unread when moved

2010-05-04 Thread Katsumi Yamaoka
>>>>> Katsumi Yamaoka wrote: > Try this advice, that makes articles to be moved to the group > nnimap:INBOX.FOLLOW-UP unread: > (defadvice gnus-summary-move-article (before make-articles-unread-when- > moving Google did it, but don't break the symbol in the first

Re: Do not let horizontal split be removed

2010-05-04 Thread Katsumi Yamaoka
> Cecil Westerhof wrote: > Because I have quite a wide screen I have split my frame in two windows > with 'C-X 3'. In the left window I have the group buffer and the right > window something else. When I open a folder in the group buffer the > right window disappears and there is only one windo

Re: Can not read my messages.

2010-05-04 Thread Katsumi Yamaoka
> Fab wrote: > I recently installed Gnus, and I can not read the messages I receive. > There must be something wrong with my file. Gnus.el, but I do not see. > Thank you for your help. [...] > (setq mail-sources > '(pop :server "pop.wanadoo.fr" > :password "***" >

Re: `smtp-server' not defined

2010-02-18 Thread Katsumi Yamaoka
> evan wrote: > Any idea why I get the message "`smtp-server' not defined" when I try > to send mail via gnus? I have tried to see what is wrong but I cannot > find anything. Remove smtpmail.el(c) that comes from the FLIM package (not the one of Emacs). You can find it by performing: M-x loc

Re: Delayed messages with "revealing" Date header?

2010-02-11 Thread Katsumi Yamaoka
> Tim Landscheidt wrote: > When I delay a message with C-c C-j, the message gets a > Date header with the current time (visible in the delayed > group) that is not filtered when the message is sent. This > results in a message sent at time Y that is clearly labelled > as having been written a

Re: how to set a key in an article.

2010-02-08 Thread Katsumi Yamaoka
> Uwe Brauer wrote: > When reading an article (mail/news) describe-mode > Tells me that I am in article-mode. > I want to bind the function icalendar-extract-buffer to some > key. > I tried > (add-hook 'gnus-article-mode-hook 'my-article-keys) > (defun my-article-keys () > (interactive) >

Re: gnus xemacs gentoo starting problems

2010-02-07 Thread Katsumi Yamaoka
> MDG wrote: > Gentoo has xemacs-base as 2.19 and gnus has been working fine in the past, > http://ftp.xemacs.org/pub/xemacs/packages/ > has xemacs-base as 2.19 13 Jan 09 This could hardly be called recent > being a year old and is straight from the xemacs site. What version is > the latest x

Re: gnus xemacs gentoo starting problems

2010-02-02 Thread Katsumi Yamaoka
> MDG wrote: > hile compiling toplevel forms in file /home/*/ngnus-0.6/lisp/utf7.el: > !! File error (("Cannot open load file" "timer")) It looks like you haven't had the recent xemacs-base package installed. Otherwise, loading timer-funcs.elc may have failed for some reason. (See mm-u

Re: Problems with starttls installation

2010-02-01 Thread Katsumi Yamaoka
> Rodolfo Medina wrote: > I downloaded starttls cvs. I cd to starttls directory, then did: > $ ./bootstrap > $ ./configure > $ make > , but got the following error: > asnprintf.c:18:20: error: config.h: No such file or directory > At debian.user mailing list someone said that the file

Re: Custom mailcap.el

2010-01-29 Thread Katsumi Yamaoka
> Joe Galaxy wrote: > I have a ~/.mailcap file and it is parsed. > My problem is that i want see the x-faces in a xterm not with > imagemagick display, but with xv or qiv or feh. I have in my mailcap > for example: image/*;z xv -nodecor %s > but won't work for that. Maybe this works: (setq gn

Re: Custom mailcap.el

2010-01-28 Thread Katsumi Yamaoka
> Joe Galaxy wrote: > Hi all, I need to load a custom mailcap entry for displaying images, > like xv or qiv instead of imagemagick display. > I tried modifying the mailcap.el that becomes qith gnus and loading it > from my custom elisp path, but nothing. > Any help? TIA The most easy way is to

Re: Disabling Y/N confirmation

2010-01-11 Thread Katsumi Yamaoka
> Teemu Likonen wrote: > When I'm reading news through one server but have configured Gnus to > send my messages through some other server Gnus always asks me if I > really want to post to this possibly unknown group (or something like > that). It happens when the server and the group have nev

Re: gnus-dired does not use gnus anymore bug or feature

2009-12-14 Thread Katsumi Yamaoka
> Reiner Steib wrote: > On Fri, Dec 11 2009, Uwe Brauer wrote: >> I am desperate and I am thinking of using the old code. > Please don't. This is a bug we need to find out why it fails for you. Maybe Uwe has to discover by oneself what function of Gnus starts VM. If what is started is the

Re: gnus-dired does not use gnus anymore bug or feature

2009-12-11 Thread Katsumi Yamaoka
> Uwe Brauer wrote: [...] > I am completely confused: > mail-user-agent is set for me > --88--- > mail-user-agent' is a variable declared in Lisp. > -- loaded from "/build/buildd/xemacs21-21.4.21/lisp/simple.elc" > Value: message-user

Re: gnus-dired does not use gnus anymore bug or feature

2009-12-10 Thread Katsumi Yamaoka
Hi, I am the very man who changed gnus-dired.el. > Uwe Brauer wrote: > Hello > In ngnus-0.11 gnus-dired behaved as I expected, after marking a file in > dired and using gnus-dired-attach a gnus message buffer popped up with > the file in question attached. > Not so in recent gnus-cvs. When

Re: How can I delete all emails at a time?

2009-12-02 Thread Katsumi Yamaoka
> Water Lin wrote: > Is there any way I can delete all emails in my mailbox without using > mark command # ? How about `C-u G DEL' in the group buffer? ___ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo

Re: Replying to an attached mail

2009-11-26 Thread Katsumi Yamaoka
> Ansgar Burchardt wrote: > sometimes I get an email forwarded as a message/rfc822 attachment. > Reading this mail works fine, but I have not found an easy method to > reply to the attached mail. Hitting `R' will reply to the mail > containing the attachment (no surprise there), but the only w

Re: nnmail-fancy-split failing

2009-10-26 Thread Katsumi Yamaoka
> Seb wrote: > I'd like to send messages containing the string "string", possibly > capitalized and surrounded by any other characters, to end up in group > "stringGroup", so I included the following rule: > (setq spam-split-group "Spam" > nnmail-split-methods 'nnmail-split-fancy >

Re: M-x gnus-version wrong output

2009-10-23 Thread Katsumi Yamaoka
> Marco Paunescu wrote: > Hello, thou I compiled v0.10 I'm getting No Gnus v0.9 as output to M-x > gnus-version. Checked the entries in ~.emacs but they're fine. > Any hint? That's caused by the mislabeled `gnus-version-number': $ wget ftp://ftp.gnus.org/pub/gnus/ngnus-0.10.tar.gz $ tar xf n

Re: move cursor to the article being read

2009-10-07 Thread Katsumi Yamaoka
> Olivier Sirven wrote: > Hello, > I recently updated my gnus config to use a vertical slit when reading > messages which is way more confortable with a wide screen. But there is > one major issue now: the cursor on the summary buffer does not change > article when I display another one. For e

Re: gnus-refer-article-method - per group

2009-10-05 Thread Katsumi Yamaoka
>>>>> Katsumi Yamaoka wrote: > This may work, though I'm not sure: [...] Or (setq gnus-refer-article-method 'current) It means using the same method for subscribing to articles in the current group. ___ info-gnus-en

Re: gnus-refer-article-method - per group

2009-10-05 Thread Katsumi Yamaoka
> Andrzej Adam Filip wrote: > Is it possible to make gnus-refer-article-method group dependent? > How to do it? > Specifics: > I can access very good 'archive news server' of *only* 'news:pl.*'. This may work, though I'm not sure: (add-to-list 'gnus-parameters '("\\`pl\\." (gnus-refer-

Re: nnshimbun: two problems

2009-10-05 Thread Katsumi Yamaoka
> Hermann wrote: > On 05.10.2009 at 15:23:07 David Engster wrote: >> Hermann writes: >>> In general it works fine, but there are two problems: >> [...] >>> What may cause this problems? Generally nnshimbun is very nice. >> >> Those shimbuns are broken due to changes on the respective >> site

Re: Gnus error: wrong type argument arrayp

2009-10-01 Thread Katsumi Yamaoka
> Jarmo Hurri wrote: [...] > [ja...@localhost ~]$ xemacs --version > XEmacs 21.5 (beta29) "garbanzo" [Lucid] (i386-redhat-linux, Mule) > My Gnus version is 5.10.10. > The problem takes place when I select a group in the Group > buffer. Below is a backtrace of the error. Any ideas on how to f

Re: Cannot start a link from within a newsfeed anymore

2009-09-28 Thread Katsumi Yamaoka
> Hermann wrote: >>> http://news.gmane.org/group/gmane.emacs.gnus.user/thread=12500 [...] > I'm very sorry to say, that I have not understood the patch: Which lines > do I have to copy to my .gnus file? The patch should be applied to gnus-art.el and gnus-group.el by using the `patch' command

Re: Cannot start a link from within a newsfeed anymore

2009-09-28 Thread Katsumi Yamaoka
>>>>> Hermann wrote: > On 25.09.2009 at 02:19:57 Katsumi Yamaoka wrote: >>>>>>> Hermann wrote: >>> since upgrade to Emacs 23.x I get difficaulties in using the internal w3m >>> as HTML/feed viewer. >>> Not only that there appear c

Re: Cannot start a link from within a newsfeed anymore

2009-09-24 Thread Katsumi Yamaoka
> Hermann wrote: > since upgrade to Emacs 23.x I get difficaulties in using the internal w3m > as HTML/feed viewer. > Not only that there appear character encoding conflicts for German - > umlauts are not shown correctly What is url for the feeds? > - but I cannot open external links from wit

Re: Can't cache article -24

2009-09-24 Thread Katsumi Yamaoka
>>>>> Francis Moreau wrote: > On Sep 24, 2:38 am, Katsumi Yamaoka wrote: [...] >> Article numbered a minus value is not in the group you're in. > Well I actually used 'M-^' to fetch an old article and wanted to make > this article persistent. >

Re: Can't cache article -24

2009-09-23 Thread Katsumi Yamaoka
> Francis Moreau wrote: > I'm trying to make an article persistent but I got the following > message from gnus: > Can't cache article -24 > What does it mean ? Why can't gnus make it persistent ? Article numbered a minus value is not in the group you're in. Group it's in is displayed in the

Re: Link considered unsafe

2009-08-12 Thread Katsumi Yamaoka
>>>>> Ted Zlatanov wrote: > On Mon, 10 Aug 2009 20:35:03 +0900 Katsumi Yamaoka wrote: > ... KY> The patch that uses it is below. There I made no change in mm-*.el KY> modules. What do you think about the option name and the macro name? > I think that's wo

Re: Link considered unsafe

2009-08-10 Thread Katsumi Yamaoka
>>>>> Ted Zlatanov wrote: > On Tue, 04 Aug 2009 19:58:40 +0900 Katsumi Yamaoka wrote: KY> Maybe the groups can be controllable. For example: KY> (defcustom mm-w3m-safe-groups "\\`nnrss[+:]" KY> "Groups in which html articles are considered all sa

Re: Link considered unsafe

2009-08-04 Thread Katsumi Yamaoka
> Ted Zlatanov wrote: > On Thu, 30 Jul 2009 16:03:39 -0700 (PDT) ky wrote: >>> Ted Zlatanov wrote: k> [...] >>> Actually I was wondering why it is unsafe to visit links in w3m. If >>> anything, w3m is the safest web browser I use daily, much better than >>> IE, Firefox, Chrome, Opera, o

Re: no gnus-mime-part-reply

2009-06-03 Thread Katsumi Yamaoka
> "jida...@jidanni.org" wrote: > Gentlemen, I have received a Content-Type: multipart/mixed message (from > Debian BTS). I wish very much to reply to part 2 of > [1. text/plain] > [2. message/rfc822] > [3. text/plain] > [4. text/plain] > [5. message/rfc822] > However as much as I place the cu

Re: gnus error reading on some emails

2009-02-25 Thread Katsumi Yamaoka
Note: Followup-To: gnu.emacs.gnus > Xiao-Yong Jin wrote: > Hi, I'm using gnus bundled with emacs from current cvs > Gnus v5.13 > GNU Emacs 23.0.90.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.14.7) of > 2009-02-24 > I'm not sure it is a bug or some error caused by my > configuration. But it

Re: Cannot start w3m-el from within a document, except newsfeeds

2009-02-13 Thread Katsumi Yamaoka
> Hermann wrote: > In fact you are right; I use emacs-w3m, which indeed is called w3m-el on > my distro (GRML). > So I commented out the entries refering to w3 in my .gnus. [...] > I inserted only one line in my .gnus: > (setq mm-text-html-renderer 'w3m) > which should be sufficient, (at leas

Re: Cannot start w3m-el from within a document, except newsfeeds

2009-02-12 Thread Katsumi Yamaoka
> Hermann wrote: > Hi, > the subject almost says it: > When I open a link from within a news feed, w3m-el starts as expected. > However: When I try to open a link from any other document (post/email), > I get the message: > Mozilla starting... > and of course nothing happens; I use Gnus from a

Re: gnus-article-decode-charset breaks attachments

2009-02-11 Thread Katsumi Yamaoka
> james.lei...@gmail.com wrote: > When I run gnus-article-decode-charset on the displayed message, the > accented characters suddenly display correctly but the attachments are > no longer hotlinks: How about trying the `C-d' command in the summary buffer? It hopefully splits the article into

Re: Emacs-w3m mailing list brings gnus (and emacs) to a grinding halt

2009-02-04 Thread Katsumi Yamaoka
> Joe wrote: > Gretings all. > On 2003-02-03 I re-compiled Emacs/Gnus from cvs - 23.0.60 to 23.0.90. > All seems well so far but for one glitch. When reading the emacs-w3m > mailing list, which is mainly in Japanese, top shows emacs using 79%-85% > cpu, and it takes several minutes to displa

Re: Gnus-alias sporadic problem -- Needs Gnus expert

2009-02-03 Thread Katsumi Yamaoka
> Fabrice Niessen wrote: > I am a very happy user of Gnus-alias.el v1.4. It provides me > with great features I've always wanted, and is a reason why I > can't switch back to programs like Outlook or Thunderbird: > o the handling of multiple email addresses, > o the automatic decis

Re: Face and X-Face display in terminal emacs frames

2009-01-07 Thread Katsumi Yamaoka
> Tassilo Horn wrote: > Hi, > when I use gnus in an emacs frame running in a terminal emulator Face > and X-Face images are displayed via imagemagick's `display' program. > This is quite annoying, cause its window steals the input focus from the > emacs frame/terminal. > I'd prefer if no imag

Re: Feature Request: Message-elide-region showing lines snipped and taking a string

2008-12-24 Thread Katsumi Yamaoka
> Sivaram Neelakantan wrote: > The key C-c C-e currently elides a region of text and produces the > following > [...] > Can it have some customised options to show the number of lines of > text elided and also some text that the user can add? Something like > [snipped 5 lines] > [5 lines of

Re: Replying to gmane

2008-12-04 Thread Katsumi Yamaoka
> Francis Moreau wrote: >>> I have a couple of groups which come from Gmane, which uses a mail to >>> news gateway thing. >>> >>> I'd like to reply to one of the article but can't do it easily: doing >>> 'S W' just only reply to the person mentioned by 'From:' header field I couldn't reproduce

Re: New weird message when posting

2008-10-30 Thread Katsumi Yamaoka
> Francis Moreau wrote: > Today I got the following message when posting an article to any news > group: > , >| Really use this possibly unknown group: gnu.emacs.gnus? (y/n) > ` > Answering yes get the article to be sent. > I don't how this happen. The last change I did in my gnus is

Re: Just 2 more questions ;)

2008-10-28 Thread Katsumi Yamaoka
> Francis Moreau wrote: > When sending an article by using "C-c C-c", gnus keeps around a buffer > named "*sent mail to " corresponding to the article I just sent. (setq message-kill-buffer-on-exit t) Documentation: *Non-nil means that the message buffer will be killed after sending a me

Re: rss, links and external browser

2008-08-06 Thread Katsumi Yamaoka
>>>>> Memnon Anon wrote: > On Aug 6, 3:03 am, Katsumi Yamaoka <[EMAIL PROTECTED]> wrote: [...] >> (setq w3m-goto-article-function 'browse-url) > Okay, this works nearly as I want it. > I used this (setq w3m-goto-article-function 'fc-choose-browser

Re: rss, links and external browser

2008-08-05 Thread Katsumi Yamaoka
> Memnon Anon wrote: > I am using gnus to read some rss feeds. > Sometimes, I want to follow links. > my .emacs has this: > ;; Found this config here: > ;; http://www.emacswiki.org/cgi-bin/wiki/JorgenSchaefersEmacsConfig > (defun fc-choose-browser (url &rest args) > (interactive "sURL: ")

Re: Gnus Problems with latest Emacs Snapshot

2008-04-07 Thread Katsumi Yamaoka
> Gijs Hillenius wrote: > I find emacs-cvs could (..) also have caused errors in x-face (does > not work out of the box anymore). But that is minor. It's due to this change in the Emacs trunk: 2008-04-05 Stefan Monnier <[EMAIL PROTECTED]> [...] * gnus-fun.el (gnus-display-x-face-in

Re: getting mail from spool broken?

2008-04-06 Thread Katsumi Yamaoka
> Gijs Hillenius wrote: >> I'm using Gnus v5.13, and an hour or so ago upgraded to a very recent >> emacs from cvs. (http://emacs.orebokech.com/ ) >> >> This upgrade seems to have broken gnus getting mail from the local >> /var/mail/gijs > I think I fixed it by adding a > (setq mail-sources >

Re: Cannot get nntp-open-via-rlogin-and-netcat to work

2008-03-11 Thread Katsumi Yamaoka
> Michael Ekstrand wrote: > I'm trying to get Gnus connecting to my Leafnode server via SSH and > Netcat, thus far to no avail. I have the following as my select method: > '(nntp "news.elehack.net" > (nntp-address "news.elehack.net") > (nntp-port-number 119) >

Re: rendering an rss feed as html

2008-03-05 Thread Katsumi Yamaoka
>>>>> Richard G Riley wrote: > Katsumi Yamaoka <[EMAIL PROTECTED]> writes: >> You can add this form to the ~/.emacs-w3m.el file at your own risk. >> >> (define-key w3m-minor-mode-map "M" 'w3m-view-url-with-external-browser) >> >

Re: rendering an rss feed as html

2008-03-03 Thread Katsumi Yamaoka
> Richard G Riley wrote: > I want the email itself in a w3m display so the usual w3m keys are > available. As it is I just see "link" for hot links and am unable to > use "M" to open in external browser. You can add this form to the ~/.emacs-w3m.el file at your own risk. (define-key w3m-mino

Re: rendering an rss feed as html

2008-02-28 Thread Katsumi Yamaoka
> Richard G Riley wrote: > Can I set a group to treat all articles as html? > e.g I have subscribed to an RSS feed in Gnus and all the feed posts are html > content. Gnus doesn't recognise them as html since they not properly > marked as html. Can I do aynthing to set this group to automatica

Re: Mail/drafts is still at ~/

2008-02-26 Thread Katsumi Yamaoka
> anhnmncb wrote: > I have these setting: > (setq gnus-home-directory "~/.emacs.d/gnus") > (setq gnus-init-file "~/.emacs.d/site-lisp/.gnus.el" > gnus-inhibit-startup-message t) > in ~/.emacs > and this: > (setq message-directory (concat gnus-home-directory "/Mail")) > in ~/.emacs

Re: Mail/drafts is still at ~/

2008-02-26 Thread Katsumi Yamaoka
> anhnmncb wrote: > hi, reiner: > I tried again: write an article in newsgroup, C-x C-k to quit, then > Mail/drafts is appeared in $HOME. Maybe I've missed something? > My Gnus version 5.13 I tried (setq gnus-home-directory "~/.emacs.d/gnus") (setq message-directory (concat gnus-home-director

Re: "You should byte-compile Gnus" ?

2008-02-25 Thread Katsumi Yamaoka
>>>>> Katsumi Yamaoka wrote: > Though that advice to gnus seems needless now ;-), Sorry, I meant `gnus-other-frame'. (It is useful for finding out the Gnus frame that is behind the other frames.) ___ info-gnus-english mailing

Re: "You should byte-compile Gnus" ?

2008-02-25 Thread Katsumi Yamaoka
> William Xu wrote: > I don't quite understand, though. A defadvice will forbid it from being > byte-compiled? The default value of `ad-default-compilation-action' is `maybe' which means not to compile advised functions if bytecomp.elc is not loaded. Though that advice to gnus seems needless

Re: how to reply to a digest mail

2008-02-22 Thread Katsumi Yamaoka
> [EMAIL PROTECTED] wrote: > I subscribed to mailing lists and receive digest mails. What is the > best (easy) way to reply to a message. Mails are sent as mime parts > (rf822). > In a perfect world, I would like to select a mime part, and make reply > as usually. How about `C-d' in the summ

Re: Change article "From" field

2008-02-05 Thread Katsumi Yamaoka
> William Xu wrote: [...] > gnus-article-prepare-hook, calling something like: > , >| (gnus-summary-edit-article 2) >| (goto-char (point-min)) >| (insert (format "From: %s\n" author)) >| (gnus-article-edit-done) > ` > But it looks like this will be called again and again. Am I using t

Re: recoding messages to latin1+html when posting to yahoo groups?

2008-01-29 Thread Katsumi Yamaoka
> James Leifer wrote: > I'm running Ubuntu gutsy with > Gnus v5.13 > GNU Emacs 23.0.60.1 (i486-pc-linux-gnu, GTK+ Version 2.12.0) of > 2007-12-30 on iridium > and happily editing French emails and documents in utf-8 which gnus > handles beautifully for posting and reading. > My probl

Re: Washing html

2008-01-22 Thread Katsumi Yamaoka
> Pete Axon wrote: >> C-h v mm-text-html-renderer > This gives me a ``not documented as a variable'' message > User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 You need to upgrade Gnus. The latest stable released version is: ftp://ftp.gnus.org/pub/gnus/gnus-5.10.8.tar.gz

Re: Image-display troubles

2008-01-08 Thread Katsumi Yamaoka
> Geoff Kuenning wrote: > I just upgraded (finally!) to GNUS 5.11. But I'm having trouble with > images in MIME multipart e-mail. [...] > I poked through the image-display code, but couldn't spot anything > obvious. I even tried redefining mm-valid-and-fit-image-p to always > return nil, w

Re: troubles after have changed locale ISO-8859-15 to utf8

2007-12-10 Thread Katsumi Yamaoka
> [EMAIL PROTECTED] wrote: > I think that I have still some problems with my locales. When I enter > a folder name (interactive prompt i.e: keyboard) accents are fine, but > when I use the format-time-string command to generate the month to > where the mails has to be copied, the created folde

Re: exec elisp when entering group

2007-11-28 Thread Katsumi Yamaoka
> Richard G Riley wrote: > Is it possible to execute a group specific elisp block when entering a > group in Gnus? There are several hooks that can be used according to your purpose. Try `M-x apropos RET ^gnus-\(summary\|select\)-.*-hook$ RET'. `gnus-select-group-hook' is run in the summary

Re: mail-sources default change?

2007-11-27 Thread Katsumi Yamaoka
> Adam Sjøgren wrote: > I just cvs update'd my No Gnus checkout. > Did the default for mail-sources change? Yes, it has been changed a couple of days ago. * nnmail.el (nnmail-spool-file): Remove obsolete variable. (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.

Re: X-Face headers with png files

2007-11-27 Thread Katsumi Yamaoka
> JAT wrote: > I've noticed that x-face.el changes X-Face header depending type of > image. If it's a png file header is Face and if it's a xbm file > header used is X-Face. > Is correct this change? > In Gnus (ver. No Gnus v0.6) I can see both headers. What version of x-face.el do you use?

Re: Message-ID

2007-11-19 Thread Katsumi Yamaoka
> Heinrich Moser wrote: > Why is my message ID broken (@localhost.localdomain, see this > message), although I followed the steps of FAQ Q2.16* and set > mail-host-address correctly**? > Greetings, TIA, > Heinzi > * http://www.faqs.org/faqs/gnus-faq/ Unfortunately Gnus v5.9 prefers the

Re: Slow header download on one group

2007-11-19 Thread Katsumi Yamaoka
> Patrick May wrote: > I see especially slow header downloads when accessing one > particular newsgroup. Even if that group shows only a dozen unread > posts, it loads much more slowly than a groups with over a hundred. > elp shows the following for the fast groups: > Function Nam

Re: troubles after have changed locale ISO-8859-15 to utf8

2007-11-02 Thread Katsumi Yamaoka
> [EMAIL PROTECTED] wrote: > I am using GNU Emacs 22.1.1 and No Gnus v0.7. > Few days ago, I changed my locale from ISO-8859-15 to UTF8. After some > headaches, everything seems to be fine. > When I send mails, I keep a copy of the message in a file in a folder > given by: > (concat "nnm

Re: nnmail-fancy-expiry-target problems

2007-10-18 Thread Katsumi Yamaoka
>>>>> Austin Frank wrote: > On Thu, Oct 18 2007, Katsumi Yamaoka wrote: >> Could you try this patch? > Thanks for the patch. I no longer get the error when trying to exit a > group. This is a great improvement over the previous situation. Thanks for verifying th

Re: nnmail-fancy-expiry-target problems

2007-10-17 Thread Katsumi Yamaoka
> Austin Frank wrote: > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > string-match(nil "\"John Q. Public\" <[EMAIL PROTECTED]>") > nnmail-fancy-expiry-target("mail.academic") You may possibly be the first person who tried using `to-from' and `nnmail-fancy-expiry-target

Re: Fetching Specific Groups

2007-10-08 Thread Katsumi Yamaoka
> Volkan YAZICI wrote: > Is it possible to make gnus only fetch mails from groups under some > specific topic(s) at startup? When I first open gnus, I don't want it > to keep me waiting while fetching news from RSS groups (and from some > other groups with relatively low priority). Just want t

Re: What's NOV? Should gnus-nov-is-evil be set to t?

2007-09-26 Thread Katsumi Yamaoka
>>>>> Reiner Steib wrote: > On Thu, Sep 13 2007, Leo wrote: >> On 2007-09-13 13:09 +0100, Katsumi Yamaoka wrote: >>>>>>>> Leo wrote: >>>> Do you think this should go to the manual?' >>> >>> Isn't it enough?

Re: What's NOV? Should gnus-nov-is-evil be set to t?

2007-09-24 Thread Katsumi Yamaoka
> Hallvard B Furuseth wrote: > Allan Gottlieb writes: >> Here, however, is a slightly edited version of the first part >> that may be slightly more clear. >> >> `gnus-nov-is-evil' >> This one must _always_ be `nil' (which is the default). > I assume that should be "This variable is obsole

Re: the recipient (was: iso-8859-1 charset is not display in the summary buffer, )

2007-09-19 Thread Katsumi Yamaoka
> Uwe Brauer wrote: > I have the following setting > Variables: > Set variables local to the group you are entering. * > [INS] [DEL] Variable: gnus-summary-line-format > Value: > "%U%R%z%I%N %(%[ %-20,20n%]%) %-23,23~(form (gnus-extra-header 'To))@ > %d %k %L %s > " `gnus-extra

Re: What's NOV? Should gnus-nov-is-evil be set to t?

2007-09-17 Thread Katsumi Yamaoka
> Lowell Gilbert wrote: > I *am* a native English speaker, and I thought that text was quite > good. Here, however, is a slightly edited version that may be > slightly more clear. > > What's NOV? > Allan Gottlieb wrote:

Re: What's NOV? Should gnus-nov-is-evil be set to t?

2007-09-14 Thread Katsumi Yamaoka
>>>>> Leo wrote: > On 2007-09-14 00:27 +0100, Katsumi Yamaoka wrote: >> I'll do it someday, even though I'm not a good English writer. ;-) > I am non-native speaker myself. OK. I've added this: (info "(gnus)Slow/Expensive Connection"

Re: What's NOV? Should gnus-nov-is-evil be set to t?

2007-09-13 Thread Katsumi Yamaoka
>>>>> Leo wrote: > On 2007-09-13 13:09 +0100, Katsumi Yamaoka wrote: >>> Do you think this should go to the manual?' >> Isn't it enough? >> (info "(gnus)Terminology") >> , >>|"NOV" >>| When Gnus enters

Re: What examples are there?... of free news servers for gnus

2007-09-13 Thread Katsumi Yamaoka
> Leo wrote: >>>`gnus-newsgroup-maximum-articles' > Should this variables be defined in gnus-sum.el instead of gnus.el? I > just found that all variables starting with gnus-newsgroup- are in > gnus.sum.el. Done. Thank you for the suggestion. _

Re: What's NOV? Should gnus-nov-is-evil be set to t?

2007-09-13 Thread Katsumi Yamaoka
>>>>> Leo wrote: > On 2007-09-13 11:15 +0100, Katsumi Yamaoka wrote: >> If you have a nnml group, you can see its .overview file, that is just >> NOV. It's a common format that most news servers use when >> communicating with clients. It improves the p

  1   2   >