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

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

bug#58904: closed ([PATCH] Handle buffer streams that operate on lines,


From: GNU bug Tracking System
Subject: bug#58904: closed ([PATCH] Handle buffer streams that operate on lines, pages, etc.)
Date: Fri, 08 Sep 2023 07:47:03 +0000

Your message dated Fri, 08 Sep 2023 07:46:24 +0000
with message-id <874jk585v3.fsf@posteo.net>
and subject line Re: bug#58904: [PATCH] Handle buffer streams that operate on 
lines, pages, etc.
has caused the debbugs.gnu.org bug report #58904,
regarding [PATCH] Handle buffer streams that operate on lines, pages, etc.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58904: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58904
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Handle buffer streams that operate on lines, pages, etc. Date: Sun, 30 Oct 2022 21:30:44 +0000
Tags: patch

Tags: patch


The commentary for stream.el mentions that the following streams are
supported:

> ;; - buffers (by character)
> ;; - buffers (by line)
> ;; - buffers (by page)

But I couldn't find anything beyond charachter-streams.  The following
patch would implement that and more, by re-using thingatpt to define any
kind of stream one would want.

In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
 3.24.30, cairo version 1.16.0) of 2022-10-30 built on heron
Repository revision: 2a4f37fe520b4f18295cff6671f289a47c1578df
Repository branch: feature/package+vc
System Description: Guix System

Configured using:
 'configure --with-pgtk --with-imagemagick
 
PKG_CONFIG_PATH=/gnu/store/ssg343s6ldqdwh30136pnawhbgd0cb6i-profile/lib/pkgconfig:/gnu/store/ssg343s6ldqdwh30136pnawhbgd0cb6i-profile/share/pkgconfig'

Attachment: 0001-Handle-buffer-streams-that-operate-on-lines-pages-et.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#58904: [PATCH] Handle buffer streams that operate on lines, pages, etc. Date: Fri, 08 Sep 2023 07:46:24 +0000
Stefan Kangas <stefankangas@gmail.com> writes:

> Philip,
>
> Stefan Kangas <stefankangas@gmail.com> writes:
>
>> Philip Kaludercic <philipk@posteo.net> writes:
>>
>>> The commentary for stream.el mentions that the following streams are
>>> supported:
>
> (That's the `stream' package on GNU ELPA, to be clear.)
>
>>>> ;; - buffers (by character)
>>>> ;; - buffers (by line)
>>>> ;; - buffers (by page)
>>>
>>> But I couldn't find anything beyond charachter-streams.  The following
>>> patch would implement that and more, by re-using thingatpt to define any
>>> kind of stream one would want.
>>
>> Copying in Nicolas Petton, in case he has any comments.
>
> Nicolas didn't seem to have any comments, so please go ahead and install
> this if you think it makes sense.
>
> I guess you could also bump the version, if you think that makes sense.

Done and done.

>>> -;; Copyright (C) 2016-2020 Free Software Foundation, Inc.
>>> +;; Copyright (C) 2016-2020, 2022 Free Software Foundation, Inc.
>
> It's okay to write it like this: 2016-2023

That change was made by `copyright-update', but I have updated it
manually.

-- 
Philip Kaludercic


--- End Message ---

reply via email to

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