all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dimitri Fontaine <dim@tapoueh.org>
To: Chong Yidong <cyd@stupidchicken.com>
Cc: Deniz Dogan <deniz@dogan.se>, emacs-devel@gnu.org
Subject: Re: Reminder about feature freeze
Date: Sun, 11 Sep 2011 20:22:08 +0200	[thread overview]
Message-ID: <m2y5xvey7j.fsf@tapoueh.org> (raw)
In-Reply-To: <874o1bj3oq.fsf@stupidchicken.com> (Chong Yidong's message of "Sat, 20 Aug 2011 15:14:29 -0400")


ping?

Chong Yidong <cyd@stupidchicken.com> writes:

> Dimitri Fontaine <dim@tapoueh.org> writes:
>
>> Allow to jump on your thread here. I have fixes for rcirc WHOIS
>> handling, and it's short enough not to require papers AFAIUI.
>>
>> (defun rcirc-handler-generic-whois (command process sender args text)
>>   "generic rcirc handler for WHOIS related commands"
>>   (let ((nick (cadr args))
>> 	(mesg (mapconcat 'identity (cddr args) " ")))
>>     (with-current-buffer (rcirc-get-buffer-create process nick)
>>       (rcirc-print process sender command nick mesg))))
>>
>> (defun rcirc-install-whois-handlers ()
>>   "Install rcirc-handler-XXX for WHOIS related protocol messages"
>>   (dolist (cmd '(311 312 313 317 318 319 330))
>>     (let ((name (intern (format "rcirc-handler-%d" cmd))))
>>       (fset name `(lambda (process sender args text)
>> 		   (rcirc-handler-generic-whois
>> 		    ,(number-to-string cmd) process sender args text))))))
>>
>> Currently rcirc is able to print a whois whenever you open a query to a
>> user, but not when a user opens a query to you — that open a new buffer
>> but it's quite impossible to have WHOIS printed here.  I call it a bug.
>
> Yes, this qualifies as a bug.  If either rcirc maintainer (Ryan or
> Deniz) agrees with this change, it can be committed.
>

-- 
dim



  reply	other threads:[~2011-09-11 18:22 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-28 15:12 Reminder about feature freeze Chong Yidong
2011-06-28 15:41 ` Juanma Barranquero
2011-06-30  2:42   ` Juanma Barranquero
2011-06-30 15:50     ` Chong Yidong
2011-06-30 16:25       ` Juanma Barranquero
2011-07-02  2:55       ` Jason Rumney
2011-07-03 17:08         ` Stefan Monnier
2011-06-28 15:54 ` Deniz Dogan
2011-06-28 16:16   ` Glenn Morris
2011-07-01  9:40 ` Bastien
2011-07-01 15:21   ` Chong Yidong
2011-07-01 16:47   ` Stefan Monnier
2011-07-04 10:30     ` Bastien
2011-07-04 14:13       ` martin rudalics
2011-07-05 10:12         ` Bastien
2011-07-01  9:43 ` Bastien
2011-07-01 16:46   ` Stefan Monnier
2011-07-04 10:33     ` Bastien
2011-07-04 16:00       ` Chong Yidong
2011-07-05 10:11         ` Bastien
2011-07-04 16:19       ` Stefan Monnier
2011-07-04 18:54         ` Richard Stallman
2011-07-04 18:54       ` Richard Stallman
2011-07-07 20:23     ` Bastien
2011-07-07 20:38       ` Glenn Morris
2011-07-08  9:42         ` Bastien
2011-07-18  3:54         ` Lars Magne Ingebrigtsen
2011-07-08  9:51     ` Bastien
2011-08-17 13:48 ` Deniz Dogan
2011-08-17 16:51   ` Dimitri Fontaine
2011-08-20 19:14     ` Chong Yidong
2011-09-11 18:22       ` Dimitri Fontaine [this message]
2011-09-17 13:58       ` Deniz Dogan
2011-09-17 19:45         ` Chong Yidong
2011-08-20 19:12   ` Chong Yidong
2011-08-22 19:06     ` Deniz Dogan
  -- strict thread matches above, loose matches on Subject: below --
2011-07-05 12:17 Andrey Paramonov
2011-07-05 13:15 ` Bastien
2011-07-05 14:25 ` Tassilo Horn
2011-07-05 21:05 ` Richard Stallman
2011-07-06 11:06 ` Richard Riley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2y5xvey7j.fsf@tapoueh.org \
    --to=dim@tapoueh.org \
    --cc=cyd@stupidchicken.com \
    --cc=deniz@dogan.se \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.