~ubuntu-elisp/emacs/+git/master:elparized-core

Last commit made on 2018-03-10
Get this branch:
git clone -b elparized-core https://git.launchpad.net/~ubuntu-elisp/emacs/+git/master

Branch merges

Branch information

Name:
elparized-core
Repository:
lp:~ubuntu-elisp/emacs/+git/master

Recent commits

1775ea9... by Phillip Lord

Slim configure.ac, blitz rsync

239379f... by Phillip Lord

Add master branch support

f8be6d6... by Phillip Lord

Complete working version

570bdd3... by Phillip Lord

Delete directories

b5639eb... by Phillip Lord

More still

6e4ce1b... by Phillip Lord

Add elpa directory

05c8f82... by Phillip Lord

Initial checkin

1ac1905... by Eli Zaretskii

Fix display of TABs in hscrolled windows with line numbers

* src/dispextern.h (struct it): New members tab_offset and
line_number_produced_p.
* src/xdisp.c (display_line): Don't set row->x to a negative value
if line numbers are being displayed. (Bug#30582)
Reset the line_number_produced_p flag before laying out the glyph
row.
(x_produce_glyphs): Use the line_number_produced_p flag to decide
whether to offset the X coordinate due to line-number display.
Use the tab_offset member to restore the original TAB width for
alignment purposes.
(move_it_in_display_line_to): Don't produce line numbers when moving
in hscrolled window to the left of first_visible_x.
(maybe_produce_line_number): Set the line_number_produced_p flag.
(Bug#30584)
* src/term.c (produce_glyphs): Correct TAB width only when
line_number_produced_p flag is set.

4ad214f... by Glenn Morris

Condition em-cmpl's setting of pcomplete-suffix-list

* lisp/eshell/em-cmpl.el (eshell-cmpl-initialize):
Only set pcomplete-suffix-list if it is defined.

8921298... by Glenn Morris

Suppress some font-lock-fontify-buffer compiler warnings

* lisp/htmlfontify.el (hfy-force-fontification):
* lisp/progmodes/idlw-help.el (idlwave-help-fontify):
Suppress compiler warning from backwards compatibility branch.