* bug#24345: 24.5; Text typed in a table.el table is invisible
@ 2016-08-31 6:41 prashant shevgaonkar
2016-09-02 19:57 ` Robert Cochran
0 siblings, 1 reply; 5+ messages in thread
From: prashant shevgaonkar @ 2016-08-31 6:41 UTC (permalink / raw)
To: 24345
[-- Attachment #1: Type: text/plain, Size: 3834 bytes --]
Features:
I created table.el table with Alt-x table-insert. Any text entered in
the table is invisible. The cursor moves forward but the text is not
seen. The problem occurs with or without org-mode.
This does not happen on an earlier versio of Emacs I use on another
machine, viz. Emacs 24.4.1, GTK+ version 3.14.9 of 2015-03-21
In GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.13)
of 2015-11-19 on pslen
Windowing system distributor `The X.Org Foundation', version 11.0.11701000
System Description: Ubuntu 15.04
Important settings:
value of $LANG: en_IN
value of $XMODIFIERS: @im=ibus
locale-coding-system: iso-latin-1-unix
Major mode: Org
Minor modes in effect:
shell-dirtrack-mode: t
tooltip-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Recent messages:
Debug (ox-odt): Searching for OpenDocument schema files...
Debug (ox-odt): Trying /usr/local/share/emacs/24.5/etc/schema/...
Debug (ox-odt): No OpenDocument schema files installed
`epa-file' already enabled
For information about GNU Emacs and the GNU system, type C-h C-a.
Mark saved where search started
Recognizing tables...done
Mark set
C-x w is undefined [2 times]
Recognizing tables...done
Load-path shadows:
None found.
(shadow sort mail-extr emacsbug message rfc822 mml mml-sec mm-decode
mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader
sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils
thingatpt rect tabify table org-table misearch multi-isearch org-rmail
org-mhe org-irc org-info org-gnus gnus-util org-docview doc-view
jka-compr image-mode dired org-bibtex bibtex org-bbdb org-w3m web-mode
advice help-fns cl-macs edmacro kmacro disp-table org-crypt epa-file epa
derived epg ox-odt rng-loc rng-uri rng-parse rng-match rng-dt rng-util
rng-pttrn nxml-parse nxml-ns nxml-enc xmltok nxml-util ox-beamer
ox-latex ox-icalendar ox-html ox-ascii ox-publish ox org-element
ob-python ob-asymptote ob-perl ob-matlab ob-octave ob-sh shell
ob-gnuplot ob-calc calc-store calc-trail calc-ext calc calc-loaddefs
calc-macs ob-ditaa org org-macro org-footnote org-pcomplete pcomplete
org-list org-faces org-entities noutline outline easy-mmode org-version
ob-emacs-lisp ob ob-tangle ob-ref ob-lob ob-table ob-exp org-src ob-keys
ob-comint comint ansi-color ring ob-core ob-eval org-compat org-macs
org-loaddefs format-spec find-func cal-menu easymenu calendar
cal-loaddefs cl gv cl-loaddefs cl-lib package epg-config time-date
tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel
x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list
newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai
tai-viet lao korean japanese hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help
simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp
files text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
dbusbind gfilenotify dynamic-setting system-font-setting
font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs)
Memory information:
((conses 16 252129 15942)
(symbols 48 32943 0)
(miscs 40 1062 996)
(strings 32 58791 7425)
(string-bytes 1 1690448)
(vectors 16 23082)
(vector-slots 8 532319 10840)
(floats 8 136 491)
(intervals 56 1828 245)
(buffers 960 18)
(heap 1024 44849 2604))
[-- Attachment #2: Type: text/html, Size: 4947 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#24345: 24.5; Text typed in a table.el table is invisible
2016-08-31 6:41 bug#24345: 24.5; Text typed in a table.el table is invisible prashant shevgaonkar
@ 2016-09-02 19:57 ` Robert Cochran
2016-09-03 0:50 ` npostavs
0 siblings, 1 reply; 5+ messages in thread
From: Robert Cochran @ 2016-09-02 19:57 UTC (permalink / raw)
To: prashant shevgaonkar; +Cc: 24345
Using a fairly recent git revision (caa2770d1d7), the text has a visible
delay (which is a problem of itself IMO), but does end up getting there.
Perhaps the issue has already been fixed in later versions of Emacs?
--
~Robert Cochran
GPG Fingerprint - E778 2DD4 FEA6 6A68 6F26 AD2D E5C3 EB36 4886 8871
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#24345: 24.5; Text typed in a table.el table is invisible
2016-09-02 19:57 ` Robert Cochran
@ 2016-09-03 0:50 ` npostavs
2016-09-03 21:59 ` Robert Cochran
2017-03-26 3:55 ` npostavs
0 siblings, 2 replies; 5+ messages in thread
From: npostavs @ 2016-09-03 0:50 UTC (permalink / raw)
To: Robert Cochran; +Cc: 24345, prashant shevgaonkar
tags 24345 unreproducible
quit
Robert Cochran <robert-emacs@cochranmail.com> writes:
> Using a fairly recent git revision (caa2770d1d7), the text has a visible
> delay (which is a problem of itself IMO), but does end up getting there.
>
> Perhaps the issue has already been fixed in later versions of Emacs?
I see the same in Emacs 24.5. I use lucid, not GTK like the OP though
(not sure if it's relevant).
In GNU Emacs 24.5.2 (x86_64-unknown-linux-gnu, X toolkit)
of 2016-07-10 on zony
Windowing system distributor `The X.Org Foundation', version 11.0.11804000
Configured using:
`configure --cache-file=../debug-config.cache 'CFLAGS=-O0 -g3
-march=native' --enable-checking MAKEINFO=makeinfo-4.13a
--with-x-toolkit=lucid --without-toolkit-scroll-bars --with-gif=no
--with-jpeg=no'
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#24345: 24.5; Text typed in a table.el table is invisible
2016-09-03 0:50 ` npostavs
@ 2016-09-03 21:59 ` Robert Cochran
2017-03-26 3:55 ` npostavs
1 sibling, 0 replies; 5+ messages in thread
From: Robert Cochran @ 2016-09-03 21:59 UTC (permalink / raw)
To: npostavs; +Cc: 24345, prashant shevgaonkar
npostavs@users.sourceforge.net writes:
>> Using a fairly recent git revision (caa2770d1d7), the text has a visible
>> delay (which is a problem of itself IMO), but does end up getting there.
>>
>> Perhaps the issue has already been fixed in later versions of Emacs?
>
> I see the same in Emacs 24.5. I use lucid, not GTK like the OP though
> (not sure if it's relevant).
I simply started `./src/emacs -Q -nw` in a tty. I also did it in my main
Emacs daemon (I don't remember what revision it was, as I've pulled and
rebuilt since I tested), and it did the same thing. My local Emacs is
also using the Lucid toolkit.
I'm going to lean toward not relevant, as I get the same results with or
without a graphical frame.
--
~Robert Cochran
GPG Fingerprint - E778 2DD4 FEA6 6A68 6F26 AD2D E5C3 EB36 4886 8871
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#24345: 24.5; Text typed in a table.el table is invisible
2016-09-03 0:50 ` npostavs
2016-09-03 21:59 ` Robert Cochran
@ 2017-03-26 3:55 ` npostavs
1 sibling, 0 replies; 5+ messages in thread
From: npostavs @ 2017-03-26 3:55 UTC (permalink / raw)
To: Robert Cochran; +Cc: 24345, prashant shevgaonkar
close 24345
quit
npostavs@users.sourceforge.net writes:
> Robert Cochran <robert-emacs@cochranmail.com> writes:
>
>> Using a fairly recent git revision (caa2770d1d7), the text has a visible
>> delay (which is a problem of itself IMO), but does end up getting there.
>>
>> Perhaps the issue has already been fixed in later versions of Emacs?
>
> I see the same in Emacs 24.5. I use lucid, not GTK like the OP though
> (not sure if it's relevant).
I have a GTK build now, still don't see it, closing.
In GNU Emacs 26.0.50 (build 35, x86_64-unknown-linux-gnu, GTK+ Version 3.22.7)
of 2017-03-25 built on zony
Repository revision: ea7ba1dcdf40ad580bb9c7bd2ff554c951d84f6e
Windowing system distributor 'The X.Org Foundation', version 11.0.11901000
Configured using:
'configure --cache-file=../debug-config.cache 'CFLAGS=-O0 -g3
-march=native' --enable-checking=yes,glyphs
--enable-check-lisp-object-type MAKEINFO=makeinfo-4.13a
--with-x-toolkit=gtk --without-toolkit-scroll-bars --with-gif=no
--with-jpeg=no'
>
> In GNU Emacs 24.5.2 (x86_64-unknown-linux-gnu, X toolkit)
> of 2016-07-10 on zony
> Windowing system distributor `The X.Org Foundation', version 11.0.11804000
> Configured using:
> `configure --cache-file=../debug-config.cache 'CFLAGS=-O0 -g3
> -march=native' --enable-checking MAKEINFO=makeinfo-4.13a
> --with-x-toolkit=lucid --without-toolkit-scroll-bars --with-gif=no
> --with-jpeg=no'
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-03-26 3:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-31 6:41 bug#24345: 24.5; Text typed in a table.el table is invisible prashant shevgaonkar
2016-09-02 19:57 ` Robert Cochran
2016-09-03 0:50 ` npostavs
2016-09-03 21:59 ` Robert Cochran
2017-03-26 3:55 ` npostavs
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).