* Displaying numbers in minibuffer
@ 2006-12-11 22:48 Katsumi Yamaoka
2006-12-20 13:19 ` Reiner Steib
0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 2006-12-11 22:48 UTC (permalink / raw)
Cc: ding
Hi,
Please disregard this message if you are in the middle of
developing the code. This change
--- gnus-sum.el:7.166 Thu Dec 7 06:50:20 2006
+++ gnus-sum.el Sun Dec 10 16:54:25 2006
@@ -6566,9 +6566,10 @@
;; possible valid number, or the second line from the top,
;; whichever is the least.
(let ((top-pos (save-excursion (forward-line (- top)) (point))))
+ (message "%s" top-pos)
makes Gnus show a number in the echo area whenever an article is
viewed. Isn't it for only debugging?
Regards,
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Displaying numbers in minibuffer
2006-12-11 22:48 Displaying numbers in minibuffer Katsumi Yamaoka
@ 2006-12-20 13:19 ` Reiner Steib
2010-08-31 15:53 ` Lars Magne Ingebrigtsen
0 siblings, 1 reply; 3+ messages in thread
From: Reiner Steib @ 2006-12-20 13:19 UTC (permalink / raw)
Cc: larsi, ding
On Mon, Dec 11 2006, Katsumi Yamaoka wrote:
> Please disregard this message if you are in the middle of
> developing the code. This change
>
> --- gnus-sum.el:7.166 Thu Dec 7 06:50:20 2006
> +++ gnus-sum.el Sun Dec 10 16:54:25 2006
> @@ -6566,9 +6566,10 @@
> ;; possible valid number, or the second line from the top,
> ;; whichever is the least.
> (let ((top-pos (save-excursion (forward-line (- top)) (point))))
> + (message "%s" top-pos)
>
> makes Gnus show a number in the echo area whenever an article is
> viewed. Isn't it for only debugging?
It's quite disturbing, so I'll remove it.
Furthermore, the new functions
`gnus-summary-limit-strange-charsets-predicate' and
`gnus-summary-limit-to-predicate' are not mentioned in ChangeLog and
the former has no doc-string (maybe it should have a different name?).
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Displaying numbers in minibuffer
2006-12-20 13:19 ` Reiner Steib
@ 2010-08-31 15:53 ` Lars Magne Ingebrigtsen
0 siblings, 0 replies; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-08-31 15:53 UTC (permalink / raw)
To: ding
Reiner Steib <reinersteib+gmane@imap.cc> writes:
> It's quite disturbing, so I'll remove it.
>
> Furthermore, the new functions
> `gnus-summary-limit-strange-charsets-predicate' and
> `gnus-summary-limit-to-predicate' are not mentioned in ChangeLog and
> the former has no doc-string (maybe it should have a different name?).
I wonder whether that was something I checked in by mistake...
--
(domestic pets only, the antidote for overdose, milk.)
larsi@gnus.org * Lars Magne Ingebrigtsen
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-08-31 15:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-11 22:48 Displaying numbers in minibuffer Katsumi Yamaoka
2006-12-20 13:19 ` Reiner Steib
2010-08-31 15:53 ` Lars Magne Ingebrigtsen
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 NNTP newsgroup(s).