Tanaka Akira | 2 Apr 03:10
Picon

cvs.m17n.org will be closed on 2012-04-30.

Hi.  I'm an administrator of cvs.m17n.org.

Sorry if you see this mail twice.

cvs.m17n.org will be closed on 2012-04-30.
This is due to an organization restructuring of AIST.

Please backup the repositories if you need.
The data can be backupped by rsync.
See "Backup the Repository" section in http://cvs.m17n.org .

Commit info mail service will also closed.

Regards.
--

-- 
Tanaka Akira

TSUCHIYA Masatoshi | 2 Mar 09:51
Favicon

IMAP messages are disappeared when two Gnus accessing IMAP server

お久しぶりです,土屋です.

IMAP サーバとして dovecot を使っているのですが,

(1) ある端末 A でメールを読む.gnus は立ち上げたままにしておく

(2) 別の端末 B でメールを読むと,端末 A で新規に読んだメールが見えない.

(3) 元の端末 A に戻ると,最初に端末 A で読んだメールは見える.
    逆に,端末 B で新規に読んだメールが見えない.

というトラブルが頻発して困っています.再現条件が良く分からないので,解決
の糸口もつかめていません.どなたか同じように困っている人はいらっしゃらな
いでしょうか?

--

-- 
土屋 雅稔 ( TSUCHIYA Masatoshi )

Kohkichi Hosoda | 29 Jan 11:26
Picon

authinfoの設定

ものすごーく久しぶりにメールいたします..細田と申します.長文をお許しく
ださい.

職場の環境のせいで,メインのメーラーをthunderbirdとせざるをえず,ここ数年
間はほとんどgnusの設定を弄らないまま過ごしていました.最近,iPhoneのフィ
ルター機能のなさに嫌気がさして,転送してGmailのフィルターを使うようになり,
ふと,それなら,各種のメーラーを全部gnusに統合すれば良いかなと思い始めま
した.org-mode(便利ですねぇ)とも連携させられそうで,こりゃいいわと.

そこで,Emacsとgnusを最新版にしたところ,設定が古すぎるのか,色々と不都合
が出てきて,色々と弄って何とか動くようにはできました.しかし,いくつか疑
問があり,今回,こちらにお尋ねすることにしました.以下に,問題点を列挙し
ます.

1.mail-sourcesの設定
従来の設定は,以下の通りでした.

(setq mail-sources
      '((pop :server "hoge.hoge.ne.jp"
             :user "khosoda <at> venus.dti.ne.jp"
             :port "pop3"
             :password "secret")))	    

pw-from-authinfoなんてのも使ってたのですが,動かないですね.パスワードを
書くのが嫌で,ちょっと調べて現在の設定は,以下の通りです.

