That is good, but it needs to say how to invoke the feature.
Index: etc/NEWS
===
RCS file: /cvsroot/emacs/emacs/etc/NEWS,v
retrieving revision 1.1263
diff -c -r1.1263 NEWS
*** etc/NEWS19 Oct 2005 03:56:07 - 1.1263
---
In principle, there is only one overlay-arrow-position variable,
and since its value is a marker, its value includes the buffer
in which it occurs.
This is how e.g. gdb can easily move the overlay arrow between buffers
-- just modify the global variable.
gdb could use a *gud* buf
Could you write a patch for etc/NEWS?
Index: etc/NEWS
===
RCS file: /cvsroot/emacs/emacs/etc/NEWS,v
retrieving revision 1.1263
diff -c -r1.1263 NEWS
*** etc/NEWS19 Oct 2005 03:56:07 - 1.1263
--- etc/NEWS19 Oct 20
I think you've always been able to make overlay-arrow-position buffer-local.
The problem arises when two arrows try to display in the _same_ buffer, then
the local value masks the global value. Perhaps this will never happen in
Gnus, but in case it does, a good way is to use overlay-ar
David Kastrup <[EMAIL PROTECTED]> writes:
> I think the basic entry points (and their aliases) at least should get
> autoload cookies.
What is the right way to do this given the way I conditionalized the
defalias:
(unless (fboundp 'irc)
;;;###autoload
(defalias 'irc 'rcirc))
I think that is p
I believe the variable `overlay-arrow-position' should
automatically become buffer-local whenever it is set.
It appears that Gnus fails to do this manually, instead
ending up setting the global value to a marker that refers
to the Gnus summary buffer, which doesn't make sense.
I think it's best if the packages keep their names when they get integrated,
unless the name poses a real problem (such as PCL-CVS's file names getting
collisions when reduced to 8+3 chars).
I do think that users should be able to start an irc session with M-x
irc. We can do that without
To install this, we need an item for etc/NEWS.
Would you please provide one?
Sure. How is this?
* New Modes and Packages in Emacs 22.1
** Rcirc is now part of the Emacs distribution.
Rcirc is an Internet relay chat (IRC) client.
It supports simultaneous connections t
[EMAIL PROTECTED] (Kim F. Storm) writes:
> I haven't looked closely at the code, but a few questions come to mind:
>
>> ;; rcirc is a lightweight irc client for Emacs
>
> A more elaborate "commentary" section in the code would be good.
> As a minimum it should explain:
>
> What is IRC?
> Does it w
feedback.
Ryan
;;; rcirc.el --- emacs irc client
;; Copyright (C) 2005 Ryan Yeske <[EMAIL PROTECTED]>
;; Author: Ryan Yeske
;; X-RCS: $Id: rcirc.el,v 1.259 2005/10/10 05:01:10 rcyeske Exp $
;; URL: http://www.nongnu.org/rcirc
;; Keywords: comm
;; This file is not currently part of GNU
"Richard M. Stallman" <[EMAIL PROTECTED]> writes:
> I'll send you a request form. Strange that the persons you discussed
> this with did not do so.
>
> The first step is to find out who all the authors are.
> I asked Karl Berry to guide Ryan through this.
I am the sole author.
I have su
Hello,
Some weeks ago I offered my irc client, rcirc.el, to the GNU Project.
Karl Berry replied to me that after discussion with some of the Emacs
developers rcirc should be integrated with the rest of Emacs.
What steps need to be taken to complete this process?
Thanks,
Ryan
_
12 matches
Mail list logo