emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* serious problems with org-8 under Xemacs-21.5.32
@ 2013-06-14  8:17 Uwe Brauer
  2013-06-14  9:32 ` Nick Dokos
  0 siblings, 1 reply; 14+ messages in thread
From: Uwe Brauer @ 2013-06-14  8:17 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 947 bytes --]

Hello

In order to check whether org-8 works under Xemacs-21.5.32 Mule (and not
using my old org-7 setting), I did the following

    -  I started xemacs -vanilla (equivalent to GNU emacs -q)

    -  I loaded the following init file:


,----
| (push (expand-file-name "~/xemacs/site-lisp/packages/org-8.0.3/lisp/") load-path)
| (push (expand-file-name "~/xemacs/site-lisp/packages/org-8.0.3/contrib/lisp/") load-path)
| (push (expand-file-name "~/xemacs/site-lisp/packages/org-8.0.3/contrib/odt/etc/schema/") load-path)
| 
| (require 'org-compat)
| (require 'ox)
| (require 'org-install)
`----

I opened an org file. Observations

    -  the file was in *fundamental* mode!

    -  I turned on org-mode and received and error I attach.

    -  I tried to use org-preview-latex-fragment and received a
       different error (also attached)

    -  I tried to use org-submit-bug-report and received third error.

Any comments?

thanks

Uwe Brauer 

[-- Attachment #2: org-8-bug-submit-bug --]
[-- Type: application/octet-stream, Size: 4426 bytes --]

Debugger entered--Lisp error: (void-function call-process-shell-command)
  call-process-shell-command("command" nil nil nil "-v" "x11idle")
  byte-code("..." [window-system org-clock-x11idle-program-name current-load-list org-x11idle-exists-p default-boundp set-default x call-process-shell-command "command" nil "-v" 0] 9)
  load-internal("org-clock" nil require nil raw-text-unix)
  load("org-clock" nil require nil)
  apply(load ("org-clock" nil require nil))
  dired-handler-fn(load "org-clock" nil require nil)
  load("org-clock" nil require nil)
  require(org-clock)
  mapc(require (org-colview org-id org-remember org-table org-timer))
  org-require-autoloaded-modules()
  #<compiled-function (from org-submit-bug-report) nil "...(82)" [#:G7788 reporter-prompt-for-summary-p list require reporter org-load-modules-maybe org-require-autoloaded-modules "Bug report subject: " reporter-submit-bug-report "emacs-orgmode@gnu.org" org-version nil full current-window-configuration (...) org-pop-to-buffer-same-window get-buffer-create "*Warn about privacy*" delete-other-windows erase-buffer "You are about to submit a bug report to the Org-mode mailing list.\n\nWe would like to add your full Org-mode and Outline configuration to the\nbug report.  This greatly simplifies the work of the maintainer and\nother experts on the mailing list.\n\nHOWEVER, some variables you have customized may contain private\ninformation.  The names of customers, colleagues, or friends, might\nappear in the form of file names, tags, todo states, or search strings.\nIf you answer yes to the prompt, you might want to check and remove\nsuch private information before sending the email." add-text-properties (face org-warning) yes-or-no-p "Include your Org-mode configuration " mapatoms #<compiled-function (from "/home/oub/xemacs/site-lisp/packages/org-8.0.3/lisp/org.elc") ... "...(53)" ... 4 0x14da> kill-buffer get-buffer "Remember to cover the basics, that is, what you expected to happen and\nwhat in fact did happen.  You don't know how to make a good report?  See\n\n     http://orgmode.org/manual/Feedback.html#Feedback\n\nYour bug report will be posted to the Org-mode mailing list.\n------------------------------------------------------------------------" re-search-backward "^\\(Subject: \\)Org-mode version \\(.*?\\);[ 	]*\\(.*\\)" t replace-match "\\1Bug: \\3 [\\2]"] 7 ("/home/oub/xemacs/site-lisp/packages/org-8.0.3/lisp/org.elc" . 622704) nil 0x14db>()
  call-interactively(org-submit-bug-report)
  command-execute(org-submit-bug-report t)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)
  recursive-edit()
  byte-code("..." [buffer-read-only noninteractive debugger-buffer middlestart debugger-args debugger-batch-max-lines pop-to-buffer debugger-mode debugger-setup-buffer count-lines 2 "...\n" message buffer-string kill-emacs debug backtrace-debug 3 t debugger-reenable "" nil recursive-edit standard-output] 3)
  debug(error (invalid-state "Autoloading failed to define function" outline-previous-heading))
  outline-previous-heading()
  org-cycle-show-empty-lines(overview)
  run-hook-with-args(org-cycle-show-empty-lines overview)
  org-cycle-internal-global()
  org-cycle((4))
  org-set-startup-visibility()
  #<compiled-function (from org-mode) nil "...(710)" [org-mode-syntax-table org-ellipsis org-mode-map org-display-table var value make-local-variable delay-mode-hooks t outline-mode org-mode "Org" mode-class put keymap-parent set-keymap-parents current-local-map derived-mode-merge-syntax-tables syntax-table use-local-map set-syntax-table boundp outline-mode-menu-heading easy-menu-remove org-load-modules-maybe easy-menu-add org-install-agenda-files-menu add-to-invisibility-spec (org-link) (org-cwidth) (org-hide-block . t) line-move-ignore-invisible outline-regexp outline-level org-outline-level left-to-right paragraph-start "\f\\|[ 	]*$\\|\\*+ " fboundp set-display-table-slot buffer-display-table make-glyph-code make-display-table 4 vconcat mapcar #<compiled-function (from "/home/oub/xemacs/site-lisp/packages/org-8.0.3/lisp/org.elc") ... "...(10)" ... 3 0x121a> "..." org-set-regexps-and-options-for-tags org-set-regexps-and-options ...] 7 ("/home/oub/xemacs/site-lisp/packages/org-8.0.3/lisp/org.elc" . 194853) nil 0x121b>()
  call-interactively(org-mode)
  command-execute(org-mode t)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)

