Gnus development mailing list
 help / color / mirror / Atom feed
From: Francesco Pizzolante <fpz@missioncriticalit.com>
To: ding <ding@gnus.org>
Subject: Re: Problem when sending diffs
Date: Thu, 7 Oct 2010 15:29:18 +0200	[thread overview]
Message-ID: <AANLkTinNpz-KdFMMrBcUF=6jMStYt15dbMPv=jZ00pwd@mail.gmail.com> (raw)
In-Reply-To: <sa3vd5etdoh.fsf@cigue.easter-eggs.fr>

Hi,

2010/10/7 Julien Danjou <julien@danjou.info>:
> Seriously, do you keep a copy of your outgoing message, and if yes, how
> do they look like?

Yes, I keep my outgoing messages and they are all OK.


> If you try to remove most of your emacs/gnus configuration, does that
> change anything?

I've (almost) completely skipped my .emacs and removed a lot of stuff in my
.gnus but I still have the problem.

I traced the problem with Wireshark. It seems that the message is correctly
sent. But the message I received is wrong. The only thing I can see is errors
(500 and 502) at the end of the conversation with the smtp server. The log is
hereunder.

Thanks,
Francesco

#v+
220 mail.missioncriticalit.com ESMTP Postfix (Debian/GNU)
EHLO WITTGENSTEIN.
250-mail.missioncriticalit.com
250-PIPELINING
250-SIZE 20480000
250-VRFY
250-ETRN
250 8BITMIME
MAIL FROM:<fpz@missioncriticalit.com> SIZE=6165
250 Ok
RCPT TO:<fpz@missioncriticalit.com>
250 Ok
RCPT TO:<XXX@missioncriticalit.com>
250 Ok
DATA
354 End data with <CR><LF>.<CR><LF>
From: Francesco Pizzolante <fpz@missioncriticalit.com>
To: XXX <XXX@missioncriticalit.com>
Cc: Francesco Pizzolante <fpz@missioncriticalit.com>
Subject: review > org export latex (default) packages
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)
X-Archive: encrypt
Date: Thu, 07 Oct 2010 15:11:37 +0200
Message-ID: <87d3rmqh9y.fsf@mundaneum.com>
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
                      '("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]"
         ;; (setq org-export-latex-packages-alist
         ;;       '(("" "xcolor")

.
                        ("\\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 Ok: queued as D4BA89E017
502 Error: command not implemented
502 Error: command not implemented
500 Error: bad syntax
502 Error: command not implemented
502 Error: command not implemented
500 Error: bad syntax
502 Error: command not implemented
502 Error: command not implemented
502 Error: command not implemented
502 Error: command not implemented
502 Error: command not implemented
QUIT
502 Error: command not implemented
502 Error: command not implemented
#v-



  reply	other threads:[~2010-10-07 13:29 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-20  7:00 Francesco Pizzolante
2010-09-20 16:31 ` Lars Magne Ingebrigtsen
2010-10-07 11:34   ` Francesco Pizzolante
2010-10-07 12:01     ` Julien Danjou
2010-10-07 13:29       ` Francesco Pizzolante [this message]
2010-10-07 13:34         ` Julien Danjou
2010-10-07 13:40           ` Francesco Pizzolante
2010-10-07 13:34         ` Lars Magne Ingebrigtsen
2010-10-07 13:41           ` Francesco Pizzolante
2010-10-07 13:49             ` Lars Magne Ingebrigtsen
2010-10-07 13:58               ` Francesco Pizzolante
2010-10-07 14:01                 ` Lars Magne Ingebrigtsen
2010-10-07 14:07                   ` Francesco Pizzolante
2010-10-07 17:21           ` Andreas Schwab
2010-10-07 18:08             ` Francesco Pizzolante
2010-10-07 18:12             ` Lars Magne Ingebrigtsen
2010-10-07 18:24               ` Francesco Pizzolante
2010-10-07 18:53                 ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTinNpz-KdFMMrBcUF=6jMStYt15dbMPv=jZ00pwd@mail.gmail.com' \
    --to=fpz@missioncriticalit.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).