bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55812: 27.1; org2blog won't save draft with non-ascii character


From: Laura Conrad
Subject: bug#55812: 27.1; org2blog won't save draft with non-ascii character
Date: Sun, 05 Jun 2022 17:00:28 -0400

I have been using org2blog to post to my wordpress.com blog
<http://laymusic.org>.  This week, my post included the French word
"Auprès", and I got the following in the Warnings buffer:

When I changed "Auprès" to "Aupres", the post  went through fine.
Org2Blog Runtime: Org2Blog 1.1.11, Emacs 27.1, Org Mode 9.3, MetaWeblog 1.1.1, 
XML-RPC 1.6.8
Error (org2blog/wp): I’m sorry I ran into a problem on post: “News of the week 
of May 31, 2022” (ID “nil”) inside of ‘org2blog-entry-save’.
Error (org2blog/wp): 2022-06-05T12:58:23-04:00
Please report that along with the following details:
(error Multibyte text in HTTP request: POST /xmlrpc.php HTTP/1.1
MIME-Version: 1.0
Connection: close
Extension: Security/Digest Security/SSL
Host: blog.laymusic.org
Accept-encoding: gzip
Accept-charset: utf-8;q=1, iso-8859-1;q=0.5
Accept: */*
User-Agent: xml-rpc.el/1.6.8 URL/Emacs Emacs/27.1 (X11; x86_64-pc-linux-gnu)
Connection: close
Content-Type: text/xml; charset=utf-8
Content-length: 3587

<?xml version="1.0" encoding="UTF-8"?>
<methodCall>
  <methodName>metaWeblog.newPost</methodName>
  <params>
    <param>
      <value>
        <string>1</string>
      </value>
    </param>
    <param>
      <value>
        <string>laymusic</string>
      </value>
    </param>
    <param>
      <value>
        <string>4swd k2m3 yy5q hkoe</string>
      </value>
    </param>
    <param>
      <value>
        <struct>
          <member>
            <name>title</name>
            <value>News of the week of May 31, 2022</value>
          </member>
          <member>
            <name>description</name>
            <value>



&lt;div id=&quot;outline-container-org977e5f7&quot; 
class=&quot;outline-2&quot;&gt;
&lt;h2 id=&quot;org977e5f7&quot;&gt;Meeting Report&lt;/h2&gt;
&lt;div class=&quot;outline-text-2&quot; id=&quot;text-org977e5f7&quot;&gt;
&lt;p&gt; We played: &lt;/p&gt;

&lt;ul class=&quot;org-ul&quot;&gt;
&lt;li&gt;&lt;a 
href=&quot;http://serpentpublications.org/drupal7/?q=by-composer/42&quot;&gt;Sermisy&lt;/a&gt;,
 &lt;a 
href=&quot;http://serpentpublications.org/drupal7/?q=piecepage/193&quot;&gt;Aupr\303\250s
 de vous&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a 
href=&quot;http://serpent.serpentpublications.org/drupal7/?q=pieces_by_composer/31&quot;&gt;de
 Antiquis&lt;/a&gt;: &lt;a 
href=&quot;http://serpent.serpentpublications.org/drupal7/?q=piecepage/150&quot;&gt;Fantasia
 secunda&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a 
href=&quot;http://serpentpublications.org/drupal7/?q=pieces_by_composer/6&quot;&gt;Byrd&lt;/a&gt;,
 &lt;a 
href=&quot;http://serpent.serpentpublications.org/drupal7/?q=piecepage/792&quot;&gt;Who
 looks may leap&lt;/a&gt;, &lt;a 
href=&quot;http://serpentpublications.org/drupal7/?q=piecepage/850&quot;&gt;Of 
flatt&apos;ring speech&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a 
href=&quot;http://serpent.serpentpublications.org/drupal7/?q=by-composer/1&quot;&gt;Morley&lt;/a&gt;:
 &lt;a 
href=&quot;http://serpentpublications.org/drupal7/?q=piecepage/682&quot;&gt;Where
 art thou wanton?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a 
href=&quot;http://serpent.serpentpublications.org/drupal7/?q=pieces_by_composer/44&quot;&gt;Purcell&lt;/a&gt;,
 &lt;a 
href=&quot;http://serpentpublications.org/drupal7/?q=piecepage/211&quot;&gt;Cakes
 and Ale&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div id=&quot;outline-container-orgba686ff&quot; 
class=&quot;outline-2&quot;&gt;
&lt;h2 id=&quot;orgba686ff&quot;&gt;Schedule&lt;/h2&gt;
&lt;div class=&quot;outline-text-2&quot; id=&quot;text-orgba686ff&quot;&gt;
&lt;p&gt; We meet on Tuesdays at 7:45 pm at the home of Wendy Goble and Richard 
Schmeidler in Arlington Center.  Please let me, Wendy, and Richard know if you 
want to come. &lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
</value>
          </member>
          <member>
            <name>mt_excerpt</name>
            <value></value>
          </member>
          <member>
            <name>wp_slug</name>
            <value></value>
          </member>
          <member>
            <name>dateCreated</name>
            <dateTime.iso8601>20220605T16:46:00+0000</dateTime.iso8601>
          </member>
          <nil/>
          <member>
            <name>categories</name>
            <value>
              <array>
                <data>
                  <value>
                    <string>Cantabile</string>
                  </value>
                </data>
              </array>
            </value>
          </member>
        </struct>
      </value>
    </param>
    <param>
      <value>
        <boolean>0</boolean>
      </value>
    </param>
  </params>
</methodCall>
)
Org2Blog Runtime: Org2Blog 1.1.11, Emacs 27.1, Org Mode 9.3, MetaWeblog 1.1.1, 
XML-RPC 1.6.8
Org2Blog Runtime: Org2Blog 1.1.11, Emacs 27.1, Org Mode 9.3, MetaWeblog 1.1.1, 
XML-RPC 1.6.8
Error (org2blog/wp): I’m sorry I ran into a problem on post: “News of the week 
of May 31, 2022” (ID “nil”) inside of ‘org2blog-entry-save’.
Error (org2blog/wp): 2022-06-05T12:58:23-04:00
Please report that along with the following details:
(error Multibyte text in HTTP request: POST /xmlrpc.php HTTP/1.1
MIME-Version: 1.0
Connection: close
Extension: Security/Digest Security/SSL
Host: blog.laymusic.org
Accept-encoding: gzip
Accept-charset: utf-8;q=1, iso-8859-1;q=0.5
Accept: */*
User-Agent: xml-rpc.el/1.6.8 URL/Emacs Emacs/27.1 (X11; x86_64-pc-linux-gnu)
Connection: close
Content-Type: text/xml; charset=utf-8
Content-length: 3587

<?xml version="1.0" encoding="UTF-8"?>
<methodCall>
  <methodName>metaWeblog.newPost</methodName>
  <params>
    <param>
      <value>
        <string>1</string>
      </value>
    </param>
    <param>
      <value>
        <string>laymusic</string>
      </value>
    </param>
    <param>
      <value>
        <string>4swd k2m3 yy5q hkoe</string>
      </value>
    </param>
    <param>
      <value>
        <struct>
          <member>
            <name>title</name>
            <value>News of the week of May 31, 2022</value>
          </member>
          <member>
            <name>description</name>
            <value>



&lt;div id=&quot;outline-container-org977e5f7&quot; 
class=&quot;outline-2&quot;&gt;
&lt;h2 id=&quot;org977e5f7&quot;&gt;Meeting Report&lt;/h2&gt;
&lt;div class=&quot;outline-text-2&quot; id=&quot;text-org977e5f7&quot;&gt;
&lt;p&gt; We played: &lt;/p&gt;

&lt;ul class=&quot;org-ul&quot;&gt;
&lt;li&gt;&lt;a 
href=&quot;http://serpentpublications.org/drupal7/?q=by-composer/42&quot;&gt;Sermisy&lt;/a&gt;,
 &lt;a 
href=&quot;http://serpentpublications.org/drupal7/?q=piecepage/193&quot;&gt;Aupr\303\250s
 de vous&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a 
href=&quot;http://serpent.serpentpublications.org/drupal7/?q=pieces_by_composer/31&quot;&gt;de
 Antiquis&lt;/a&gt;: &lt;a 
href=&quot;http://serpent.serpentpublications.org/drupal7/?q=piecepage/150&quot;&gt;Fantasia
 secunda&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a 
href=&quot;http://serpentpublications.org/drupal7/?q=pieces_by_composer/6&quot;&gt;Byrd&lt;/a&gt;,
 &lt;a 
href=&quot;http://serpent.serpentpublications.org/drupal7/?q=piecepage/792&quot;&gt;Who
 looks may leap&lt;/a&gt;, &lt;a 
href=&quot;http://serpentpublications.org/drupal7/?q=piecepage/850&quot;&gt;Of 
flatt&apos;ring speech&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a 
href=&quot;http://serpent.serpentpublications.org/drupal7/?q=by-composer/1&quot;&gt;Morley&lt;/a&gt;:
 &lt;a 
href=&quot;http://serpentpublications.org/drupal7/?q=piecepage/682&quot;&gt;Where
 art thou wanton?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a 
href=&quot;http://serpent.serpentpublications.org/drupal7/?q=pieces_by_composer/44&quot;&gt;Purcell&lt;/a&gt;,
 &lt;a 
href=&quot;http://serpentpublications.org/drupal7/?q=piecepage/211&quot;&gt;Cakes
 and Ale&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div id=&quot;outline-container-orgba686ff&quot; 
class=&quot;outline-2&quot;&gt;
&lt;h2 id=&quot;orgba686ff&quot;&gt;Schedule&lt;/h2&gt;
&lt;div class=&quot;outline-text-2&quot; id=&quot;text-orgba686ff&quot;&gt;
&lt;p&gt; We meet on Tuesdays at 7:45 pm at the home of Wendy Goble and Richard 
Schmeidler in Arlington Center.  Please let me, Wendy, and Richard know if you 
want to come. &lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
</value>
          </member>
          <member>
            <name>mt_excerpt</name>
            <value></value>
          </member>
          <member>
            <name>wp_slug</name>
            <value></value>
          </member>
          <member>
            <name>dateCreated</name>
            <dateTime.iso8601>20220605T16:46:00+0000</dateTime.iso8601>
          </member>
          <nil/>
          <member>
            <name>categories</name>
            <value>
              <array>
                <data>
                  <value>
                    <string>Cantabile</string>
                  </value>
                </data>
              </array>
            </value>
          </member>
        </struct>
      </value>
    </param>
    <param>
      <value>
        <boolean>0</boolean>
      </value>
    </param>
  </params>
</methodCall>
)
Org2Blog Runtime: Org2Blog 1.1.11, Emacs 27.1, Org Mode 9.3, MetaWeblog 1.1.1, 
XML-RPC 1.6.8



In GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, cairo 
version 1.16.0)
 of 2022-01-24, modified by Debian built on lgw01-amd64-048
Windowing system distributor 'The X.Org Foundation', version 11.0.12101003
System Description: Ubuntu 22.04 LTS

Recent messages:
nnml: Reading incoming mail (no new mail)...done
Reading active file from private via nnml...done
Reading active file via nndraft...done
Reading active file from private via nnml...done
Checking new news...done
Mark set
next-line: End of buffer [12 times]
kill-region: Buffer is read-only: #<buffer *Warnings*>
Saved text from "Org2Blog Runtime: Org2Blog 1.1.11, Emacs"
Composing main Info directory...done
user-error: Info file emacs does not exist
Configured using:
 'configure --build x86_64-linux-gnu --prefix=/usr
 --sharedstatedir=/var/lib --libexecdir=/usr/lib
 --localstatedir=/var/lib --infodir=/usr/share/info
 --mandir=/usr/share/man --enable-libsystemd --with-pop=yes
 
--enable-locallisppath=/etc/emacs:/usr/local/share/emacs/27.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/27.1/site-lisp:/usr/share/emacs/site-lisp
 --with-sound=alsa --without-gconf --with-mailutils --build
 x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib
 --libexecdir=/usr/lib --localstatedir=/var/lib
 --infodir=/usr/share/info --mandir=/usr/share/man --enable-libsystemd
 --with-pop=yes
 
