unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#17046: 24.3.50; On startup emacs frame has no minibuffer or windows decorations
@ 2014-03-20  9:08 Robert Marshall
  2014-03-20  9:52 ` martin rudalics
  2014-03-20 12:24 ` Juanma Barranquero
  0 siblings, 2 replies; 135+ messages in thread
From: Robert Marshall @ 2014-03-20  9:08 UTC (permalink / raw)
  To: 17046

On starting emacs with desktop enabled the frame appears normal until
loading is complete when the window title/ iconize button etc disappears
together with the minibuffer. I have a screenshot of the frame (if
needed for clarity)

Commenting out these lines in .emacs gets rid of the problem

(desktop-save-mode 1)
(add-to-list 'desktop-globals-to-save 'compile-command)
(add-to-list 'desktop-globals-to-save 'compile-history)

though there's rather a lot of buffers created when those lines are
present!

If I create another frame that appears normal.

initial-frame-alist ;; is set to
((menu-bar-lines . 1) (background-color . "mint cream") (width . 120) (foreground-color . "DarkOrchid1") (font . "Inconsolata-12") (alpha . 90))

default-frame-alist ;; is set to 
((menu-bar-lines . 1) (background-color . "mint cream") (foreground-color . "DarkOrchid1") (font . "Inconsolata-12") (width . 80) (alpha . 90))

I did a build from bzr which produced this problem my previous build
(Dec 23rd 2013) didn't have this issue

In GNU Emacs 24.3.50.2 (i686-pc-linux-gnu, GTK+ Version 3.8.6)
 of 2014-03-14 on poulenc
