unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#41534: gnus-article-fill-long-lines uses some hardwired window width of 70 somehow?
@ 2020-05-26  0:37 積丹尼 Dan Jacobson
  2020-07-19  1:21 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: 積丹尼 Dan Jacobson @ 2020-05-26  0:37 UTC (permalink / raw)
  To: 41534

    gnus-article-fill-long-lines is an interactive Lisp function in
    ‘gnus-art.el’.

    (gnus-article-fill-long-lines &optional INTERACTIVE &rest ARGS)

    Fill lines that are wider than the window width.

Well it does more than just that. Take this article for instance:

---

Georgia Wells, *The Wall Street Journal*, 15 May 2020
Doctors Are Tweeting About Coronavirus to Make Facts Go Viral
https://www.wsj.com/articles/doctors-are-tweeting-about-coronavirus-to-make-facts-go-viral-11589558880

As dubious Covid-19 claims circulate online, UCSF's Dr. Bob Wachter and
others are taking to Twitter

SAN FRANCISCO -- Bob Wachter, the chairman of the department of medicine
at the University of California, San Francisco, has had a front-row seat
to the coronavirus pandemic.

Dr. Wachter's job, at least in part, is to keep the department's 3,000 or so faculty, trainees and staff current on developments in research, education and clinical care. But most days he sets aside at least two hours to keep another group informed: his Twitter followers.


---- Well it becomes

Georgia Wells, *The Wall Street Journal*, 15 May 2020
Doctors Are Tweeting About Coronavirus to Make Facts Go Viral
https://www.wsj.com/articles/doctors-are-tweeting-about-coronavirus-to-make-facts-go-viral-11589558880

As dubious Covid-19 claims circulate online, UCSF's Dr. Bob Wachter
and
others are taking to Twitter

SAN FRANCISCO -- Bob Wachter, the chairman of the department of
medicine
at the University of California, San Francisco, has had a front-row
seat
to the coronavirus pandemic.

Dr. Wachter's job, at least in part, is to keep the department's 3,000
or so faculty, trainees and staff current on developments in research,
education and clinical care. But most days he sets aside at least two
hours to keep another group informed: his Twitter followers.

---

(window-width (get-buffer-window (current-buffer)))
236
So why is it also acting on other lines?
Also C-u (INTERACTIVE) does nothing, as one sees in the code.

Anyway, https://www.jidanni.org/comp/configuration/ is what I use.

Gnus v5.13
GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.20)
 of 2020-05-17, modified by Debian





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#41534: gnus-article-fill-long-lines uses some hardwired window width of 70 somehow?
  2020-05-26  0:37 bug#41534: gnus-article-fill-long-lines uses some hardwired window width of 70 somehow? 積丹尼 Dan Jacobson
@ 2020-07-19  1:21 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2020-07-19  1:21 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 41534

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

>     gnus-article-fill-long-lines is an interactive Lisp function in
>     ‘gnus-art.el’.
>
>     (gnus-article-fill-long-lines &optional INTERACTIVE &rest ARGS)
>
>     Fill lines that are wider than the window width.
>
> Well it does more than just that. Take this article for instance:

Yes, it also respects the `fill-column' variable.  I've now fixed the
doc string in Emacs 28.

> (window-width (get-buffer-window (current-buffer)))
> 236
> So why is it also acting on other lines?
> Also C-u (INTERACTIVE) does nothing, as one sees in the code.

I'm not sure what `C-u' should do for that command?  It doesn't say that
it's doing anything...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-19  1:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-26  0:37 bug#41534: gnus-article-fill-long-lines uses some hardwired window width of 70 somehow? 積丹尼 Dan Jacobson
2020-07-19  1:21 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).