[-- Attachment #3: org-8-bug-preview --]
[-- Type: application/octet-stream, Size: 2215 bytes --]

Debugger entered--Lisp error: (void-function face-at-point)
  face-at-point()
  org-format-latex("ltxpng/test" "/home/oub/xemacs/init/" overlays "Creating images for buffer...%s" nil forbuffer dvipng)
  org-preview-latex-fragment(nil)
  call-interactively(org-preview-latex-fragment)
  command-execute(org-preview-latex-fragment t)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)
  recursive-edit()
  byte-code("..." [buffer-read-only noninteractive debugger-buffer middlestart debugger-args debugger-batch-max-lines pop-to-buffer debugger-mode debugger-setup-buffer count-lines 2 "...\n" message buffer-string kill-emacs debug backtrace-debug 3 t debugger-reenable "" nil recursive-edit standard-output] 3)
  debug(error (invalid-state "Autoloading failed to define function" outline-previous-heading))
  outline-previous-heading()
  org-cycle-show-empty-lines(overview)
  run-hook-with-args(org-cycle-show-empty-lines overview)
  org-cycle-internal-global()
  org-cycle((4))
  org-set-startup-visibility()
  #<compiled-function (from org-mode) nil "...(710)" [org-mode-syntax-table org-ellipsis org-mode-map org-display-table var value make-local-variable delay-mode-hooks t outline-mode org-mode "Org" mode-class put keymap-parent set-keymap-parents current-local-map derived-mode-merge-syntax-tables syntax-table use-local-map set-syntax-table boundp outline-mode-menu-heading easy-menu-remove org-load-modules-maybe easy-menu-add org-install-agenda-files-menu add-to-invisibility-spec (org-link) (org-cwidth) (org-hide-block . t) line-move-ignore-invisible outline-regexp outline-level org-outline-level left-to-right paragraph-start "\f\\|[ 	]*$\\|\\*+ " fboundp set-display-table-slot buffer-display-table make-glyph-code make-display-table 4 vconcat mapcar #<compiled-function (from "/home/oub/xemacs/site-lisp/packages/org-8.0.3/lisp/org.elc") ... "...(10)" ... 3 0x121a> "..." org-set-regexps-and-options-for-tags org-set-regexps-and-options ...] 7 ("/home/oub/xemacs/site-lisp/packages/org-8.0.3/lisp/org.elc" . 194853) nil 0x121b>()
  call-interactively(org-mode)
  command-execute(org-mode t)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)

[-- Attachment #4: org-8-bug --]
[-- Type: application/octet-stream, Size: 1491 bytes --]

Debugger entered--Lisp error: (invalid-state "Autoloading failed to define function" outline-previous-heading)
  outline-previous-heading()
  org-cycle-show-empty-lines(overview)
  run-hook-with-args(org-cycle-show-empty-lines overview)
  org-cycle-internal-global()
  org-cycle((4))
  org-set-startup-visibility()
  #<compiled-function (from org-mode) nil "...(710)" [org-mode-syntax-table org-ellipsis org-mode-map org-display-table var value make-local-variable delay-mode-hooks t outline-mode org-mode "Org" mode-class put keymap-parent set-keymap-parents current-local-map derived-mode-merge-syntax-tables syntax-table use-local-map set-syntax-table boundp outline-mode-menu-heading easy-menu-remove org-load-modules-maybe easy-menu-add org-install-agenda-files-menu add-to-invisibility-spec (org-link) (org-cwidth) (org-hide-block . t) line-move-ignore-invisible outline-regexp outline-level org-outline-level left-to-right paragraph-start "\f\\|[ 	]*$\\|\\*+ " fboundp set-display-table-slot buffer-display-table make-glyph-code make-display-table 4 vconcat mapcar #<compiled-function (from "/home/oub/xemacs/site-lisp/packages/org-8.0.3/lisp/org.elc") ... "...(10)" ... 3 0x121a> "..." org-set-regexps-and-options-for-tags org-set-regexps-and-options ...] 7 ("/home/oub/xemacs/site-lisp/packages/org-8.0.3/lisp/org.elc" . 194853) nil 0x121b>()
  call-interactively(org-mode)
  command-execute(org-mode t)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)

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

end of thread, other threads:[~2013-06-15 11:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-14  8:17 serious problems with org-8 under Xemacs-21.5.32 Uwe Brauer
2013-06-14  9:32 ` Nick Dokos
2013-06-14 10:40   ` face-at-point (was: serious problems with org-8 under Xemacs-21.5.32) Uwe Brauer
2013-06-14 12:21     ` face-at-point Nick Dokos
2013-06-14 12:31       ` face-at-point Nick Dokos
2013-06-14 13:00       ` face-at-point Uwe Brauer
2013-06-14 20:17         ` face-at-point Nick Dokos
2013-06-14 20:55           ` face-at-point Eric S Fraga
2013-06-14 21:18           ` face-at-point Uwe Brauer
2013-06-14 22:32             ` face-at-point Nick Dokos
2013-06-15 11:45     ` face-at-point Michael Sperber
2013-06-14 11:06   ` [partically solved] (was: serious problems with org-8 under Xemacs-21.5.32) Uwe Brauer
2013-06-14 15:00   ` serious problems with org-8 under Xemacs-21.5.32 Eric S Fraga
2013-06-14 16:23     ` Nick Dokos

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.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).