From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Bug in latest version? Date: Mon, 28 Jun 2010 16:24:56 +0200 Message-ID: <87iq538cav.fsf@mundaneum.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hello, I just updated my Org (git version). I may have made a mistake somewhere else, but I think there is a bug introduced recently: --8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (wrong-type-argument listp "* Letters") car("* Letters") mapcar(car ("* Letters" "** Latin" ("Agrave" "\\`{A}" nil "À" "A" = "=C3=80" "=C3=80") ("agrave" "\\`{a}" nil "à" "a" "=C3=A0" "=C3=A0")= ("Aacute" "\\'{A}" nil "Á" "A" "=C3=81" "=C3=81") ("aacute" "\\'{a}= " nil "á" "a" "=C3=A1" "=C3=A1") ("Acirc" "\\^{A}" nil "Â" "A"= "=C3=82" "=C3=82") ("acirc" "\\^{a}" nil "â" "a" "=C3=A2" "=C3=A2") = ("Atilde" "\\~{A}" nil "Ã" "A" "=C3=83" "=C3=83") ("atilde" "\\~{a}"= nil "ã" "a" "=C3=A3" "=C3=A3") ("Auml" "\\\"{A}" nil "Ä" "Ae" = "=C3=84" "=C3=84") ("auml" "\\\"{a}" nil "ä" "ae" "=C3=A4" "=C3=A4") (= "Aring" "\\AA{}" nil "Å" "A" "=C3=85" "=C3=85") ("AA" "\\AA{}" nil "&= Aring;" "A" "=C3=85" "=C3=85") ("aring" "\\aa{}" nil "å" "a" "=C3=A5"= "=C3=A5") ("AElig" "\\AE{}" nil "Æ" "AE" "=C3=86" "=C3=86") ("aelig"= "\\ae{}" nil "æ" "ae" "=C3=A6" "=C3=A6") ("Ccedil" "\\c{C}" nil "&Cc= edil;" "C" "=C3=87" "=C3=87") ("ccedil" "\\c{c}" nil "ç" "c" "=C3=A7= " "=C3=A7") ("Egrave" "\\`{E}" nil "È" "E" "=C3=88" "=C3=88") ("egra= ve" "\\`{e}" nil "è" "e" "=C3=A8" "=C3=A8") ("Eacute" "\\'{E}" nil "= É" "E" "=C3=89" "=C3=89") ("eacute" "\\'{e}" nil "é" "e" "=C3= =A9" "=C3=A9") ("Ecirc" "\\^{E}" nil "Ê" "E" "=C3=8A" "=C3=8A") ("eci= rc" "\\^{e}" nil "ê" "e" "=C3=AA" "=C3=AA") ("Euml" "\\\"{E}" nil "&E= uml;" "E" "=C3=8B" "=C3=8B") ("euml" "\\\"{e}" nil "ë" "e" "=C3=AB" "= =C3=AB") ("Igrave" "\\`{I}" nil "Ì" "I" "=C3=8C" "=C3=8C") ("igrave"= "\\`{i}" nil "ì" "i" "=C3=AC" "=C3=AC") ("Iacute" "\\'{I}" nil "&Ia= cute;" "I" "=C3=8D" "=C3=8D") ("iacute" "\\'{i}" nil "í" "i" "=C3=AD= " "=C3=AD") ("Icirc" "\\^{I}" nil "Î" "I" "=C3=8E" "=C3=8E") ("icirc"= "\\^{i}" nil "î" "i" "=C3=AE" "=C3=AE") ("Iuml" "\\\"{I}" nil "Ï= ;" "I" "=C3=8F" "=C3=8F") ("iuml" "\\\"{i}" nil "ï" "i" "=C3=AF" "=C3= =AF") ("Ntilde" "\\~{N}" nil "Ñ" "N" "=C3=91" "=C3=91") ("ntilde" "\= \~{n}" nil "ñ" "n" "=C3=B1" "=C3=B1") ("Ograve" "\\`{O}" nil "&Ograv= e;" "O" "=C3=92" "=C3=92") ("ograve" "\\`{o}" nil "ò" "o" "=C3=B2" "= =C3=B2") ("Oacute" "\\'{O}" nil "Ó" "O" "=C3=93" "=C3=93") ("oacute"= "\\'{o}" nil "ó" "o" "=C3=B3" "=C3=B3") ("Ocirc" "\\^{O}" nil "&Oci= rc;" "O" "=C3=94" "=C3=94") ("ocirc" "\\^{o}" nil "ô" "o" "=C3=B4" "= =C3=B4") ("Otilde" "\\~{O}" nil "Õ" "O" "=C3=95" "=C3=95") ("otilde"= "\\~{o}" nil "õ" "o" "=C3=B5" "=C3=B5") ("Ouml" "\\\"{O}" nil "&Oum= l;" "Oe" "=C3=96" "=C3=96") ("ouml" "\\\"{o}" nil "ö" "oe" "=C3=B6" "= =C3=B6") ("Oslash" "\\O" nil "Ø" "O" "=C3=98" "=C3=98") ("oslash" "\= \o{}" nil "ø" "o" "=C3=B8" "=C3=B8") ("OElig" "\\OE{}" nil "Œ"= "OE" "OE" "=C5=92") ...)) org-compute-latex-and-specials-regexp() org-set-regexps-and-options() org-mode() org-get-local-variables() orgstruct-setup() orgstruct-mode(1) turn-on-orgstruct() (progn (turn-on-orgtbl) (turn-on-orgstruct) (turn-on-orgstruct++)) (if (locate-library "org.el") (progn (turn-on-orgtbl) (turn-on-orgstruct)= (turn-on-orgstruct++))) (when (locate-library "org.el") (turn-on-orgtbl) (turn-on-orgstruct) (tur= n-on-orgstruct++)) my-message-mode-hook() run-hooks(text-mode-hook message-mode-hook) apply(run-hooks (text-mode-hook message-mode-hook)) run-mode-hooks(message-mode-hook) message-mode() message-pop-to-buffer("*mail*" nil) message-mail() gnus-group-mail(nil) call-interactively(gnus-group-mail nil nil) --8<---------------cut here---------------end--------------->8--- That's what I got when trying to compose a new mail in Gnus. Adding `-XXX' in the `locate-library' below temporarily fixes the problem. --8<---------------cut here---------------start------------->8--- ;; operates on messages you send (defun my-message-mode-hook () ;;; ;; prompt for and insert a mail alias ;;; (local-set-key (kbd "M-a") 'mail-abbrev-insert-alias) ;; tab completion for alias in `.mailrc' (local-set-key (kbd "M-TAB") 'mail-abbrev-complete-alias) ;; enable automatic word-wrap when composing messages (setq fill-column 78) (turn-on-auto-fill) ;; footnote (footnote-mode) (setq footnote-spaced-footnotes nil) (setq footnote-section-tag "") (setq footnote-style 'latin) (when (locate-library "org.el-XXX") ;; turn on the `org-mode' table editor (turn-on-orgtbl) ;; turn on orgstruct-mode (turn-on-orgstruct) ;; turn on the enhanced version of orgstruct-mode (turn-on-orgstruct++))) (add-hook 'message-mode-hook 'my-message-mode-hook) --8<---------------cut here---------------end--------------->8--- Best regards, Seb --=20 S=C3=A9bastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode