bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6082: [PATCH] rcirc: rcirc-browse-url: Use only URLs before point an


From: Deniz Dogan
Subject: bug#6082: [PATCH] rcirc: rcirc-browse-url: Use only URLs before point and exclude consecutive duplicate URLs
Date: Mon, 3 May 2010 01:09:24 +0200

Attached is a patch which does the following:

Modifies rcirc-browse-url to only complete to buffers that are before
point in the current buffer. To accomplish this, the structure of
rcirc-urls has changed from being just a list of strings to a list of
strings and buffer positions.

Modifies rcirc-markup-urls to conform to the new structure of
rcirc-urls and so that any URL that is already the latest recognized
URL is not added to the list of URLs. This prevents "consecutive
duplicate URLs" from being stored.

Attachment: rcirc-browse-url-deniz-dogan.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]