all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#14272: 24.3.50; crash on loading theme
@ 2013-04-26  3:18 Yagnesh Raghava Yakkala
  2013-04-26  6:03 ` Eli Zaretskii
  2013-04-26  7:29 ` Glenn Morris
  0 siblings, 2 replies; 14+ messages in thread
From: Yagnesh Raghava Yakkala @ 2013-04-26  3:18 UTC (permalink / raw)
  To: 14272



- start emacs with -Q

- Copy on the following in scratch buffer¹
;------------------------------------------------
(deftheme jellybeans
  "Created 2013-02-07.")

(custom-theme-set-faces
 'jellybeans
 '(default ((t (:inherit nil :stipple nil :background "#151515" :foreground "#e8e8d3" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 1 :width normal :foundry "default" :family "default"))))
 '(cursor ((t (:background "#b0d0f0"))))
 '(fixed-pitch ((t (:family "Monospace"))))
 '(variable-pitch ((t (:family "Sans Serif"))))
 '(escape-glyph ((t (:foreground "#668799"))))
 '(minibuffer-prompt ((t (:foreground "#dddddd"))))
 '(highlight ((t (:background "#302028" :foreground "#f0a0c0" :underline t))))
 '(region ((t (:background "#404040"))))
 '(shadow ((t (:foreground "#606060"))))
 '(secondary-selection ((t (:background "#303030"))))
 '(trailing-whitespace ((t (:background "#302028"))))
 '(font-lock-builtin-face ((t (:foreground "#7697d6"))))
 '(font-lock-comment-delimiter-face ((t (:inherit font-lock-comment-face :foreground "#808080"))))
 '(font-lock-comment-face ((t (:foreground "#888888"))))
 '(font-lock-constant-face ((t (:foreground "#cf6a4c"))))
 '(font-lock-doc-face ((t (:inherit (font-lock-string-face)))))
 '(font-lock-function-name-face ((t (:foreground "#fad07a" :weight normal))))
 '(font-lock-keyword-face ((t (:weight normal :foreground "#8197bf"))))
 '(font-lock-negation-char-face ((t nil)))
 '(font-lock-preprocessor-face ((t (:inherit (font-lock-builtin-face) :foreground "#8fbfdc"))))
 '(font-lock-regexp-grouping-backslash ((t (:inherit (bold)))))
 '(font-lock-regexp-grouping-construct ((t (:inherit (bold)))))
 '(font-lock-string-face ((t (:foreground "#99ad6a"))))
 '(font-lock-type-face ((t (:foreground "#ffb964" :weight normal))))
 '(font-lock-variable-name-face ((t (:foreground "#c6b6fe"))))
 '(font-lock-warning-face ((t (:inherit (error) :foreground "#902020" :weight bold))))
 '(button ((t (:foreground "#0000df" :underline t))))
 '(link ((t (:foreground "#0000df" :underline t))))
 '(link-visited ((t (:inherit link :foreground "#540063"))))
 '(fringe ((t (:background "#404040"))))
 '(header-line ((default (:inherit (mode-line))) (((type tty)) (:underline t :inverse-video nil)) (((class color grayscale) (background light)) (:box nil :foreground "grey20" :background "grey90")) (((class color grayscale) (background dark)) (:box nil :foreground "grey90" :background "grey20")) (((class mono) (background light)) (:underline t :box nil :inverse-video nil :foreground "black" :background "white")) (((class mono) (background dark)) (:underline t :box nil :inverse-video nil :foreground "white" :background "black"))))
 '(tooltip ((t (:foreground "#ffffff" :background "#606060" :inherit variable-pitch))))
 '(mode-line ((t (:background "#b0b8c0" :foreground "#000000" :box (:line-width -1 :style released-button)))))
 '(mode-line-buffer-id ((t (:weight bold))))
 '(mode-line-emphasis ((t (:weight bold)))))

(provide-theme 'jellybeans)
;------------------------------------------------

- M-x eval-buffer
- Emacs crashes.

- Console log:
╭─────
│sealion:~/git/build-emacs$ emacs -Q
│Fatal error 8: Floating point exception
│Backtrace:
│emacs[0x56a494]
│emacs[0x5456b6]
│emacs[0x569fb9]
│emacs[0x569f8e]
│emacs[0x569fef]
│/lib/x86_64-linux-gnu/libpthread.so.0(+0xfcb0)[0x7f30a4096cb0]
│emacs[0x67c13d]
│emacs[0x506e83]
│emacs[0x429155]
│emacs[0x427a6d]
│emacs[0x426d43]
│emacs[0x4f11b9]
│emacs[0x4f0b76]
│emacs[0x5e8626]
│emacs[0x62fd44]
│emacs[0x5e8fbf]
│emacs[0x5e87ac]
│emacs[0x5e797b]
│emacs[0x5e8471]
│emacs[0x62fd44]
│emacs[0x5e8fbf]
│emacs[0x5e87ac]
│emacs[0x62fd44]
│emacs[0x5e8fbf]
│emacs[0x5e87ac]
│emacs[0x62fd44]
│emacs[0x5e8fbf]
│emacs[0x5e87ac]
│emacs[0x62fd44]
│emacs[0x5e8fbf]
│emacs[0x5e8ac9]
│emacs[0x5e72bf]
│emacs[0x61276e]
│emacs[0x612a44]
│emacs[0x5e8663]
│emacs[0x5e3374]
│emacs[0x5e85f3]
│emacs[0x62fd44]
│emacs[0x5e8cec]
│emacs[0x5e87ac]
│emacs[0x62fd44]
│...
│Floating point exception (core dumped)
╰─────

Thanks.



In GNU Emacs 24.3.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10)
 of 2013-04-26 on sealion
Windowing system distributor `The X.Org Foundation', version 11.0.11103000
System Description:	Ubuntu 12.04.2 LTS

Configured using:
 `configure --prefix=/home/yagnesh/local/emacs-1282a79 --without-compress-info
 CFLAGS=-g -O0'

Important settings:
  value of $LC_COLLATE: en_US.UTF-8
  value of $LC_CTYPE: en_US.UTF-8
  value of $LC_MESSAGES: en_US.UTF-8
  value of $LC_MONETARY: en_IN.UTF-8
  value of $LC_NUMERIC: en_IN.UTF-8
  value of $LC_TIME: en_IN.UTF-8
  value of $LANG: C
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Group

Minor modes in effect:
  gnus-topic-mode: t
  gnus-undo-mode: t
  display-time-mode: t
  jabber-activity-mode: t
  global-git-gutter-mode: t
  winner-mode: t
  shell-dirtrack-mode: t
  recentf-mode: t
  yas-global-mode: t
  yas-minor-mode: t
  global-auto-complete-mode: t
  autopair-global-mode: t
  which-function-mode: t
  show-paren-mode: t
  global-ede-mode: t
  ido-everywhere: t
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<return> y SPC q M-x <return> M-p <return> M-k y M-x 
<return>

Recent messages:
Checking 57 files in /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/eshell...
Checking 70 files in /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/erc...
Checking 48 files in /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/emulation...
Checking 149 files in /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/emacs-lisp...
Checking 57 files in /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/calendar...
Checking 87 files in /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/calc...
Checking 83 files in /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/obsolete...
Checking 1 files in /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/leim...
Checking for load-path shadows...done
Buffer *unsent mail to bug-gnu-emacs@gnu.org*<2> modified; kill anyway? (y or n)  y

Load-path shadows:
/home/yagnesh/.emacs.d/el-get/org-mode/.dir-locals hides /home/yagnesh/.emacs.d/el-get/magit/.dir-locals
/home/yagnesh/.emacs.d/el-get/cedet/lisp/speedbar/loaddefs hides /home/yagnesh/.emacs.d/el-get/cedet/lisp/eieio/loaddefs
/home/yagnesh/.emacs.d/el-get/cedet/lisp/speedbar/loaddefs hides /home/yagnesh/.emacs.d/el-get/cedet/lisp/cedet/loaddefs
/home/yagnesh/.emacs.d/el-get/org-mode/.dir-locals hides /home/yagnesh/.emacs.d/el-get/el-get/.dir-locals
/home/yagnesh/.emacs.d/el-get/cedet/lisp/speedbar/loaddefs hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/loaddefs
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-ocaml hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-ocaml
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-docview hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-docview
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-plot hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-plot
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-gnus hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-gnus
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-R hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-R
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-asymptote hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-asymptote
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-colview hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-colview
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-plantuml hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-plantuml
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-timer hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-timer
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-io hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-io
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-habit hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-habit
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-mhe hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-mhe
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-element hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-element
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-eval hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-eval
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-irc hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-irc
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-lob hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-lob
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-shen hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-shen
/home/yagnesh/.emacs.d/el-get/org-mode/contrib/lisp/org-mew hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-mew
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-ditaa hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-ditaa
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-lisp hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-lisp
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-src hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-src
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-fortran hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-fortran
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-bibtex hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-bibtex
/home/yagnesh/.emacs.d/el-get/org-mode/contrib/lisp/org-vm hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-vm
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-keys hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-keys
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-matlab hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-matlab
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-lilypond hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-lilypond
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-compat hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-compat
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-exp hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-exp
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-w3m hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-w3m
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-table hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-table
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-loaddefs hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-loaddefs
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-maxima hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-maxima
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-info hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-info
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-inlinetask hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-inlinetask
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-indent hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-indent
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-faces hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-faces
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-feed hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-feed
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-python hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-python
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-java hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-java
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-org hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-org
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-C hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-C
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-table hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-table
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-awk hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-awk
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-pcomplete hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-pcomplete
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-footnote hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-footnote
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-picolisp hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-picolisp
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-ledger hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-ledger
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-ref hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-ref
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-list hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-list
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-gnuplot hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-gnuplot
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-octave hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-octave
/home/yagnesh/.emacs.d/el-get/org-mode/contrib/lisp/org-mac-message hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-mac-message
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-haskell hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-haskell
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-js hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-js
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-id hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-id
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-entities hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-entities
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-version hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-version
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-agenda hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-agenda
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-bbdb hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-bbdb
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-sh hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-sh
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-sql hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-sql
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-eshell hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-eshell
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-sqlite hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-sqlite
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-datetree hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-datetree
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-ruby hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-ruby
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-protocol hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-protocol
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-macs hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-macs
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-scheme hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-scheme
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-scala hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-scala
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-rmail hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-rmail
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-latex hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-latex
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-clock hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-clock
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-clojure hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-clojure
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-mobile hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-mobile
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-attach hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-attach
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-tangle hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-tangle
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-comint hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-comint
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-mscgen hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-mscgen
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-ctags hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-ctags
/home/yagnesh/.emacs.d/el-get/org-mode/contrib/lisp/org-wl hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-wl
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-capture hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-capture
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-screen hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-screen
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-calc hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-calc
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-css hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-css
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-emacs-lisp hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-emacs-lisp
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-archive hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-archive
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-dot hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-dot
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-install hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-install
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-crypt hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-crypt
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-perl hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-perl
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-sass hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/ob-sass
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-mouse hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/org/org-mouse
/home/yagnesh/.emacs.d/el-get/org-mode/.dir-locals hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/gnus/.dir-locals
/home/yagnesh/.emacs.d/el-get/cedet/lisp/eieio/eieio-opt hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/emacs-lisp/eieio-opt
/home/yagnesh/.emacs.d/el-get/cedet/lisp/eieio/eieio hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/emacs-lisp/eieio
/home/yagnesh/.emacs.d/el-get/cedet/lisp/eieio/eieio-base hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/emacs-lisp/eieio-base
/home/yagnesh/.emacs.d/el-get/cedet/lisp/eieio/eieio-datadebug hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/emacs-lisp/eieio-datadebug
/home/yagnesh/.emacs.d/el-get/cedet/lisp/eieio/eieio-speedbar hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/emacs-lisp/eieio-speedbar
/home/yagnesh/.emacs.d/el-get/emms/lisp/tq hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/emacs-lisp/tq
/home/yagnesh/.emacs.d/el-get/cedet/lisp/eieio/eieio-custom hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/emacs-lisp/eieio-custom
/home/yagnesh/.emacs.d/el-get/cedet/lisp/eieio/chart hides /home/yagnesh/local/emacs-1282a79/share/emacs/24.3.50/lisp/emacs-lisp/chart

Features:
(bbdb-message ede/maven2 ede/lein2 ede/ant ede/cpp-root ede/java-root
ede/jvm-base cedet-files vc-git goto-addr autoinsert footnote smiley
gnus-async gnus-bcklg gnus-ml disp-table gnus-topic pop3 nndraft nnmh nnml
utf-7 nnfolder executable bbdb-gnus bbdb-mua epa-file epa epg network-stream
gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-cache spam spam-stat
bbdb-com gnus-uu yenc gnus-demon nntp gnus-cite nnir gnus-gravatar gravatar
url-cache bbdb timezone bbdb-loaddefs nnimap utf7 netrc door-gnus shadow
mail-extr gnus-msg gnus-art mm-uu mml2015 epg-config mm-view mml-smime smime
dig gnus-sum nnoo gnus-group gnus-undo nnmail mail-source gnus-start gnus-spec
gnus-int gnus-range gnus-win gnus gnus-ems nnheader emacsbug message rfc822
mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader add-log notifications elisp-slime-nav etags eldoc paredit
ido-ubiquitous-autoloads tango-theme emms-info-libtag emms-playlist-limit
emms-volume emms-volume-amixer emms-i18n emms-history emms-score
emms-stream-info emms-metaplaylist-mode emms-bookmarks emms-lastfm-client
parse-time emms-cue emms-mode-line-icon emms-browser sort emms-playlist-sort
emms-last-played emms-player-xine emms-player-mpd tq emms-playing-time
emms-lyrics emms-url emms-streams emms-tag-editor emms-mark emms-mode-line
emms-cache emms-info-ogginfo emms-info-mp3info emms-info later-do
emms-playlist-mode emms-player-vlc emms-player-mplayer emms-player-simple
emms-source-playlist emms-source-file emms-setup emms emms-compat time
smtpmail sendmail rfc2047 rfc2045 ietf-drums mail-utils ps-print ps-def lpr
jabber jabber-libnotify jabber-awesome jabber-osd jabber-wmii jabber-xmessage
jabber-festival jabber-sawfish jabber-ratpoison jabber-tmux jabber-screen
jabber-socks5 jabber-ft-server jabber-si-server jabber-ft-client
jabber-ft-common jabber-si-client jabber-si-common jabber-feature-neg
jabber-truncate jabber-time jabber-autoaway jabber-vcard-avatars
jabber-chatstates jabber-events jabber-vcard jabber-avatar jabber-activity
jabber-watch jabber-modeline jabber-ahc-presence jabber-ahc jabber-version
jabber-ourversion jabber-muc-nick-completion hippie-exp jabber-browse
jabber-search jabber-register jabber-roster jabber-private jabber-presence
jabber-muc jabber-muc-nick-coloring hexrgb jabber-newdisco jabber-widget
jabber-disco jabber-chat jabber-history jabber-chatbuffer jabber-alert
jabber-iq jabber-core jabber-console sgml-mode ewoc jabber-keymap jabber-sasl
sasl sasl-anonymous sasl-login sasl-plain fsm jabber-logon jabber-conn srv dns
starttls tls gnutls jabber-xml jabber-menu jabber-util jabber-autoloads
twittering-mode url url-proxy url-privacy url-expand url-methods url-history
url-cookie url-domsuf url-util url-parse url-vars mailcap battery w3m-load
webjump browse-url diary-lib diary-loaddefs org-indent ox-beamer ox-latex
ox-icalendar ox-html ox-ascii ox-publish ox org-element org org-macro
org-footnote org-pcomplete org-list org-faces org-entities noutline outline
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 cal-menu
calendar cal-loaddefs monky bindat git-gutter-fringe git-gutter fringe-helper
tex-buf tex dbus xml crm preview-latex tex-site auto-loads ncl-mode-load
inf-ncl ncl-mode cus-edit cus-start cus-load ncl-doc ncl-mode-keywords flymake
compile pylookup generic geiser-install xscheme scheme geiser-load geiser
highlight-parentheses hl-sexp dired-details windmove winner readline-complete
tramp-cache tramp-sh tramp tramp-compat auth-source gnus-util mm-util
mail-prsvr password-cache tramp-loaddefs trampver shell pcomplete comint
ansi-color ring format-spec recentf tree-widget uniquify goto-last-change
saveplace ace-jump-mode edict edict-japanese edict-english edict-morphology
edict-edit dui-registry dui dictem multiple-cursors mc-separate-operations
rectangular-region-mode mc-mark-more thingatpt mc-cycle-cursors mc-edit-lines
multiple-cursors-core rect yasnippet dropdown-list derived
auto-complete-config auto-complete easy-mmode popup flyspell ispell autopair
smex diminish backup-each-save which-func imenu paren edmacro kmacro
cedet-devel-load eieio-opt find-func srecode/map semantic/edit
srecode/srt-mode srecode/template srecode/srt-wy semantic/wisent
semantic/wisent/wisent srecode/ctxt srecode/compile srecode/dictionary
srecode/table srecode semantic/canned-configs semantic/ia-sb semantic/analyze
semantic/sort semantic/scope semantic/analyze/fcn semantic/db semantic/ctxt
semantic/format semantic/tag-ls semantic/find semantic/util-modes
semantic/util semantic semantic/tag semantic/lex semantic/fw mode-local
cedet-compat inversion sb-info ede/speedbar ede/files ede ede/base ede/auto
ede/source eieio-base eieio-speedbar speedbar sb-image ezimage dframe
eieio-custom wid-edit cedet eieio eieio-core cedet-remove-builtin .loaddefs
pydoc-info byte-opt warnings info-look info ido-hacks advice ido deferred
el-get el-get-autoloads el-get-list-packages el-get-notify help-mode easymenu
el-get-dependencies el-get-build el-get-status pp el-get-recipes
el-get-byte-compile el-get-methods el-get-fossil el-get-svn el-get-pacman
el-get-github-zip el-get-github-tar el-get-http-zip el-get-http-tar el-get-hg
el-get-git-svn el-get-fink el-get-emacswiki el-get-http el-get-emacsmirror
el-get-github el-get-git el-get-elpa package cl-macs gv el-get-darcs
el-get-cvs el-get-bzr el-get-brew el-get-builtin el-get-apt-get el-get-custom
el-get-core autoload help-fns bytecomp byte-compile cconv dired cl nadvice
cl-lib time-date tooltip 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 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 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 inotify dynamic-setting system-font-setting
font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs)


¹ Copied from https://raw.github.com/warlockcc/dotfiles/master/emacs.d/jellybeans-theme.el

-- 
ఎందరో మహానుభావులు అందరికి వందనములు.
YYR





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

end of thread, other threads:[~2013-04-27 14:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-26  3:18 bug#14272: 24.3.50; crash on loading theme Yagnesh Raghava Yakkala
2013-04-26  6:03 ` Eli Zaretskii
2013-04-26  7:18   ` Yagnesh Raghava Yakkala
2013-04-26  7:51     ` Eli Zaretskii
2013-04-26  9:24       ` Yagnesh Raghava Yakkala
2013-04-26  9:51         ` Eli Zaretskii
2013-04-26 12:31           ` Yagnesh Raghava Yakkala
2013-04-26 13:17             ` Eli Zaretskii
2013-04-26 16:59               ` Yagnesh Raghava Yakkala
2013-04-26 17:11                 ` Glenn Morris
2013-04-26 18:13                   ` Yagnesh Raghava Yakkala
2013-04-27 13:42       ` Handa Kenichi
2013-04-27 14:35         ` Yagnesh Raghava Yakkala
2013-04-26  7:29 ` Glenn Morris

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.