Repository revision: 116756 rudalics@gmx.at-20140314103846-ytcz7b30ocmzo8jh
Windowing system distributor `The X.Org Foundation', version 11.0.11405000
System Description:	Ubuntu 13.10

Important settings:
  value of $LANG: en_GB.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Emacs-Lisp

Minor modes in effect:
  diff-auto-refine-mode: t
  shell-dirtrack-mode: t
  which-function-mode: t
  global-hi-lock-mode: t
  hi-lock-mode: t
  desktop-save-mode: t
  recentf-mode: t
  show-paren-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 input:
<select-window> <help-echo> <select-window> <help-echo> 
C-x 5 2 <switch-frame> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <menu-bar> <help-menu> <se
nd-emacs-bug-report>

Recent messages:
Indentation variables are now local.
Indentation setup for shell type sh
Parsing archive file...done.
Mark set [2 times]
Setting up indent for shell type sh
Indentation variables are now local.
Indentation setup for shell type sh
Wrote /home/robert/.emacs.desktop.lock
Desktop: 1 frame, 265 buffers restored.
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow sort mail-extr warnings emacsbug message cl-macs gv rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mailabbrev gmm-utils mailheader
sendmail mail-utils arc-mode archive-mode make-mode autorevert
filenotify score-mode tar-mode vc-bzr js thingatpt diff-mode nxml-uchnm
rng-xsd xsd-regexp rng-cmpct rng-nxml rng-valid rng-loc rng-uri
rng-parse nxml-parse rng-match rng-dt rng-util rng-pttrn nxml-ns
nxml-mode nxml-outln nxml-rap nxml-util nxml-glyph nxml-enc xmltok
vc-cvs texinfo dired-aux vc-svn perl-mode gud nroff-mode org-element
org-rmail org-mhe org-irc org-info org-gnus org-docview doc-view
jka-compr image-mode org-bibtex bibtex org-bbdb org-w3m org org-macro
org-footnote org-pcomplete org-list org-faces org-entities noutline
outline easy-mmode org-version ob-emacs-lisp ob ob-tangle org-src ob-ref
ob-lob ob-table ob-keys ob-exp ob-comint ob-core ob-eval org-compat
org-macs org-loaddefs format-spec find-func flyspell ispell tex-mode
compile shell pcomplete sgml-mode info sh-script smie executable vc-dir
ewoc vc vc-dispatcher vc-git which-func imenu cc-langs cc-mode cc-fonts
cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs
dired-x dired python comint ring ansi-color twittering-mode advice
identica-mode json url-http tls url-auth mail-parse rfc2231 rfc2047
rfc2045 ietf-drums url-gw url url-proxy url-privacy url-expand
url-methods url-history url-cookie url-domsuf url-util url-parse
auth-source eieio byte-opt bytecomp byte-compile cconv eieio-core
gnus-util mm-util help-fns mail-prsvr password-cache url-vars mailcap
longlines parse-time xml cl solar cal-dst cal-bahai cal-hebrew
cal-julian holidays hol-loaddefs diary-lib diary-loaddefs cal-menu
calendar cal-loaddefs server tbemail org-install hi-lock desktop
frameset recentf tree-widget wid-edit cl-loaddefs cl-lib easymenu paren
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)






^ permalink raw reply	[flat|nested] 135+ messages in thread

end of thread, other threads:[~2014-03-27 15:06 UTC | newest]

Thread overview: 135+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-20  9:08 bug#17046: 24.3.50; On startup emacs frame has no minibuffer or windows decorations Robert Marshall
2014-03-20  9:52 ` martin rudalics
2014-03-20 12:22   ` Robert Marshall
2014-03-20 13:08     ` martin rudalics
2014-03-20 14:28       ` Robert Marshall
2014-03-20 19:23         ` martin rudalics
2014-03-20 20:25           ` Robert Marshall
2014-03-20 20:37             ` Juanma Barranquero
2014-03-20 20:51               ` Robert Marshall
2014-03-20 20:59                 ` Juanma Barranquero
2014-03-21  8:02               ` martin rudalics
2014-03-21  8:03             ` martin rudalics
     [not found]               ` <21292.6903.499178.348@capuchin.co.uk>
2014-03-21 15:07                 ` martin rudalics
2014-03-21 16:53                   ` Robert Marshall
2014-03-21 17:42                     ` martin rudalics
2014-03-22  1:53                       ` Juanma Barranquero
2014-03-22  9:40                         ` martin rudalics
2014-03-22 11:35                           ` Robert Marshall
2014-03-22 13:44                             ` martin rudalics
2014-03-22 14:02                               ` Juanma Barranquero
2014-03-22 14:20                                 ` martin rudalics
2014-03-22 14:33                                   ` Juanma Barranquero
2014-03-22 15:20                                     ` martin rudalics
2014-03-22 15:26                                       ` Juanma Barranquero
2014-03-22 15:33                                         ` martin rudalics
2014-03-22 16:28                                           ` Robert Marshall
2014-03-22 16:38                                             ` Juanma Barranquero
2014-03-22 17:00                                               ` Robert Marshall
2014-03-22 17:34                                                 ` Juanma Barranquero
2014-03-22 18:36                                               ` Robert Marshall
2014-03-22 19:09                                                 ` Juanma Barranquero
2014-03-22 19:18                                                 ` martin rudalics
2014-03-22 19:22                                                   ` Juanma Barranquero
2014-03-22 18:43                                             ` martin rudalics
2014-03-22 19:17                                               ` Juanma Barranquero
2014-03-22 19:34                                                 ` martin rudalics
2014-03-22 20:17                                                   ` Robert Marshall
2014-03-22 21:17                                                     ` Juanma Barranquero
2014-03-22 21:35                                                       ` martin rudalics
2014-03-22 21:35                                                     ` martin rudalics
2014-03-22 21:42                                                       ` Juanma Barranquero
2014-03-22 22:16                                                         ` Robert Marshall
2014-03-23 10:11                                                           ` martin rudalics
2014-03-23 11:14                                                             ` Robert Marshall
2014-03-23 11:39                                                               ` martin rudalics
2014-03-23 12:13                                                                 ` Robert Marshall
2014-03-23 13:39                                                                 ` Robert Marshall
2014-03-23 13:51                                                                   ` martin rudalics
2014-03-23 14:11                                                                     ` martin rudalics
2014-03-23 14:30                                                                     ` Robert Marshall
2014-03-23 14:55                                                                       ` martin rudalics
2014-03-23 15:03                                                                         ` martin rudalics
2014-03-23 15:34                                                                           ` Robert Marshall
2014-03-23 15:17                                                                         ` Robert Marshall
2014-03-23 15:28                                                                           ` martin rudalics
2014-03-23 16:10                                                                             ` Robert Marshall
2014-03-23 16:37                                                                               ` Juanma Barranquero
2014-03-23 16:57                                                                                 ` martin rudalics
2014-03-23 17:19                                                                                   ` martin rudalics
2014-03-23 17:07                                                                                 ` Robert Marshall
2014-03-23 16:50                                                                               ` martin rudalics
2014-03-23 17:11                                                                                 ` Robert Marshall
2014-03-23 17:28                                                                                   ` martin rudalics
2014-03-23 17:43                                                                                     ` Robert Marshall
2014-03-23 18:09                                                                                       ` martin rudalics
2014-03-23 19:06                                                                                         ` Robert Marshall
2014-03-23 19:11                                                                                       ` Juanma Barranquero
2014-03-23 19:32                                                                                         ` Robert Marshall
2014-03-23 20:17                                                                                           ` Juanma Barranquero
2014-03-23 21:01                                                                                             ` Robert Marshall
2014-03-23 21:08                                                                                               ` Juanma Barranquero
2014-03-23 21:17                                                                                           ` Juanma Barranquero
2014-03-23 21:35                                                                                             ` Robert Marshall
2014-03-24  0:13                                                                                               ` Juanma Barranquero
2014-03-24  8:09                                                                                                 ` Robert Marshall
2014-03-24 11:32                                                                                                   ` Juanma Barranquero
2014-03-24 11:36                                                                                                     ` Juanma Barranquero
2014-03-24 12:03                                                                                                       ` Robert Marshall
2014-03-24 12:56                                                                                                         ` Juanma Barranquero
2014-03-24 13:23                                                                                                           ` Robert Marshall
2014-03-24 14:57                                                                                                             ` Juanma Barranquero
2014-03-24 15:22                                                                                                               ` Robert Marshall
2014-03-24 15:41                                                                                                                 ` Juanma Barranquero
2014-03-24 16:09                                                                                                                   ` Robert Marshall
2014-03-24 16:16                                                                                                                     ` Juanma Barranquero
2014-03-24 17:13                                                                                                                       ` Robert Marshall
2014-03-24 17:24                                                                                                                         ` Juanma Barranquero
2014-03-24 18:48                                                                                                                           ` Robert Marshall
     [not found]                                                                                                                             ` <CAAeL0SQ=mwj+FAf_vR8F5-9bdFw0FcejGFvfNKAAPNwZHZruHw@mail.gmail.com>