(setq auth-sources '("~/.authinfo.gpg"))
(setq auth-source-debug 'trivia)

(setq mail-sources
(Continue reading)

Katsumi Yamaoka | 22 Nov 01:02
X-Face
Favicon
Gravatar

mgnus

September, Red, Quassia, Pterodactyl, Oort, No の次の M で始まる
Gnus のコードネームを日本語の単語にしようという話:

http://news.gmane.org/group/gmane.emacs.devel/thread=145823

NAKAJI Hiroyuki | 4 Feb 09:54
Picon
Favicon

Gcc tip errors

中治です。

http://www.faqs.org/faqs/gnus-faq/section-29.html
にある、Kai GrossjohannとFrancisco Solsonaのコードを拝借して、送信メールの
保存場所を選んでいます。これはかなり便利です。

;;; Kai Grossjohann <grossjoh <at> charly.informatik.uni-dortmund.de> adds:
;; select group for Gcc
(defun kai-gnus-outgoing-message-group ()
  (cond ((and gnus-newsgroup-name
	      (stringp gnus-newsgroup-name)
	      (string-match "^nnml" gnus-newsgroup-name))
	 gnus-newsgroup-name)
	(t "nnml:kankyo-u.nakaji")))
;; toggle Gcc header (bind this to a key in message-mode)
(defun message-toggle-gcc ()
  (interactive)
  (save-excursion
    (save-restriction
      (let ((pmin (progn (beginning-of-buffer) (point)))
            (pmax (progn
                    (beginning-of-buffer)
                    (re-search-forward (concat "^" mail-header-separator
                                               "$"))
                    (beginning-of-line)
                    (point))))
        (beginning-of-buffer)
        (narrow-to-region pmin pmax)
        (if (re-search-forward "^gcc: .*" nil t)
            (progn
(Continue reading)

NAKAJI Hiroyuki | 18 Nov 06:18
Picon
Favicon

euc-jis-2004 ?

原因が Gnus なのか Emacs なのかわかりませんが、ひとまず、Gnus での対応を教
えてください。

昨日、引用を繰り返されたメールへの返信で

Content-Type: text/plain; charset="euc-jis-2004"

なんてものを発送してしまったのですが、送信時に iso-2022-jp あるいは
us-ascii に強制するにはどうすればよいでしょうか。euc-jis-2004 になったのを
添付します。

FreeBSD/amd64 9.0-CURRENT
User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (berkeley-unix)

の環境です。

なんとなく、引用元メールが utf-8 だと、charset が面白くなるように見えます。
--

-- 
NAKAJI Hiroyuki (中治 弘行)
Attachment (2229): application/octet-stream, 5652 bytes
TSUCHIYA Masatoshi | 15 Oct 14:34
Favicon

Error in nnmail-group-pathname with TRAMP

お久しぶりです,土屋です.

GNU Emacs 23.1 + No Gnus v0.11 という環境で,gnus-namazu を使おうとする
と,末尾に添付したようなエラーに遭遇しました.

本質的には (nnmail-group-pathname "nndraft:drafts" "/") というような呼び
方をすると,(file-directory-p "/nndraft:drafts") という呼び出しが発生し
て,TRAMP のファイル名ハンドラをキックしてしまうがエラーで失敗する,とい
う現象と思われます.

まず,最新の Gnus のソースコードを何処からダウンロードできるかから調査を
始めないといけない浦島太郎状態なのですが,最近の Gnus の状況を簡単に教え
て頂けないでしょうか? また,このエラーは TRAMP と Gnus の組合わせで簡単に
発生しそうな気がするのですが,最新のコードだと直っている現象なのでしょう
か?

--

-- 
土屋 雅稔 ( TSUCHIYA Masatoshi )

Debugger entered--Lisp error: (file-error "Process died")
  signal(file-error ("Process died"))
  tramp-error(["sshx" nil "nndraft" "drafts"] file-error "Process died")
  (中略)
  tramp-completion-run-real-handler(expand-file-name ("/nndraft:drafts" "/home/tsuchiya/"))
  tramp-completion-file-name-handler(expand-file-name "/nndraft:drafts" "/home/tsuchiya/")
  file-directory-p("/nndraft:drafts")
  (or nnmail-use-long-file-names (file-directory-p (concat dir group)))
  (if (or nnmail-use-long-file-names (file-directory-p ...)) (expand-file-name group dir)
(expand-file-name (nnheader-replace-chars-in-string group 46 47) dir))
  (file-name-as-directory (if (or nnmail-use-long-file-names ...) (expand-file-name group dir)
(Continue reading)

Cliff Price | 24 Jun 10:55

RE: [ANN] cvs.m17n.org will be replaced.

Dear Tanaka,

Thanks for your email, but at this point I have NOT actually received
your message because I have implemented a challenge-response based
anti-spam solution.  Before I can receive your message you must
respond as outlined below.

You will not have to do this again.

Visit the following URL and follow the simple instructions.  When
you do this I will receive the message you sent and ALL future
messages.

http://eprice.com:8081/?key=143cb866.4a41ea1d.6a19ccf6

If the above URL does not appear all on one line, copy and paste it
into your browser's address bar.

PLEASE NOTE: If you receive an error message when attempting to
visit the above URL, it is very likely that your network is not
allowing you to visit my confirmation page.  If this is the case,
contact your network administrator for help, or contact me by
telephone.

If you do not respond within 3 days, your message will be
DELETED and I will not be able to receive messages from you in the
future.

I apologize for this small one-time inconvenience, but I have been
forced to implement this challenge-response based anti-spam solution
(Continue reading)

Tanaka Akira | 24 Jun 05:55
Favicon

[ANN] cvs.m17n.org will be replaced.

Hi.  I'm the administrator of cvs.m17n.org.

Sorry if you receive this mail multiple times.

cvs.m17n.org will be replaced tomorrow.

2009-06-25 14:00 +09:00
2009-06-25 05:00 UTC

The IP address will be changed.

Old IP address: 211.14.6.126
New IP address: 163.220.2.65

So cvs access may have problem until old DNS information expired.
Please wait a while if you have a problem.

Regards.
--

-- 
Tanaka Akira

akr | 24 Jun 06:03

[ANN] cvs.m17n.org will be replaced.

Hi.  I'm the administrator of cvs.m17n.org.

Sorry if you receive this mail multiple times.

cvs.m17n.org will be replaced tomorrow.

2009-06-25 14:00 +09:00
2009-06-25 05:00 UTC

The IP address will be changed.

Old IP address: 211.14.6.126
New IP address: 163.220.2.65

So cvs access may have problem until old DNS information expired.
Please wait a while if you have a problem.

Regards.
--

-- 
Tanaka Akira

NAKAJI Hiroyuki | 10 Dec 14:06
Picon
Favicon

utf-8

中治@鳥取です。

CVS先端のEmacsとGnusの組み合わせで、この1ヶ月の間のどちらかの変更による
ものか、微妙な時期の組み合わせによるものかわかりませんが、送信メールがと
きどき

User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (berkeley-unix)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: base64

となって、受信者によっては読めない(読むのに面倒だ)と言われました。自分で
も、MHのshowコマンドで表示できないことがあるので、少々不便です。サンプル
を添付します。

「このように設定しておけばよいよ」というようなものはあるでしょうか?

;;; *mail* バッファで「[あ]-U:**- *mail* ...」となっているのも気がかりな
;;; んです。いつのまに、utf-8でメールを書いているのだろうか、と。
-- 
NAKAJI Hiroyuki (中治 弘行)
Picon Favicon
From: NAKAJI Hiroyuki <nakaji <at> jp.FreeBSD.org>
Subject: [FreeBSD98-testers 7662] mountroot failure because ad0 is not found
Date: 2008-12-08 00:39:15 GMT
(Continue reading)


Gmane