emacs-devel
[Top][All Lists]
Advanced

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

Re: 24.2.90: Confusion in "Top" "nn%" and "Bot".


From: Juri Linkov
Subject: Re: 24.2.90: Confusion in "Top" "nn%" and "Bot".
Date: Sun, 02 Dec 2012 03:08:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)

> A simple fix is not to hide the last newline.  This is from the end of
> Info-fontify-node:
>
>       ;; Hide empty lines at the end of the node.
>       (goto-char (point-max))
>       (skip-chars-backward "\n")
>       (when (< (1+ (point)) (1- (point-max)))
>       (put-text-property (1+ (point)) (1- (point-max)) 'invisible t))
>
> where I decremented point-max in 2 last instances.

This will display 2 empty lines defeating the request of bug#12272.
I'll post another patch to bug#12272.



reply via email to

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