2014-03-24 21:33                                                                                                                               ` Robert Marshall
2014-03-24 21:52                                                                                                                                 ` Juanma Barranquero
2014-03-24 22:43                                                                                                                                   ` Robert Marshall
2014-03-24 23:37                                                                                                                                     ` Juanma Barranquero
2014-03-25  7:12                                                                                                                                       ` Robert Marshall
2014-03-25 10:40                                                                                                                                         ` Juanma Barranquero
2014-03-25 11:09                                                                                                                                           ` Robert Marshall
2014-03-25 12:32                                                                                                                                             ` Juanma Barranquero
2014-03-25 14:57                                                                                                                                               ` martin rudalics
2014-03-25 15:48                                                                                                                                                 ` Eli Zaretskii
2014-03-26 16:34                                                                                                                                                   ` Juanma Barranquero
2014-03-26 17:08                                                                                                                                                     ` Robert Marshall
2014-03-26 17:15                                                                                                                                                       ` Juanma Barranquero
2014-03-26 17:29                                                                                                                                                         ` Robert Marshall
2014-03-26 17:54                                                                                                                                                         ` Eli Zaretskii
2014-03-26 18:19                                                                                                                                                           ` Juanma Barranquero
2014-03-26 19:14                                                                                                                                                             ` Robert Marshall
2014-03-26 20:18                                                                                                                                                               ` Juanma Barranquero
2014-03-26 22:58                                                                                                                                                                 ` Robert Marshall
2014-03-26 23:00                                                                                                                                                                   ` Juanma Barranquero
2014-03-27  0:59                                                                                                                                                                   ` Juanma Barranquero
2014-03-27  7:15                                                                                                                                                                     ` Robert Marshall
2014-03-26 23:05                                                                                                                                                             ` Juanma Barranquero
2014-03-27 15:06                                                                                                                                                               ` Juanma Barranquero
2014-03-22 22:10                                                       ` Robert Marshall
2014-03-22 22:14                                                         ` Juanma Barranquero
2014-03-22 16:56                         ` Robert Marshall
2014-03-22 17:39                           ` Juanma Barranquero
2014-03-23 16:07               ` Robert Marshall
2014-03-20 12:24 ` Juanma Barranquero
2014-03-20 12:57   ` Robert Marshall
2014-03-20 14:02     ` Juanma Barranquero
2014-03-20 16:32       ` Robert Marshall
2014-03-20 16:54         ` Juanma Barranquero
2014-03-20 19:24           ` martin rudalics
2014-03-20 20:23             ` Juanma Barranquero
2014-03-21  8:02               ` martin rudalics
2014-03-21 16:18                 ` Juanma Barranquero
2014-03-22  9:39                   ` martin rudalics
2014-03-22 11:43                     ` Juanma Barranquero
2014-03-22 13:45                       ` martin rudalics
2014-03-22 14:04                         ` Juanma Barranquero
2014-03-22 14:21                           ` martin rudalics
2014-03-22 14:27                         ` Eli Zaretskii
2014-03-22 15:21                           ` martin rudalics
2014-03-22 14:39                     ` Stefan
2014-03-22 15:21                       ` martin rudalics

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).