--enable-locallisppath=/etc/emacs:/usr/local/share/emacs/27.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/27.1/site-lisp:/usr/share/emacs/site-lisp
 --with-sound=alsa --without-gconf --with-mailutils --with-cairo
 --with-x=yes --with-x-toolkit=gtk3 --with-toolkit-scroll-bars
 'CFLAGS=-g -O2
 -ffile-prefix-map=/build/emacs-NbbgEv/emacs-27.1+1=. -fstack-protector-strong
 -Wformat -Werror=format-security -Wall' 'CPPFLAGS=-Wdate-time
 -D_FORTIFY_SOURCE=2' 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro''

Configured features:
XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND GPM DBUS GSETTINGS GLIB NOTIFY
INOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE HARFBUZZ M17N_FLT LIBOTF
ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS LIBSYSTEMD
JSON PDUMPER LCMS2 GMP

Important settings:
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8

Major mode: Info

Minor modes in effect:
  shell-dirtrack-mode: t
  override-global-mode: t
  display-time-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
/usr/local/share/emacs/site-lisp/lyqi/lyqi-parser hides 
/usr/local/share/emacs/site-lisp/lyqi-0.2.5/lyqi-parser
/usr/local/share/emacs/site-lisp/lyqi/lyqi-mode hides 
/usr/local/share/emacs/site-lisp/lyqi-0.2.5/lyqi-mode
/usr/local/share/emacs/site-lisp/lyqi/lyqi-base hides 
/usr/local/share/emacs/site-lisp/lyqi-0.2.5/lyqi-base
/usr/local/share/emacs/site-lisp/lyqi/lyqi-editor hides 
/usr/local/share/emacs/site-lisp/lyqi-0.2.5/lyqi-editor
/usr/local/share/emacs/site-lisp/lyqi/lyqi-midi hides 
/usr/local/share/emacs/site-lisp/lyqi-0.2.5/lyqi-midi
/usr/local/share/emacs/site-lisp/lyqi/lyqi-rumor hides 
/usr/local/share/emacs/site-lisp/lyqi-0.2.5/lyqi-rumor
/usr/local/share/emacs/site-lisp/bbdb-site hides 
/usr/share/emacs/site-lisp/bbdb3/bbdb-site
/usr/local/share/emacs/site-lisp/bbdb-mua hides 
/usr/share/emacs/site-lisp/bbdb3/bbdb-mua
/usr/local/share/emacs/site-lisp/bbdb-anniv hides 
/usr/share/emacs/site-lisp/bbdb3/bbdb-anniv
/usr/local/share/emacs/site-lisp/bbdb-pgp hides 
/usr/share/emacs/site-lisp/bbdb3/bbdb-pgp
/usr/local/share/emacs/site-lisp/bbdb-ispell hides 
/usr/share/emacs/site-lisp/bbdb3/bbdb-ispell
/usr/local/share/emacs/site-lisp/bbdb-migrate hides 
/usr/share/emacs/site-lisp/bbdb3/bbdb-migrate
/usr/local/share/emacs/site-lisp/bbdb-message hides 
/usr/share/emacs/site-lisp/bbdb3/bbdb-message
/usr/local/share/emacs/site-lisp/bbdb-rmail hides 
/usr/share/emacs/site-lisp/bbdb3/bbdb-rmail
/usr/local/share/emacs/site-lisp/bbdb-sc hides 
/usr/share/emacs/site-lisp/bbdb3/bbdb-sc
/usr/local/share/emacs/site-lisp/bbdb-snarf hides 
/usr/share/emacs/site-lisp/bbdb3/bbdb-snarf
/usr/local/share/emacs/site-lisp/bbdb-gnus hides 
/usr/share/emacs/site-lisp/bbdb3/bbdb-gnus
/usr/local/share/emacs/site-lisp/bbdb-com hides 
/usr/share/emacs/site-lisp/bbdb3/bbdb-com
/usr/local/share/emacs/site-lisp/bbdb hides 
/usr/share/emacs/site-lisp/bbdb3/bbdb
/usr/local/share/emacs/site-lisp/bbdb-loaddefs hides 
/usr/share/emacs/site-lisp/bbdb3/bbdb-loaddefs
/usr/local/share/emacs/site-lisp/bbdb-mhe hides 
/usr/share/emacs/site-lisp/bbdb3/bbdb-mhe
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-compat hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-compat
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-crypto hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-crypto
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-wash hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-wash
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-pkg hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-pkg
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-hello hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-hello
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/coolj hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/coolj
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-show hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-show
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-address hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-address
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-version hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-version
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-print hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-print
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-company hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-company
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-lib hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-lib
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-autoloads hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-autoloads
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-jump hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-jump
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-maildir-fcc hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-maildir-fcc
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-tree hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-tree
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-query hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-query
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-mua hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-mua
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-draft hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-draft
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-parser hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-parser
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-message hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-message
/usr/share/emacs/site-lisp/elpa/notmuch-0.35/notmuch-tag hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.35/notmuch-tag

