unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: James Nguyen <ja.nguyen@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Alan Third <alan@idiocy.org>, 23755@debbugs.gnu.org
Subject: bug#23755: 25.0.95; Emacs 25.0.95 Line number is in fringe
Date: Thu, 16 Jun 2016 22:50:56 -0700	[thread overview]
Message-ID: <3D6F64ED-4325-495C-A733-74A60006943E@gmail.com> (raw)
In-Reply-To: <83h9ctcgec.fsf@gnu.org>

A combination of that package (smart-mode-line) and setting a box around the mode line is what does it.

  (defun j/make-modeline-taller ()
    "Make the mode line taller."
    (dolist (sym '(mode-line mode-line-inactive))
      (set-face-attribute
       sym nil
       :box `(:line-width 2 :color ,(face-attribute `,sym :background)))))

> On Jun 16, 2016, at 8:17 AM, Eli Zaretskii <eliz@gnu.org> wrote:
> 
> Ping!  Any news on this one?
> 
>> Date: Mon, 13 Jun 2016 16:48:39 +0300
>> From: Eli Zaretskii <eliz@gnu.org>
>> Cc: alan@idiocy.org, 23755@debbugs.gnu.org
>> 
>>> From: James Nguyen <ja.nguyen@gmail.com>
>>> Date: Sun, 12 Jun 2016 21:01:54 -0700
>>> Cc: Alan Third <alan@idiocy.org>, 23755@debbugs.gnu.org
>>> 
>>> I realize that the emacs -Q wouldn't be effective since the line number is in the middle of the mode line. With
>>> that package installed and used, the line number gets moved to the far left towards the left fringe.
>> 
>> I understand that some non-default settings are needed, but just
>> loading the package doesn't reproduce the problem on my system.  So we
>> would like a precise recipe, something like
>> 
>> emacs -Q
>> load package X
>> do something
>> do something else
>> observe the problem in the mode line
>> 
>> Can you come up with something like that?  It is important to reduce
>> the number of extra packages and "do something"s to the absolute
>> minimum, so that the problem could be more easily identified.
>> 
>> Thanks.
>> 
>> 
>> 
>> 






  parent reply	other threads:[~2016-06-17  5:50 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-12 17:19 bug#23755: 25.0.95; Emacs 25.0.95 Line number is in fringe ja.nguyen
2016-06-12 17:48 ` Eli Zaretskii
     [not found]   ` <6D7D3844-4E4A-4341-8F9C-DE18481480F5@gmail.com>
2016-06-12 19:53     ` Eli Zaretskii
2016-06-12 21:50       ` Alan Third
2016-06-12 22:03         ` James Nguyen
2016-06-13  4:00         ` Eli Zaretskii
2016-06-13  4:01           ` James Nguyen
2016-06-13 13:48             ` Eli Zaretskii
2016-06-16 15:17               ` Eli Zaretskii
2016-06-16 15:30                 ` James Nguyen
2016-06-17  5:50                 ` James Nguyen [this message]
2016-06-17  7:21                   ` Eli Zaretskii
2016-06-17 13:15                     ` James Nguyen
2016-06-17 17:41                     ` Alan Third
2016-06-17 17:48                       ` James Nguyen
2016-06-17 17:58                         ` Alan Third
2016-06-17 19:56                           ` James Nguyen
2016-06-17 20:16                             ` Eli Zaretskii
2016-06-17 23:17                               ` bug#23755: [PATCH] Move text line right when in box (bug#23755) Alan Third
2016-06-18  8:22                                 ` Eli Zaretskii
2016-06-26  0:34                                   ` Alan Third
2016-06-17 20:14                       ` bug#23755: 25.0.95; Emacs 25.0.95 Line number is in fringe Eli Zaretskii
2016-06-13  7:18           ` Alan Third
2016-06-13 13:50             ` Eli Zaretskii

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=3D6F64ED-4325-495C-A733-74A60006943E@gmail.com \
    --to=ja.nguyen@gmail.com \
    --cc=23755@debbugs.gnu.org \
    --cc=alan@idiocy.org \
    --cc=eliz@gnu.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 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).