From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72725 Path: news.gmane.org!not-for-mail From: Francesco Pizzolante Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem when sending diffs Date: Thu, 7 Oct 2010 18:08:58 +0000 (UTC) Message-ID: References: <87bp7s6fvq.fsf@mundaneum.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1286474993 20460 80.91.229.12 (7 Oct 2010 18:09:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Oct 2010 18:09:53 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21097@lists.math.uh.edu Thu Oct 07 20:09:51 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P3uuc-00069l-U4 for ding-account@gmane.org; Thu, 07 Oct 2010 20:09:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P3uu5-0003yY-Hw; Thu, 07 Oct 2010 13:09:17 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P3uu2-0003yC-E5 for ding@lists.math.uh.edu; Thu, 07 Oct 2010 13:09:14 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P3uty-0004Yx-RS for ding@lists.math.uh.edu; Thu, 07 Oct 2010 13:09:13 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P3uty-0007HH-00 for ; Thu, 07 Oct 2010 20:09:10 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P3utv-0005zv-UJ for ding@gnus.org; Thu, 07 Oct 2010 20:09:08 +0200 Original-Received: from ip-83-134-41-157.dsl.scarlet.be ([83.134.41.157]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Oct 2010 20:09:07 +0200 Original-Received: from fpz by ip-83-134-41-157.dsl.scarlet.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Oct 2010 20:09:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 225 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 83.134.41.157 (Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.63 Safari/534.3) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72725 Archived-At: Hi, > >> . > > > > That's the problem. The email isn't dot-encoded before sending. > > It looks as if the dot line together with the previous three lines were > sent out of sequence and were supposed to be sent at the end of the > data. I just tried with another smtp server and I get more details at the end of the log (see hereunder). Any idea? Francesco 220 eir.is.scarlet.be ESMTP Scarlet Belgium - Thu, 7 Oct 2010 20:00:36 +0200 EHLO WITTGENSTEIN. 250-eir.is.scarlet.be Hello ip-83-134-41-157.dsl.scarlet.be [83.134.41.157], pleased to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-8BITMIME 250-SIZE 250-DSN 250-AUTH PLAIN LOGIN 250-STARTTLS 250-DELIVERBY 250 HELP MAIL FROM: SIZE=6226 250 2.1.0 ... Sender ok RCPT TO: 250 2.1.5 ... Recipient ok DATA 354 Enter mail, end with "." on a line by itself From: Francesco Pizzolante To: Francesco Pizzolante Subject: review > org export latex (default) packages X-Archive: encrypt Date: Thu, 07 Oct 2010 20:00:34 +0200 Message-ID: <87pqvl6fy5.fsf@mundaneum.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi, =================================================================== emacs-init-XXX.el: Keep only inputenc in org-export-latex-default-packages-alist. Move all other packages to org-export-latex-packages-alist. Do not export any packages for mc* LaTeX classes (they must be included in the classes). Index: emacs-init-XXX.el =================================================================== --- emacs-init-XXX.el.(revision 4693) +++ emacs-init-XXX.el.(working copy) @@ -8278,7 +8278,7 @@ ;; 12.6.2 (add-to-list 'org-export-latex-classes '("mcarticle" - "\\documentclass{mcarticle}\n\\usepackage[AUTO]{inputenc}\n" + "\\documentclass{mcarticle}\n[NO-PACKAGES]" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") @@ -8287,7 +8287,7 @@ (add-to-list 'org-export-latex-classes '("mccommercial" - "\\documentclass{mccommercial}\n\\usepackage[AUTO]{inputenc}\n" + "\\documentclass{mccommercial}\n[NO-PACKAGES]" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") @@ -8296,7 +8296,7 @@ (add-to-list 'org-export-latex-classes ;; (setq org-export-latex-packages-alist ;; '(("" "xcolor") . '("mcreport" - "\\documentclass{mcreport}\n\\usepackage[AUTO]{inputenc}\n" + "\\documentclass{mcreport}\n[NO-PACKAGES]" ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") @@ -8305,7 +8305,7 @@ (add-to-list 'org-export-latex-classes '("mcbook" - "\\documentclass{mcbook}\n\\usepackage[AUTO]{inputenc}\n" + "\\documentclass{mcbook}\n[NO-PACKAGES]" ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") @@ -8314,7 +8314,7 @@ (add-to-list 'org-export-latex-classes '("alta" - "\\documentclass{alta}\n\\usepackage[AUTO]{inputenc}\n" + "\\documentclass{alta}\n" ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") @@ -8323,7 +8323,7 @@ (add-to-list 'org-export-latex-classes '("mccontract" - "\\documentclass{mccontract}\n\\usepackage[AUTO]{inputenc}\n" + "\\documentclass{mccontract}\n[NO-PACKAGES]" ("\\mccarticle{%s}" . "\\mccarticle*{%s}") ("\\mccparagraph{%s}" . "\\mccparagraph*{%s}"))) @@ -8356,24 +8356,25 @@ ;; please let me know so that we can find a solution. (setq org-export-latex-default-packages-alist - '(("AUTO" "inputenc" t) - ("T1" "fontenc" t) - ("" "fixltx2e" nil) - ("" "graphicx" t) - ("" "longtable" nil) - ("" "float" nil) - ("" "wrapfig" nil) - ("" "soul" t) - ("" "t1enc" t) - ("" "textcomp" t) - ("" "marvosym" t) - ("" "wasysym" t) - ("" "latexsym" t) - ("" "amssymb" t) - ("" "hyperref" nil) - "\\tolerance=1000")) + '(("AUTO" "inputenc"))) + (add-to-list 'org-export-latex-packages-alist '("T1" "fontenc") t) + (add-to-list 'org-export-latex-packages-alist '("" "fixltx2e") t) + (add-to-list 'org-export-latex-packages-alist '("" "graphicx") t) + (add-to-list 'org-export-latex-packages-alist '("" "longtable") t) + (add-to-list 'org-export-latex-packages-alist '("" "float") t) + (add-to-list 'org-export-latex-packages-alist '("" "wrapfig") t) + (add-to-list 'org-export-latex-packages-alist '("" "soul") t) + (add-to-list 'org-export-latex-packages-alist '("" "t1enc") t) + (add-to-list 'org-export-latex-packages-alist '("" "textcomp") t) + (add-to-list 'org-export-latex-packages-alist '("" "marvosym") t) + (add-to-list 'org-export-latex-packages-alist '("" "wasysym") t) + (add-to-list 'org-export-latex-packages-alist '("" "latexsym") t) + (add-to-list 'org-export-latex-packages-alist '("" "amssymb") t) + (add-to-list 'org-export-latex-packages-alist '("" "hyperref") t) + (add-to-list 'org-export-latex-packages-alist '"\\tolerance=1000" t) + ;;*** Not sorted (section "Not sorted") @@ -8442,11 +8443,11 @@ ;; if you want fontified source code, then you must include the ;; `listings' package - (add-to-list 'org-export-latex-packages-alist '("" "listings")) + (add-to-list 'org-export-latex-packages-alist '("" "listings") t) ;; if you want colored source code, then you need to include the ;; `xcolor' package - (add-to-list 'org-export-latex-packages-alist '("" "xcolor")) + (add-to-list 'org-export-latex-packages-alist '("" "xcolor") t) 250 2.0.0 o97I0aWb013863 Message accepted for delivery 500 5.5.1 Command unrecognized: "" 500 5.5.1 Command unrecognized: " '("mcreport"" 500 5.5.1 Command unrecognized: "- "\\documentclass{mcreport}\n\\usepackage[AUTO]{inputenc}\n"" 500 5.5.1 Command unrecognized: "+ "\\documentclass{mcreport}\n[NO-PACKAGES]"" 500 5.5.1 Command unrecognized: " ("\\chapter{%s}" . "\\chapter*{%s}")" 500 5.5.1 Command unrecognized: " ("\\section{%s}" . "\\section*{%s}")" 500 5.5.1 Command unrecognized: " ("\\subsection{%s}" . "\\subsection*{%s}")" 500 5.5.1 Command unrecognized: "@@ -8305,7 +8305,7 @@" 500 5.5.1 Command unrecognized: " " 500 5.5.1 Command unrecognized: " (add-to-list 'org-export-latex- classes" 500 5.5.1 Command unrecognized: " '("mcbook"" 500 5.5.1 Command unrecognized: "- "\\documentclass{mcbook}\n\\usepackage[AUTO]{inputenc}\n"" 500 5.5.1 Command unrecognized: "+ "\\documentclass{mcbook}\n[NO-PACKAGES]"" 500 5.5.1 Command unrecognized: " ("\\chapter{%s}" . "\\chapter*{%s}")" 500 5.5.1 Command unrecognized: " ("\\section{%s}" . "\\section*{%s}")" 500 5.5.1 Command unrecognized: " ("\\subsection{%s}" . "\\subsection*{%s}")" 500 5.5.1 Command unrecognized: "@@ -8314,7 +8314,7 @@" 500 5.5.1 Command unrecognized: " " 500 5.5.1 Command unrecognized: " (add-to-list 'org-export-latex- classes" 500 5.5.1 Command unrecognized: " '("alta"" 500 5.5.1 Command unrecognized: "- "\\documentclass{alta}\n\\usepackage[AUTO]{inputenc}\n"" 500 5.5.1 Command unrecognized: "+ "\\documentclass{alta}\n"" 500 5.5.1 Command unrecognized: " ("\\chapter{%s}" . "\\chapter*{%s}")" 500 5.5.1 Command unrecognized: " ("\\section{%s}" . "\\section*{%s}")" 500 5.5.1 Command unrecognized: " ("\\subsection{%s}" . "\\subsection*{%s}")" 421 4.7.0 eir.is.scarlet.be Too many bad commands; closing connection QUIT