Takashi Hiromatsu | 1 Jul 2007 01:48
Picon

NTEmacs JP Project

各位

この程、sourceforge.jp 内に、NTEmacs JP project を立ち上げ、活動していく事
になりました。

目的は

    IME patch + 半透明 patch を当てた、バイナリを配布し、日本のユーザーへの
    利便を図る

    unicode-2 ブランチへの IME patch の取り込みを計画されている、こばやしさ
    んへの、フィードバックを行い、開発を支援する。

    その他、NTEmacs 関連の情報交換&開発、成果の本家への還元

等々です。

未だ、プロジェクトのホームページ等は未整備ですが、取り敢えず、バイナリへの
入り口と、メーリングリストは、立ち上げました。

バイナリへの入り口
    http://ntemacsjp.sourceforge.jp/matsuan/index.html

メーリングリスト
    http://lists.sourceforge.jp/mailman/listinfo/ntemacsjp-users

NTEmacs に興味を持って居られる皆様の、ご参加を歓迎いたします。

廣松

(Continue reading)

Takashi Hiromatsu | 1 Jul 2007 03:37
Picon

[emacs-w3m:09516] Re: NTEmacs JP Project

> この程、sourceforge.jp 内に、NTEmacs JP project を立ち上げ、活動していく事
> になりました。
[....]
> メーリングリスト
>     http://lists.sourceforge.jp/mailman/listinfo/ntemacsjp-users

sb-sourceforge-jp に、ntemacsjp-users を追加してみました。取り込んでいただ
けると有難いです。

廣松

Attachment (sb-sourceforge-jp.diff): application/octet-stream, 512 bytes

Leo | 1 Jul 2007 22:32
Face
Picon
Gravatar

[emacs-w3m:09517] Google Error

Sometimes I run into this:

,----
| Google  Error                                                                            
| 
|     We're sorry...
|    
|     ... but your query looks similar to automated requests from a
|     computer virus or spyware application. To protect our users, we
|     can't process your request right now.
|    
|     We'll restore your access as quickly as possible, so try again
|     soon. In the meantime, if you suspect that your computer or
|     network has been infected, you might want to run a virus checker
|     or spyware remover to make sure that your systems are free of
|     viruses and other spurious software.
|    
|     We apologize for the inconvenience, and hope we'll see you again
|     on Google.
`----

It happened when I was searching "mail madness".

HTH,
--

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

Katsumi Yamaoka | 2 Jul 2007 00:37
X-Face
Favicon
Gravatar

[emacs-w3m:09518] Re: Google Error

>>>>> In [emacs-w3m : No.09517] Leo wrote:

> Sometimes I run into this:

> ,----
>| Google  Error
>|
>|     We're sorry...
[...]
> `----

> It happened when I was searching "mail madness".

I've ever seen it, too.  Only Google knows what Google intends.

Katsumi Yamaoka | 2 Jul 2007 00:57
X-Face
Favicon
Gravatar

[emacs-w3m:09519] Re: nifty web forum終了

>>>>> In [emacs-w3m : No.09513] 吉田さん wrote:

> 2年程前にsb-nifty-forum.elを投稿させていただいたのですが、niftyのフォー
> ラムサービスが昨日で完全に終了してしまったため、適当なタイミングで、
> sb-nifty-forum.elの削除をお願いします。

はい、CVS 幹で消しました。ご連絡ありがとうございます。
(すでに 210円/月のアカウントは返上してしまいましたが、telnet の
 裏技を実験する格好の材料でした。)
 -- 
山岡

Katsumi Yamaoka | 2 Jul 2007 01:07
X-Face
Favicon
Gravatar

[emacs-w3m:09520] Re: NTEmacs JP Project

>>>>> In [emacs-w3m : No.09516] 廣松さん wrote:

> sb-sourceforge-jp に、ntemacsjp-users を追加してみました。取り込んでいただ
> けると有難いです。

はい、macemacsjp-dev を消して ntemacsjp-users を追加しました。
--

-- 
山岡

Katsumi Yamaoka | 2 Jul 2007 04:22
X-Face
Favicon
Gravatar

[emacs-w3m:09521] Re: kill-ring-save and w3m-buffer

>>>>> In [emacs-w3m : No.09514] Andreas Röhler wrote:

> Location: http://www.gnu.org/
> Skip to content | Skip to navigation | Skip to search

[...]

> If the same is done with mouse, dragging from the
> beginning to the end, keeping left mouse pressed, text
> is highlighted and already in kill-ring too.

> However, if I do then a "M-x w" (`kill-ring-save'), I
> get an error:

=> The mark is not active now

I've fixed it in the emacs-w3m CVS trunk.  Thanks for reporting.
The mark is normally deactivated when a Lisp function is executed,
though there are many exceptions.  In that case, the function that
makes a help-echo string is executed while dragging the mouse
because of the links.  I've made that function bind the variable
`deactivate-mark' to nil.

(For the moment I don't know how to fix it in XEmacs as well.)

Regards,

Andreas Röhler | 2 Jul 2007 10:39
Picon

[emacs-w3m:09522] Re: kill-ring-save and w3m-buffer

Am Montag, 2. Juli 2007 04:22 schrieb Katsumi Yamaoka:
> >>>>> In [emacs-w3m : No.09514] Andreas Röhler wrote:
> >
> > Location: http://www.gnu.org/
> > Skip to content | Skip to navigation | Skip to search
>
> [...]
>
> > If the same is done with mouse, dragging from the
> > beginning to the end, keeping left mouse pressed, text
> > is highlighted and already in kill-ring too.
> >
> > However, if I do then a "M-x w" (`kill-ring-save'), I
> > get an error:
>
> => The mark is not active now
>
> I've fixed it in the emacs-w3m CVS trunk.  Thanks for reporting.
> The mark is normally deactivated when a Lisp function is executed,
> though there are many exceptions.  In that case, the function that
> makes a help-echo string is executed while dragging the mouse
> because of the links.  I've made that function bind the variable
> `deactivate-mark' to nil.
>
> (For the moment I don't know how to fix it in XEmacs as well.)
>
> Regards,

Thanks.

(Continue reading)

Katsumi Yamaoka | 2 Jul 2007 10:48
X-Face
Favicon
Gravatar

[emacs-w3m:09523] Re: kill-ring-save and w3m-buffer

>>>>> In [emacs-w3m : No.09522] Andreas Röhler wrote:

> However, with cvs from this morning error isn't gone.
> Administered everything in w3m.el to edebug:

It's not a good idea.  In particular, some functions that run
asynchronously will not work with edebug.

BTW, I forgot to ask you the version of Emacs you use.  What's
that?  I've tested the new code with Emacs 21.1 through 23.0.0
and confirmed they all work as expected.

Katsumi Yamaoka | 2 Jul 2007 11:07
X-Face
Favicon
Gravatar

[emacs-w3m:09524] Re: kill-ring-save and w3m-buffer

>>>>> In [emacs-w3m : No.09523] Katsumi Yamaoka wrote:

> BTW, I forgot to ask you the version of Emacs you use.  What's
> that?  I've tested the new code with Emacs 21.1 through 23.0.0
> and confirmed they all work as expected.

In addition, try evaluating the following Lisp snippet at the
position in which there is a link (e.g., the ``Skip to content''
button of the http://www.gnu.org/ page).

(get-text-property (point) 'help-echo)

If you see the letters `deactivate-mark' in the result, you
certainly use the latest emacs-w3m.


Gmane