Features:
(shadow emacsbug mhtml-mode css-mode smie eww js imenu cc-mode cc-fonts
cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs
bbdb-sc supercite regi bbdb-message sendmail thingatpt rng-nxml
rng-valid nxml-mode nxml-outln nxml-rap sgml-mode warnings rx compile
autoload lisp-mnt pp misearch multi-isearch help-fns radix-tree cl-print
debug backtrace ox-wp ox-odt rng-loc rng-uri rng-parse rng-match rng-dt
rng-util rng-pttrn nxml-parse nxml-ns nxml-enc xmltok nxml-util ox-latex
ox-icalendar ox-html table ox-ascii ox-publish ox metaweblog xml-rpc
hydra lv htmlize org-element avl-tree generator ol-eww ol-rmail ol-mhe
ol-irc ol-info ol-gnus nnir ol-docview doc-view jka-compr image-mode
exif ol-bibtex bibtex ol-bbdb ol-w3m org ob ob-tangle ob-ref ob-lob
ob-table ob-exp org-macro org-footnote org-src ob-comint org-pcomplete
org-list org-faces org-entities noutline outline org-version
ob-emacs-lisp ob-core ob-eval org-table ol org-keys org-compat advice
org-macs org-loaddefs find-func cal-menu calendar cal-loaddefs flow-fill
url-http url-gw url-auth url-queue url-cache nnrss mm-url shr-color
color mule-util cl-extra help-mode sort smiley gnus-cite mm-archive
mail-extr gnus-async gnus-bcklg qp gnus-ml disp-table cursor-sensor
gnutls network-stream nsm nndraft nnmh nnfolder executable bbdb-gnus
bbdb-mua bbdb-com crm nnml gnus-agent gnus-srvr gnus-score score-mode
nnvirtual gnus-msg nntp gnus-cache gnus-art mm-uu mml2015 mm-view
mml-smime smime dig gnus-sum url url-proxy url-privacy url-expand
url-methods url-history mailcap shr url-cookie url-domsuf url-util svg
xml dom gnus-group gnus-undo randomsig cl gnus-start gnus-cloud nnimap
nnmail mail-source utf7 netrc nnoo gnus-spec gnus-int gnus-range message
rmc puny dired dired-loaddefs rfc822 mml mml-sec epa derived epg
epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader gnus-win gnus nnheader gnus-util rmail
rmail-loaddefs rfc2047 rfc2045 ietf-drums text-property-search
mail-utils mm-util mail-prsvr cus-edit cus-start cus-load wid-edit tramp
tramp-loaddefs trampver tramp-integration files-x tramp-compat shell
pcomplete comint ansi-color ring parse-time iso8601 time-date ls-lisp
format-spec use-package use-package-ensure use-package-delight
use-package-diminish use-package-bind-key bind-key easy-mmode
use-package-core finder-inf midi-input bbdb bbdb-site timezone edmacro
kmacro time bbdb-loaddefs org2blog-autoloads info package easymenu
browse-url url-handlers url-parse auth-source cl-seq eieio eieio-core
cl-macs eieio-loaddefs password-cache json subr-x map url-vars seq
byte-opt gv bytecomp byte-compile cconv cl-loaddefs cl-lib tooltip eldoc
electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win
x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode elisp-mode lisp-mode
prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese composite charscript charprop case-table epa-hook
jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice loaddefs
button faces cus-face macroexp files text-properties overlay sha1 md5
base64 format env code-pages mule custom widget hashtable-print-readable
backquote threads dbusbind inotify lcms2 dynamic-setting
system-font-setting font-render-setting cairo move-toolbar gtk x-toolkit
x multi-tty make-network-process emacs)

Memory information:
((conses 16 1945653 195849)
 (symbols 48 40580 153)
 (strings 32 490728 33358)
 (string-bytes 1 13787290)
 (vectors 16 80948)
 (vector-slots 8 2640266 192850)
 (floats 8 573 1184)
 (intervals 56 176904 5932)
 (buffers 1000 166))

-- 
Laura   (mailto:lconrad@laymusic.org)
(617) 661-8097  233 Broadway, Cambridge, MA 02139   
<http://www.laymusic.org/> <http://www.serpentpublications.org>

One very useful exercise is to ask a student to sing, just once, as
badly as they can. It's amazing what wonderful things come out when
you give them that permission.

Phillip Langridge, quoted in his New York Times obituary, March 8, 2010






reply via email to

[Prev in Thread] Current Thread [Next in Thread]