all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: VanL <van@scratch.space>
To: Alan Third <alan@idiocy.org>
Cc: 36302@debbugs.gnu.org
Subject: bug#36302: 26.2.90; two cursors appear in gnus article buffer
Date: Mon, 24 Jun 2019 20:17:29 +1000	[thread overview]
Message-ID: <72DAC768-9C71-4CE1-9DDC-E4738C250A16@scratch.space> (raw)
In-Reply-To: <20190622194606.GC57900@breton.holly.idiocy.org>


> On 23 Jun 2019, at 05:46, Alan Third <alan@idiocy.org> wrote:
> 
> On Thu, Jun 20, 2019 at 02:43:21PM +1000, VanL wrote:
>> 
>> See
>> 	https://imgur.com/a/41FQa9e
>> 
>> There are two slightly offred cursors at line position one separating
>> the paragraph text blocks 1, 2, and 3.
>> 
>> Expect to have only one slightly offred cursor at line two in the
>> article buffer.
> 
> I believe this is bug#32932.

I was bit by the bug again.  The second cursor appeared at the bottom of the article buffer window in gnus's gmane reader.  Re-positioning the cursor under my control had no effect on the second cursor.  Re-sizing the frame from 128x36 to 80x36 removed the second cursor.  I widen the frame to see more of the summary window's article titles and return to normal frame size to read the article window.  If there is a toggle to collapse the sender's name between the square brackets, more of the title string can fill the 80-columns in a normal frame size summary window.

--8<---------------cut here---------------start------------->8---
;;; frame sizing
;; ---
(defun x-frame-normal ()
  "sets the normal frame size"
  (interactive)
  (set-frame-size (selected-frame) 80 36))
(global-set-key (kbd "s-]") 'x-frame-normal)

;; ---
(defun x-frame-wide ()
  "sets the wide frame size"
  (interactive)
  (set-frame-size (selected-frame) 128 36))
(global-set-key (kbd "s-}") 'x-frame-wide)

--8<---------------cut here---------------end--------------->8---




  parent reply	other threads:[~2019-06-24 10:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-20  4:43 bug#36302: 26.2.90; two cursors appear in gnus article buffer VanL
2019-06-22 11:51 ` Lars Ingebrigtsen
2019-06-22 12:36   ` VanL
2019-06-22 19:46 ` Alan Third
2019-06-23 12:10   ` Lars Ingebrigtsen
2019-06-24 10:17   ` VanL [this message]
2019-06-24 10:44     ` VanL

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=72DAC768-9C71-4CE1-9DDC-E4738C250A16@scratch.space \
    --to=van@scratch.space \
    --cc=36302@debbugs.gnu.org \
    --cc=alan@idiocy.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.