* Bug: plain list do not work under Xemacs.21.4 [7.01trans]
@ 2010-11-03 15:25 Uwe Brauer
2010-11-04 5:33 ` Carsten Dominik
0 siblings, 1 reply; 4+ messages in thread
From: Uwe Brauer @ 2010-11-03 15:25 UTC (permalink / raw)
To: emacs-orgmode
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------
Again the functionality worked in 6.36c and it does work
under Xemacs 21.5 (which I am trying to use for the moment)
in 21.4 however when I try to insert a new list element with
Alt-Return then the cursor jumps one paragraph backward but
does not insert anything.
Uwe Brauer
Emacs) : XEmacs 21.5 (beta29) "garbanzo" [Lucid] (i686-pc-linux, Mule) of Tue Nov 2 2010 on gilgamesch.quim.ucm.es
Package: Org-mode version 7.01trans
current state:
==============
(setq
org-src-mode-hook '(org-src-babel-configure-edit-buffer
org-src-mode-configure-edit-buffer)
org-metaup-hook '(org-babel-load-in-session-maybe)
org-export-preprocess-after-include-files-hook '(org-export-blocks-preprocess)
outline-mode-hook '(hide-body)
org-after-todo-state-change-hook '(org-clock-out-if-current)
org-metadown-hook '(org-babel-pop-to-session-maybe)
org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe)
org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code)
org-agenda-before-write-hook '(org-agenda-add-entry-text)
org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
org-cycle-show-empty-lines
org-optimize-window-after-visibility-change)
org-agenda-include-diary t
outline-minor-mode-hook '((lambda nil
(local-set-key [(shift return)] (quote hide-body)))
)
org-babel-pre-tangle-hook '(save-buffer)
org-mode-hook '(#<compiled-function nil "...(7)"
[org-add-hook change-major-mode-hook org-show-block-all append
local]
5> #<compiled-function nil "...(7)"
[org-add-hook change-major-mode-hook org-babel-show-result-all
append local]
5> org-babel-result-hide-spec org-babel-hide-all-hashes
my-org-keys turn-on-flyspell iso-accents-mode
turn-on-auto-capitalize-mode)
org-confirm-elisp-link-function 'yes-or-no-p
org-speed-command-hook '(org-speed-command-default-hook
org-babel-speed-command-hook)
org-export-blocks-postblock-hook '(org-exp-res/src-name-cleanup)
org-export-interblocks '((lob org-babel-exp-lob-one-liners)
(src org-babel-exp-inline-src-blocks))
org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
org-export-latex-format-toc-function 'org-export-latex-format-toc-default
org-export-preprocess-before-normalizing-links-hook '(org-remove-file-link-modifiers)
org-confirm-shell-link-function 'yes-or-no-p
org-table-default-size "3x3"
org-export-first-hook '(org-beamer-initialize-open-trackers)
org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe
org-babel-hide-result-toggle-maybe)
org-export-blocks '((src org-babel-exp-src-blocks nil)
(comment org-export-blocks-format-comment t)
(ditaa org-export-blocks-format-ditaa nil)
(dot org-export-blocks-format-dot nil))
org-occur-hook '(org-first-headline-recenter)
org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc
org-beamer-auto-fragile-frames
org-beamer-place-default-actions-for-lists)
outline-heading-end-regexp "[\n]"
)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Bug: plain list do not work under Xemacs.21.4 [7.01trans]
2010-11-03 15:25 Bug: plain list do not work under Xemacs.21.4 [7.01trans] Uwe Brauer
@ 2010-11-04 5:33 ` Carsten Dominik
2010-11-04 9:45 ` Uwe Brauer
0 siblings, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2010-11-04 5:33 UTC (permalink / raw)
To: Uwe Brauer; +Cc: emacs-orgmode
Hi Uwe,
I just talked to Michael.
We will try to make things work with 21.5, not 21.4.
Greetings
- Carsten
On Nov 3, 2010, at 4:25 PM, Uwe Brauer wrote:
>
> Remember to cover the basics, that is, what you expected to happen and
> what in fact did happen. You don't know how to make a good report?
> See
>
> http://orgmode.org/manual/Feedback.html#Feedback
>
> Your bug report will be posted to the Org-mode mailing list.
> ------------------------------------------------------------------------
>
> Again the functionality worked in 6.36c and it does work
> under Xemacs 21.5 (which I am trying to use for the moment)
> in 21.4 however when I try to insert a new list element with
> Alt-Return then the cursor jumps one paragraph backward but
> does not insert anything.
>
> Uwe Brauer
>
> Emacs) : XEmacs 21.5 (beta29) "garbanzo" [Lucid] (i686-pc-linux,
> Mule) of Tue Nov 2 2010 on gilgamesch.quim.ucm.es
> Package: Org-mode version 7.01trans
>
> current state:
> ==============
> (setq
> org-src-mode-hook '(org-src-babel-configure-edit-buffer
> org-src-mode-configure-edit-buffer)
> org-metaup-hook '(org-babel-load-in-session-maybe)
> org-export-preprocess-after-include-files-hook '(org-export-blocks-
> preprocess)
> outline-mode-hook '(hide-body)
> org-after-todo-state-change-hook '(org-clock-out-if-current)
> org-metadown-hook '(org-babel-pop-to-session-maybe)
> org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-
> safely-maybe)
> org-export-preprocess-before-selecting-backend-code-hook '(org-
> beamer-select-beamer-code)
> org-agenda-before-write-hook '(org-agenda-add-entry-text)
> org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-
> drawers
> org-cycle-show-empty-lines
> org-optimize-window-after-visibility-change)
> org-agenda-include-diary t
> outline-minor-mode-hook '((lambda nil
> (local-set-key [(shift return)] (quote hide-body)))
> )
> org-babel-pre-tangle-hook '(save-buffer)
> org-mode-hook '(#<compiled-function nil "...(7)"
> [org-add-hook change-major-mode-hook org-show-block-all append
> local]
> 5> #<compiled-function nil "...(7)"
> [org-add-hook change-major-mode-hook org-babel-show-result-all
> append local]
> 5> org-babel-result-hide-spec org-babel-hide-all-hashes
> my-org-keys turn-on-flyspell iso-accents-mode
> turn-on-auto-capitalize-mode)
> org-confirm-elisp-link-function 'yes-or-no-p
> org-speed-command-hook '(org-speed-command-default-hook
> org-babel-speed-command-hook)
> org-export-blocks-postblock-hook '(org-exp-res/src-name-cleanup)
> org-export-interblocks '((lob org-babel-exp-lob-one-liners)
> (src org-babel-exp-inline-src-blocks))
> org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-
> vars)
> org-export-latex-format-toc-function 'org-export-latex-format-toc-
> default
> org-export-preprocess-before-normalizing-links-hook '(org-remove-
> file-link-modifiers)
> org-confirm-shell-link-function 'yes-or-no-p
> org-table-default-size "3x3"
> org-export-first-hook '(org-beamer-initialize-open-trackers)
> org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-
> command-maybe
> org-babel-hide-result-toggle-maybe)
> org-export-blocks '((src org-babel-exp-src-blocks nil)
> (comment org-export-blocks-format-comment t)
> (ditaa org-export-blocks-format-ditaa nil)
> (dot org-export-blocks-format-dot nil))
> org-occur-hook '(org-first-headline-recenter)
> org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-
> toc
> org-beamer-auto-fragile-frames
> org-beamer-place-default-actions-for-lists)
> outline-heading-end-regexp "[\n]"
> )
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Bug: plain list do not work under Xemacs.21.4 [7.01trans]
2010-11-04 5:33 ` Carsten Dominik
@ 2010-11-04 9:45 ` Uwe Brauer
2010-11-04 9:57 ` Carsten Dominik
0 siblings, 1 reply; 4+ messages in thread
From: Uwe Brauer @ 2010-11-04 9:45 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode
>> Regarding Re: [Orgmode] Bug: plain list do not work under
>> Xemacs.21.4 [7.01trans]; Carsten Dominik
>> <carsten.dominik@gmail.com> adds:
> Hi Uwe,
> I just talked to Michael.
> We will try to make things work with 21.5, not 21.4.
The odd thing is it worked perfectly in 6.36c, but ok that
is your decision to make.
The latex export error still remains?
Uwe
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Bug: plain list do not work under Xemacs.21.4 [7.01trans]
2010-11-04 9:45 ` Uwe Brauer
@ 2010-11-04 9:57 ` Carsten Dominik
0 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2010-11-04 9:57 UTC (permalink / raw)
To: Uwe Brauer; +Cc: emacs-orgmode
On Nov 4, 2010, at 10:45 AM, Uwe Brauer wrote:
>>> Regarding Re: [Orgmode] Bug: plain list do not work under
>>> Xemacs.21.4 [7.01trans]; Carsten Dominik
>>> <carsten.dominik@gmail.com> adds:
>
>> Hi Uwe,
>> I just talked to Michael.
>
>> We will try to make things work with 21.5, not 21.4.
>
> The odd thing is it worked perfectly in 6.36c,
The list code has been totally revamped since then.
I think it is OK to request that if one wants to use an old version of
XEmacs, that an old version of Org-mode should be used with it.
> but ok that
> is your decision to make.
>
> The latex export error still remains?
Probably. If this is a bug with XEmacs 21.5, please write to Michael,
I hope he will look into it.
- Carsten
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-11-04 9:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-03 15:25 Bug: plain list do not work under Xemacs.21.4 [7.01trans] Uwe Brauer
2010-11-04 5:33 ` Carsten Dominik
2010-11-04 9:45 ` Uwe Brauer
2010-11-04 9:57 ` Carsten Dominik
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).