From unknown Sun Jun 15 08:49:56 2025 X-Loop: help-debbugs@gnu.org Subject: bug#18447: 24.3; transfer case doesn't work in some instances Resent-From: Randy Yates Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 10 Sep 2014 17:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 18447 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 18447@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.141036952210482 (code B ref -1); Wed, 10 Sep 2014 17:19:02 +0000 Received: (at submit) by debbugs.gnu.org; 10 Sep 2014 17:18:42 +0000 Received: from localhost ([127.0.0.1]:36943 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XRlXU-0002iz-Cp for submit@debbugs.gnu.org; Wed, 10 Sep 2014 13:18:41 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40904) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XRlOr-0002Uc-Mm for submit@debbugs.gnu.org; Wed, 10 Sep 2014 13:09:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRlOf-0003nx-OE for submit@debbugs.gnu.org; Wed, 10 Sep 2014 13:09:40 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:51347) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRlOf-0003nr-M5 for submit@debbugs.gnu.org; Wed, 10 Sep 2014 13:09:33 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRlOZ-0001gA-Lm for bug-gnu-emacs@gnu.org; Wed, 10 Sep 2014 13:09:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRlOT-0003S4-Lf for bug-gnu-emacs@gnu.org; Wed, 10 Sep 2014 13:09:27 -0400 Received: from mail.centurylink.net ([205.219.233.9]:52668 helo=smtp.centurylink.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRlOT-0003R4-80 for bug-gnu-emacs@gnu.org; Wed, 10 Sep 2014 13:09:21 -0400 X_CMAE_Category: , , X-CNFS-Analysis: v=2.0 cv=bpPO9Tmi c=1 sm=1 a=kranDmSTaCk61G2o8f10jA==:17 a=QTEnzDacfYcA:10 a=UM8wfftFA6wA:10 a=x1JHTF3VILYA:10 a=yrnTiy7_AAAA:8 a=vTr9H3xdAAAA:8 a=7IQk47aQXXxXqysuiTQA:9 a=jcnOQgL-rbJHRD-_:21 a=hnltfWoeflYCVdPh:21 a=kranDmSTaCk61G2o8f10jA==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: eWF0ZXNmcmVlZGFyYW5keUBjZW50dXJ5bGluay5uZXQ= Authentication-Results: smtp02.agate.dfw.synacor.com smtp.user=yatesfreedarandy@centurylink.net; auth=pass (LOGIN) Received: from [67.232.27.161] ([67.232.27.161:46233] helo=galois.digitalsignallabs.com) by smtp.centurylink.net (envelope-from ) (ecelerity 3.5.1.37854 r(Momo-dev:3.5.1.0)) with ESMTPA id F6/4B-20991-DB580145; Wed, 10 Sep 2014 13:09:18 -0400 Received: from localhost.localdomain (nc-67-232-27-161.dhcp.embarqhsd.net [67.232.27.161]) by galois.digitalsignallabs.com (Postfix) with ESMTPA id 53744200558 for ; Wed, 10 Sep 2014 13:09:16 -0400 (EDT) From: Randy Yates Date: Wed, 10 Sep 2014 13:09:16 -0400 Message-ID: <871trjwgg3.fsf@digitalsignallabs.com> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Mailman-Approved-At: Wed, 10 Sep 2014 13:18:38 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) (defun transfer-case-test () (let ((case-fold-search t) (case-replace t)) (with-current-buffer (current-buffer) (insert "x86_64")(newline) (insert "X86_64")(newline) (goto-char (point-min)) (perform-replace "x86_64" "armv7l" t nil nil nil nil nil nil)))) Evaluate transfer-case-test in a new emacs -Q to see the problem. The resulting text in the buffer will by "armv7l\n armv7l" instead of the expected "armv7l\n ARMV7L". --Randy In GNU Emacs 24.3.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.10.9) of 2014-08-18 on buildvm-21.phx2.fedoraproject.org Windowing system distributor `Fedora Project', version 11.0.11404000 System Description: Fedora release 20 (Heisenbug) Configured using: `configure '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-dbus' '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xft' '--with-xpm' '--with-x-toolkit=gtk3' '--with-gpm=no' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' 'LDFLAGS=-Wl,-z,relro '' Important settings: value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=none locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Apropos Minor modes in effect: shell-dirtrack-mode: t show-paren-mode: t display-time-mode: t tooltip-mode: t mouse-wheel-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 column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: s a m e SPC o n SPC f e d o r a / e m a c s SPC 2 4 M-x e m a c s - v e r s i o n C-g C-g . 3 . 1 ) i SPC w o u l d SPC e x a p e c t SPC X 8 6 _ 6 4 C-a i n SPC t h a t SPC c a s e , SPC C-e SPC t o SPC b e SPC r e p l a c e d SPC w i t h SPC A R M V 7 L i t s SPC SPC s n o t e . . C-x b * G r C-p M-g C-p C-u 4 0 C-n C-p # # # C-e C-a C-n # # B m SPC C-x o C-x o C-p C-p C-p SPC C-x o K H q y C-p M-g C-p C-u C-g C-x b C-r y a t e s C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-v C-v M-> C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p M-% C-g C-g C-g C-h f b u g m o d e M-x C-g C-g C-h a r e p o r t C-x o C-s b u g C-s C-s C-s C-s C-s C-s C-s C-s C-s C-r C-r C-a C-p C-x o C-n C-n C-n q M-: ( C-g M-x r e p o r t - e m a c s - b Recent messages: Quit Mark saved where search started Mark set Quit [3 times] Making completion list... Type C-x 1 to delete the help window. Quit [2 times] Mark saved where search started Note: file is write protected Type "q" in help window to restore its previous buffer. Quit Load-path shadows: /usr/share/emacs/site-lisp/site-start.d/maxima-modes hides /usr/share/emacs/site-lisp/maxima/site_start.d/maxima-modes /home/yates/.emacs.d/elpa/org-20140602/ob-tangle hides /usr/share/emacs/24.3/lisp/org/ob-tangle /home/yates/.emacs.d/elpa/org-20140602/ob-mscgen hides /usr/share/emacs/24.3/lisp/org/ob-mscgen /home/yates/.emacs.d/elpa/org-20140602/ob-js hides /usr/share/emacs/24.3/lisp/org/ob-js /home/yates/.emacs.d/elpa/org-20140602/org-bibtex hides /usr/share/emacs/24.3/lisp/org/org-bibtex /home/yates/.emacs.d/elpa/org-20140602/ob-sqlite hides /usr/share/emacs/24.3/lisp/org/ob-sqlite /home/yates/.emacs.d/elpa/org-20140602/org-archive hides /usr/share/emacs/24.3/lisp/org/org-archive /home/yates/.emacs.d/elpa/org-20140602/ob-shen hides /usr/share/emacs/24.3/lisp/org/ob-shen /home/yates/.emacs.d/elpa/org-20140602/org-src hides /usr/share/emacs/24.3/lisp/org/org-src /home/yates/.emacs.d/elpa/org-20140602/org-mouse hides /usr/share/emacs/24.3/lisp/org/org-mouse /home/yates/.emacs.d/elpa/org-20140602/org-capture hides /usr/share/emacs/24.3/lisp/org/org-capture /home/yates/.emacs.d/elpa/org-20140602/ob-latex hides /usr/share/emacs/24.3/lisp/org/ob-latex /home/yates/.emacs.d/elpa/org-20140602/ob-C hides /usr/share/emacs/24.3/lisp/org/ob-C /home/yates/.emacs.d/elpa/org-20140602/ob hides /usr/share/emacs/24.3/lisp/org/ob /home/yates/.emacs.d/elpa/org-20140602/ob-perl hides /usr/share/emacs/24.3/lisp/org/ob-perl /home/yates/.emacs.d/elpa/org-20140602/ob-sh hides /usr/share/emacs/24.3/lisp/org/ob-sh /home/yates/.emacs.d/elpa/org-20140602/ob-exp hides /usr/share/emacs/24.3/lisp/org/ob-exp /home/yates/.emacs.d/elpa/org-20140602/ob-octave hides /usr/share/emacs/24.3/lisp/org/ob-octave /home/yates/.emacs.d/elpa/org-20140602/org-rmail hides /usr/share/emacs/24.3/lisp/org/org-rmail /home/yates/.emacs.d/elpa/org-20140602/org hides /usr/share/emacs/24.3/lisp/org/org /home/yates/.emacs.d/elpa/org-20140602/ob-sql hides /usr/share/emacs/24.3/lisp/org/ob-sql /home/yates/.emacs.d/elpa/org-20140602/ob-css hides /usr/share/emacs/24.3/lisp/org/ob-css /home/yates/.emacs.d/elpa/org-20140602/org-ctags hides /usr/share/emacs/24.3/lisp/org/org-ctags /home/yates/.emacs.d/elpa/org-20140602/org-element hides /usr/share/emacs/24.3/lisp/org/org-element /home/yates/.emacs.d/elpa/org-20140602/ob-keys hides /usr/share/emacs/24.3/lisp/org/ob-keys /home/yates/.emacs.d/elpa/org-20140602/ob-python hides /usr/share/emacs/24.3/lisp/org/ob-python /home/yates/.emacs.d/elpa/org-20140602/ob-plantuml hides /usr/share/emacs/24.3/lisp/org/ob-plantuml /home/yates/.emacs.d/elpa/org-20140602/org-table hides /usr/share/emacs/24.3/lisp/org/org-table /home/yates/.emacs.d/elpa/org-20140602/ob-lob hides /usr/share/emacs/24.3/lisp/org/ob-lob /home/yates/.emacs.d/elpa/org-20140602/ob-ruby hides /usr/share/emacs/24.3/lisp/org/ob-ruby /home/yates/.emacs.d/elpa/org-20140602/org-bbdb hides /usr/share/emacs/24.3/lisp/org/org-bbdb /home/yates/.emacs.d/elpa/org-20140602/org-footnote hides /usr/share/emacs/24.3/lisp/org/org-footnote /home/yates/.emacs.d/elpa/org-20140602/org-faces hides /usr/share/emacs/24.3/lisp/org/org-faces /home/yates/.emacs.d/elpa/org-20140602/org-feed hides /usr/share/emacs/24.3/lisp/org/org-feed /home/yates/.emacs.d/elpa/org-20140602/ob-matlab hides /usr/share/emacs/24.3/lisp/org/ob-matlab /home/yates/.emacs.d/elpa/org-20140602/org-colview hides /usr/share/emacs/24.3/lisp/org/org-colview /home/yates/.emacs.d/elpa/org-20140602/ob-scala hides /usr/share/emacs/24.3/lisp/org/ob-scala /home/yates/.emacs.d/elpa/org-20140602/org-inlinetask hides /usr/share/emacs/24.3/lisp/org/org-inlinetask /home/yates/.emacs.d/elpa/org-20140602/org-w3m hides /usr/share/emacs/24.3/lisp/org/org-w3m /home/yates/.emacs.d/elpa/org-20140602/ob-picolisp hides /usr/share/emacs/24.3/lisp/org/ob-picolisp /home/yates/.emacs.d/elpa/org-20140602/ob-asymptote hides /usr/share/emacs/24.3/lisp/org/ob-asymptote /home/yates/.emacs.d/elpa/org-20140602/org-pcomplete hides /usr/share/emacs/24.3/lisp/org/org-pcomplete /home/yates/.emacs.d/elpa/org-20140602/org-list hides /usr/share/emacs/24.3/lisp/org/org-list /home/yates/.emacs.d/elpa/org-20140602/org-version hides /usr/share/emacs/24.3/lisp/org/org-version /home/yates/.emacs.d/elpa/org-20140602/org-irc hides /usr/share/emacs/24.3/lisp/org/org-irc /home/yates/.emacs.d/elpa/org-20140602/org-protocol hides /usr/share/emacs/24.3/lisp/org/org-protocol /home/yates/.emacs.d/elpa/org-20140602/org-datetree hides /usr/share/emacs/24.3/lisp/org/org-datetree /home/yates/.emacs.d/elpa/org-20140602/org-agenda hides /usr/share/emacs/24.3/lisp/org/org-agenda /home/yates/.emacs.d/elpa/org-20140602/org-attach hides /usr/share/emacs/24.3/lisp/org/org-attach /home/yates/.emacs.d/elpa/org-20140602/org-plot hides /usr/share/emacs/24.3/lisp/org/org-plot /home/yates/.emacs.d/elpa/org-20140602/org-id hides /usr/share/emacs/24.3/lisp/org/org-id /home/yates/.emacs.d/elpa/org-20140602/ob-haskell hides /usr/share/emacs/24.3/lisp/org/ob-haskell /home/yates/.emacs.d/elpa/org-20140602/org-eshell hides /usr/share/emacs/24.3/lisp/org/org-eshell /home/yates/.emacs.d/elpa/org-20140602/ob-lisp hides /usr/share/emacs/24.3/lisp/org/ob-lisp /home/yates/.emacs.d/elpa/org-20140602/org-indent hides /usr/share/emacs/24.3/lisp/org/org-indent /home/yates/.emacs.d/elpa/org-20140602/ob-ledger hides /usr/share/emacs/24.3/lisp/org/ob-ledger /home/yates/.emacs.d/elpa/org-20140602/ob-scheme hides /usr/share/emacs/24.3/lisp/org/ob-scheme /home/yates/.emacs.d/elpa/org-20140602/org-habit hides /usr/share/emacs/24.3/lisp/org/org-habit /home/yates/.emacs.d/elpa/org-20140602/ob-awk hides /usr/share/emacs/24.3/lisp/org/ob-awk /home/yates/.emacs.d/elpa/org-20140602/ob-java hides /usr/share/emacs/24.3/lisp/org/ob-java /home/yates/.emacs.d/elpa/org-20140602/ob-calc hides /usr/share/emacs/24.3/lisp/org/ob-calc /home/yates/.emacs.d/elpa/org-20140602/ob-comint hides /usr/share/emacs/24.3/lisp/org/ob-comint /home/yates/.emacs.d/elpa/org-20140602/ob-fortran hides /usr/share/emacs/24.3/lisp/org/ob-fortran /home/yates/.emacs.d/elpa/org-20140602/ob-io hides /usr/share/emacs/24.3/lisp/org/ob-io /home/yates/.emacs.d/elpa/org-20140602/org-timer hides /usr/share/emacs/24.3/lisp/org/org-timer /home/yates/.emacs.d/elpa/org-20140602/org-entities hides /usr/share/emacs/24.3/lisp/org/org-entities /home/yates/.emacs.d/elpa/org-20140602/ob-ocaml hides /usr/share/emacs/24.3/lisp/org/ob-ocaml /home/yates/.emacs.d/elpa/org-20140602/ob-table hides /usr/share/emacs/24.3/lisp/org/ob-table /home/yates/.emacs.d/elpa/org-20140602/org-info hides /usr/share/emacs/24.3/lisp/org/org-info /home/yates/.emacs.d/elpa/org-20140602/org-docview hides /usr/share/emacs/24.3/lisp/org/org-docview /home/yates/.emacs.d/elpa/org-20140602/org-compat hides /usr/share/emacs/24.3/lisp/org/org-compat /home/yates/.emacs.d/elpa/org-20140602/ob-clojure hides /usr/share/emacs/24.3/lisp/org/ob-clojure /home/yates/.emacs.d/elpa/org-20140602/ob-screen hides /usr/share/emacs/24.3/lisp/org/ob-screen /home/yates/.emacs.d/elpa/org-20140602/org-mhe hides /usr/share/emacs/24.3/lisp/org/org-mhe /home/yates/.emacs.d/elpa/org-20140602/ob-sass hides /usr/share/emacs/24.3/lisp/org/ob-sass /home/yates/.emacs.d/elpa/org-20140602/ob-maxima hides /usr/share/emacs/24.3/lisp/org/ob-maxima /home/yates/.emacs.d/elpa/org-20140602/ob-lilypond hides /usr/share/emacs/24.3/lisp/org/ob-lilypond /home/yates/.emacs.d/elpa/org-20140602/org-crypt hides /usr/share/emacs/24.3/lisp/org/org-crypt /home/yates/.emacs.d/elpa/org-20140602/ob-org hides /usr/share/emacs/24.3/lisp/org/ob-org /home/yates/.emacs.d/elpa/org-20140602/ob-ref hides /usr/share/emacs/24.3/lisp/org/ob-ref /home/yates/.emacs.d/elpa/org-20140602/org-clock hides /usr/share/emacs/24.3/lisp/org/org-clock /home/yates/.emacs.d/elpa/org-20140602/ob-dot hides /usr/share/emacs/24.3/lisp/org/ob-dot /home/yates/.emacs.d/elpa/org-20140602/ob-R hides /usr/share/emacs/24.3/lisp/org/ob-R /home/yates/.emacs.d/elpa/org-20140602/org-mobile hides /usr/share/emacs/24.3/lisp/org/org-mobile /home/yates/.emacs.d/elpa/org-20140602/org-install hides /usr/share/emacs/24.3/lisp/org/org-install /home/yates/.emacs.d/elpa/org-20140602/org-loaddefs hides /usr/share/emacs/24.3/lisp/org/org-loaddefs /home/yates/.emacs.d/elpa/org-20140602/ob-gnuplot hides /usr/share/emacs/24.3/lisp/org/ob-gnuplot /home/yates/.emacs.d/elpa/org-20140602/org-gnus hides /usr/share/emacs/24.3/lisp/org/org-gnus /home/yates/.emacs.d/elpa/org-20140602/ob-emacs-lisp hides /usr/share/emacs/24.3/lisp/org/ob-emacs-lisp /home/yates/.emacs.d/elpa/org-20140602/ob-eval hides /usr/share/emacs/24.3/lisp/org/ob-eval /home/yates/.emacs.d/elpa/org-20140602/ob-ditaa hides /usr/share/emacs/24.3/lisp/org/ob-ditaa /home/yates/.emacs.d/elpa/org-20140602/org-macs hides /usr/share/emacs/24.3/lisp/org/org-macs Features: (shadow emacsbug apropos rcirc jka-compr find-func help-fns canlock novice gnus-dup flow-fill mm-archive gnus-async gnus-bcklg gnus-ml disp-table mailalias qp mail-extr sort pp gnus-cite nndraft nnmh utf-7 gnutls nnimap utf7 nnfolder parse-time netrc network-stream starttls tls gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg gnus-art mm-uu mml2015 epg-config mm-view mml-smime smime dig mailcap nntp gnus-cache gnus-sum nnoo gnus-group gnus-undo nnmail mail-source gnus-start gnus-spec gnus-int gnus-range message cl-macs format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader gnus-win gnus gnus-ems nnheader wid-edit server mule-util browse-url pcmpl-unix edmacro c-comment-edit cc-langs cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs goto-addr noutline outline view kmacro image-mode sgml-mode misearch multi-isearch make-mode log-edit easy-mmode pcvs-util add-log vc-bzr vc-sccs vc-svn vc-cvs vc-rcs help-mode thingatpt dired vc-git tex-mode compile shell pcomplete comint ansi-color ring latexenc paren time delsel cus-start cus-load vc vc-dispatcher derived my-slime solarized-dark-theme solarized my-color-theme my-tags my-packages my-grep-find-file my-dictionary my-compile gv my-project smtpmail auth-source eieio byte-opt bytecomp byte-compile cconv gnus-util password-cache sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils my-gnus my-git my-utils ido email-html cl cl-lib magit-autoloads org-autoloads info easymenu package time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) From unknown Sun Jun 15 08:49:56 2025 X-Loop: help-debbugs@gnu.org Subject: bug#18447: 24.3; transfer case doesn't work in some instances References: <871trjwgg3.fsf@digitalsignallabs.com> In-Reply-To: <871trjwgg3.fsf@digitalsignallabs.com> Resent-From: Paul Eggert Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 29 Sep 2014 00:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18447 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Randy Yates Cc: 18447@debbugs.gnu.org Received: via spool by 18447-submit@debbugs.gnu.org id=B18447.141195156311956 (code B ref 18447); Mon, 29 Sep 2014 00:47:02 +0000 Received: (at 18447) by debbugs.gnu.org; 29 Sep 2014 00:46:03 +0000 Received: from localhost ([127.0.0.1]:54655 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XYP6J-00036m-5N for submit@debbugs.gnu.org; Sun, 28 Sep 2014 20:46:03 -0400 Received: from smtp.cs.ucla.edu ([131.179.128.62]:49018) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XYP6F-00036F-CO for 18447@debbugs.gnu.org; Sun, 28 Sep 2014 20:46:00 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id E98DDA60001; Sun, 28 Sep 2014 17:45:57 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NHSLulMjivdB; Sun, 28 Sep 2014 17:45:49 -0700 (PDT) Received: from [192.168.1.9] (pool-71-177-17-123.lsanca.dsl-w.verizon.net [71.177.17.123]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 4526939E8013; Sun, 28 Sep 2014 17:45:49 -0700 (PDT) Message-ID: <5428ABBD.8090204@cs.ucla.edu> Date: Sun, 28 Sep 2014 17:45:49 -0700 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.9 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.9 (--) Thanks for the bug report. As near as I can make out, Emacs is behaving according to spec, as the documentation for replace-match says: "If the replaced text has only capital letters and has at least one multiletter word, convert NEWTEXT to all caps. Otherwise if all words are capitalized in the replaced text, capitalize each word in NEWTEXT." Here neither condition applies so there's no case conversion. This is how replace-match has behaved for a couple of decades. Perhaps it'd be useful to have a variant that behaves differently, but I expect we'd have to make that an upward-compatible change somehow. From unknown Sun Jun 15 08:49:56 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Randy Yates Subject: bug#18447: closed (Re: bug#18447: 24.3; transfer case doesn't work in some instances) Message-ID: References: <871trjwgg3.fsf@digitalsignallabs.com> X-Gnu-PR-Message: they-closed 18447 X-Gnu-PR-Package: emacs Reply-To: 18447@debbugs.gnu.org Date: Mon, 30 Sep 2019 02:49:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1569811741-27271-1" This is a multi-part message in MIME format... ------------=_1569811741-27271-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #18447: 24.3; transfer case doesn't work in some instances which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 18447@debbugs.gnu.org. --=20 18447: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D18447 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1569811741-27271-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 18447-done) by debbugs.gnu.org; 30 Sep 2019 02:48:29 +0000 Received: from localhost ([127.0.0.1]:56398 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEljh-00074l-6M for submit@debbugs.gnu.org; Sun, 29 Sep 2019 22:48:29 -0400 Received: from mail-pl1-f172.google.com ([209.85.214.172]:36739) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iElje-00074O-Cw for 18447-done@debbugs.gnu.org; Sun, 29 Sep 2019 22:48:27 -0400 Received: by mail-pl1-f172.google.com with SMTP id f19so3313289plr.3 for <18447-done@debbugs.gnu.org>; Sun, 29 Sep 2019 19:48:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=vy1tlERlP2OupQdln7TT0rbPHDMjYvrMl+RAL0kcbWY=; b=fNFzf+3Cim/QHwTAFKjFstnBnK3SKUSmSmp+KLblnv469pj662VNjqf8CAF9tsYUk3 qin124Qlb9rVsG8nKEzqzhpHWJb4b4ru8LkP0XotxU2gngM2X56OBaIXNRk0BxJ48t7J nhldNqOJ58a1XyRWKhTcWMio+j4XMEM5B6asNtyy81mPloj/VWMtdneZ+dvHQHl6LyF0 NYZqKMtWZwT46t1SRanSP253+1QoLpT3OFukkVrzLEVCkhP9B8lJBoRZPBL/OanfxyYC seU1Zf3hCzwkVPCSJ2Em/IkFoa8WRBzL1xVtEd6TRXNvRIKks7LYCuEkGlxoPD+SGCd+ yxKQ== X-Gm-Message-State: APjAAAW0K0vl1bFSJ4wLL2z3xS/raNLilOKfSFl+OjYN6vwjtVBQYqtZ 6tfT12srSK/EDyoTgePaNnnn4A56MXmXVke4XxWWGI5ctrk= X-Google-Smtp-Source: APXvYqxYZ4kJv9KAB0atyHz6KVQcQpYhyj6OQSgNyzpoptaOKltuxcIh3E2rRxZOAEB+yzrN6AMn3Xe23/RBwbkm91E= X-Received: by 2002:a17:902:326:: with SMTP id 35mr18293068pld.128.1569811700640; Sun, 29 Sep 2019 19:48:20 -0700 (PDT) MIME-Version: 1.0 From: Stefan Kangas Date: Mon, 30 Sep 2019 04:48:09 +0200 Message-ID: Subject: Re: bug#18447: 24.3; transfer case doesn't work in some instances To: Paul Eggert Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18447-done Cc: 18447-done@debbugs.gnu.org, Randy Yates X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Paul Eggert writes: > Thanks for the bug report. As near as I can make out, Emacs is behaving > according to spec, as the documentation for replace-match says: > > "If the replaced text has only capital letters and has at least one > multiletter word, convert NEWTEXT to all caps. Otherwise if all words are > capitalized in the replaced text, capitalize each word in NEWTEXT." > > Here neither condition applies so there's no case conversion. This is how > replace-match has behaved for a couple of decades. Perhaps it'd be useful to > have a variant that behaves differently, but I expect we'd have to make that an > upward-compatible change somehow. I think that there is no bug here, and we have seen no further comments in 5 years. I'm therefore closing this bug. If that's incorrect, please reopen the bug report. Best regards, Stefan Kangas ------------=_1569811741-27271-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 10 Sep 2014 17:18:42 +0000 Received: from localhost ([127.0.0.1]:36943 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XRlXU-0002iz-Cp for submit@debbugs.gnu.org; Wed, 10 Sep 2014 13:18:41 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40904) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XRlOr-0002Uc-Mm for submit@debbugs.gnu.org; Wed, 10 Sep 2014 13:09:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRlOf-0003nx-OE for submit@debbugs.gnu.org; Wed, 10 Sep 2014 13:09:40 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:51347) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRlOf-0003nr-M5 for submit@debbugs.gnu.org; Wed, 10 Sep 2014 13:09:33 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRlOZ-0001gA-Lm for bug-gnu-emacs@gnu.org; Wed, 10 Sep 2014 13:09:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRlOT-0003S4-Lf for bug-gnu-emacs@gnu.org; Wed, 10 Sep 2014 13:09:27 -0400 Received: from mail.centurylink.net ([205.219.233.9]:52668 helo=smtp.centurylink.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRlOT-0003R4-80 for bug-gnu-emacs@gnu.org; Wed, 10 Sep 2014 13:09:21 -0400 X_CMAE_Category: , , X-CNFS-Analysis: v=2.0 cv=bpPO9Tmi c=1 sm=1 a=kranDmSTaCk61G2o8f10jA==:17 a=QTEnzDacfYcA:10 a=UM8wfftFA6wA:10 a=x1JHTF3VILYA:10 a=yrnTiy7_AAAA:8 a=vTr9H3xdAAAA:8 a=7IQk47aQXXxXqysuiTQA:9 a=jcnOQgL-rbJHRD-_:21 a=hnltfWoeflYCVdPh:21 a=kranDmSTaCk61G2o8f10jA==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: eWF0ZXNmcmVlZGFyYW5keUBjZW50dXJ5bGluay5uZXQ= Authentication-Results: smtp02.agate.dfw.synacor.com smtp.user=yatesfreedarandy@centurylink.net; auth=pass (LOGIN) Received: from [67.232.27.161] ([67.232.27.161:46233] helo=galois.digitalsignallabs.com) by smtp.centurylink.net (envelope-from ) (ecelerity 3.5.1.37854 r(Momo-dev:3.5.1.0)) with ESMTPA id F6/4B-20991-DB580145; Wed, 10 Sep 2014 13:09:18 -0400 Received: from localhost.localdomain (nc-67-232-27-161.dhcp.embarqhsd.net [67.232.27.161]) by galois.digitalsignallabs.com (Postfix) with ESMTPA id 53744200558 for ; Wed, 10 Sep 2014 13:09:16 -0400 (EDT) From: Randy Yates To: bug-gnu-emacs@gnu.org Subject: 24.3; transfer case doesn't work in some instances Date: Wed, 10 Sep 2014 13:09:16 -0400 Message-ID: <871trjwgg3.fsf@digitalsignallabs.com> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 10 Sep 2014 13:18:38 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) (defun transfer-case-test () (let ((case-fold-search t) (case-replace t)) (with-current-buffer (current-buffer) (insert "x86_64")(newline) (insert "X86_64")(newline) (goto-char (point-min)) (perform-replace "x86_64" "armv7l" t nil nil nil nil nil nil)))) Evaluate transfer-case-test in a new emacs -Q to see the problem. The resulting text in the buffer will by "armv7l\n armv7l" instead of the expected "armv7l\n ARMV7L". --Randy In GNU Emacs 24.3.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.10.9) of 2014-08-18 on buildvm-21.phx2.fedoraproject.org Windowing system distributor `Fedora Project', version 11.0.11404000 System Description: Fedora release 20 (Heisenbug) Configured using: `configure '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-dbus' '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xft' '--with-xpm' '--with-x-toolkit=gtk3' '--with-gpm=no' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' 'LDFLAGS=-Wl,-z,relro '' Important settings: value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=none locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Apropos Minor modes in effect: shell-dirtrack-mode: t show-paren-mode: t display-time-mode: t tooltip-mode: t mouse-wheel-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 column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: s a m e SPC o n SPC f e d o r a / e m a c s SPC 2 4 M-x e m a c s - v e r s i o n C-g C-g . 3 . 1 ) i SPC w o u l d SPC e x a p e c t SPC X 8 6 _ 6 4 C-a i n SPC t h a t SPC c a s e , SPC C-e SPC t o SPC b e SPC r e p l a c e d SPC w i t h SPC A R M V 7 L i t s SPC SPC s n o t e . . C-x b * G r C-p M-g C-p C-u 4 0 C-n C-p # # # C-e C-a C-n # # B m SPC C-x o C-x o C-p C-p C-p SPC C-x o K H q y C-p M-g C-p C-u C-g C-x b C-r y a t e s C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-v C-v M-> C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p M-% C-g C-g C-g C-h f b u g m o d e M-x C-g C-g C-h a r e p o r t C-x o C-s b u g C-s C-s C-s C-s C-s C-s C-s C-s C-s C-r C-r C-a C-p C-x o C-n C-n C-n q M-: ( C-g M-x r e p o r t - e m a c s - b Recent messages: Quit Mark saved where search started Mark set Quit [3 times] Making completion list... Type C-x 1 to delete the help window. Quit [2 times] Mark saved where search started Note: file is write protected Type "q" in help window to restore its previous buffer. Quit Load-path shadows: /usr/share/emacs/site-lisp/site-start.d/maxima-modes hides /usr/share/emacs/site-lisp/maxima/site_start.d/maxima-modes /home/yates/.emacs.d/elpa/org-20140602/ob-tangle hides /usr/share/emacs/24.3/lisp/org/ob-tangle /home/yates/.emacs.d/elpa/org-20140602/ob-mscgen hides /usr/share/emacs/24.3/lisp/org/ob-mscgen /home/yates/.emacs.d/elpa/org-20140602/ob-js hides /usr/share/emacs/24.3/lisp/org/ob-js /home/yates/.emacs.d/elpa/org-20140602/org-bibtex hides /usr/share/emacs/24.3/lisp/org/org-bibtex /home/yates/.emacs.d/elpa/org-20140602/ob-sqlite hides /usr/share/emacs/24.3/lisp/org/ob-sqlite /home/yates/.emacs.d/elpa/org-20140602/org-archive hides /usr/share/emacs/24.3/lisp/org/org-archive /home/yates/.emacs.d/elpa/org-20140602/ob-shen hides /usr/share/emacs/24.3/lisp/org/ob-shen /home/yates/.emacs.d/elpa/org-20140602/org-src hides /usr/share/emacs/24.3/lisp/org/org-src /home/yates/.emacs.d/elpa/org-20140602/org-mouse hides /usr/share/emacs/24.3/lisp/org/org-mouse /home/yates/.emacs.d/elpa/org-20140602/org-capture hides /usr/share/emacs/24.3/lisp/org/org-capture /home/yates/.emacs.d/elpa/org-20140602/ob-latex hides /usr/share/emacs/24.3/lisp/org/ob-latex /home/yates/.emacs.d/elpa/org-20140602/ob-C hides /usr/share/emacs/24.3/lisp/org/ob-C /home/yates/.emacs.d/elpa/org-20140602/ob hides /usr/share/emacs/24.3/lisp/org/ob /home/yates/.emacs.d/elpa/org-20140602/ob-perl hides /usr/share/emacs/24.3/lisp/org/ob-perl /home/yates/.emacs.d/elpa/org-20140602/ob-sh hides /usr/share/emacs/24.3/lisp/org/ob-sh /home/yates/.emacs.d/elpa/org-20140602/ob-exp hides /usr/share/emacs/24.3/lisp/org/ob-exp /home/yates/.emacs.d/elpa/org-20140602/ob-octave hides /usr/share/emacs/24.3/lisp/org/ob-octave /home/yates/.emacs.d/elpa/org-20140602/org-rmail hides /usr/share/emacs/24.3/lisp/org/org-rmail /home/yates/.emacs.d/elpa/org-20140602/org hides /usr/share/emacs/24.3/lisp/org/org /home/yates/.emacs.d/elpa/org-20140602/ob-sql hides /usr/share/emacs/24.3/lisp/org/ob-sql /home/yates/.emacs.d/elpa/org-20140602/ob-css hides /usr/share/emacs/24.3/lisp/org/ob-css /home/yates/.emacs.d/elpa/org-20140602/org-ctags hides /usr/share/emacs/24.3/lisp/org/org-ctags /home/yates/.emacs.d/elpa/org-20140602/org-element hides /usr/share/emacs/24.3/lisp/org/org-element /home/yates/.emacs.d/elpa/org-20140602/ob-keys hides /usr/share/emacs/24.3/lisp/org/ob-keys /home/yates/.emacs.d/elpa/org-20140602/ob-python hides /usr/share/emacs/24.3/lisp/org/ob-python /home/yates/.emacs.d/elpa/org-20140602/ob-plantuml hides /usr/share/emacs/24.3/lisp/org/ob-plantuml /home/yates/.emacs.d/elpa/org-20140602/org-table hides /usr/share/emacs/24.3/lisp/org/org-table /home/yates/.emacs.d/elpa/org-20140602/ob-lob hides /usr/share/emacs/24.3/lisp/org/ob-lob /home/yates/.emacs.d/elpa/org-20140602/ob-ruby hides /usr/share/emacs/24.3/lisp/org/ob-ruby /home/yates/.emacs.d/elpa/org-20140602/org-bbdb hides /usr/share/emacs/24.3/lisp/org/org-bbdb /home/yates/.emacs.d/elpa/org-20140602/org-footnote hides /usr/share/emacs/24.3/lisp/org/org-footnote /home/yates/.emacs.d/elpa/org-20140602/org-faces hides /usr/share/emacs/24.3/lisp/org/org-faces /home/yates/.emacs.d/elpa/org-20140602/org-feed hides /usr/share/emacs/24.3/lisp/org/org-feed /home/yates/.emacs.d/elpa/org-20140602/ob-matlab hides /usr/share/emacs/24.3/lisp/org/ob-matlab /home/yates/.emacs.d/elpa/org-20140602/org-colview hides /usr/share/emacs/24.3/lisp/org/org-colview /home/yates/.emacs.d/elpa/org-20140602/ob-scala hides /usr/share/emacs/24.3/lisp/org/ob-scala /home/yates/.emacs.d/elpa/org-20140602/org-inlinetask hides /usr/share/emacs/24.3/lisp/org/org-inlinetask /home/yates/.emacs.d/elpa/org-20140602/org-w3m hides /usr/share/emacs/24.3/lisp/org/org-w3m /home/yates/.emacs.d/elpa/org-20140602/ob-picolisp hides /usr/share/emacs/24.3/lisp/org/ob-picolisp /home/yates/.emacs.d/elpa/org-20140602/ob-asymptote hides /usr/share/emacs/24.3/lisp/org/ob-asymptote /home/yates/.emacs.d/elpa/org-20140602/org-pcomplete hides /usr/share/emacs/24.3/lisp/org/org-pcomplete /home/yates/.emacs.d/elpa/org-20140602/org-list hides /usr/share/emacs/24.3/lisp/org/org-list /home/yates/.emacs.d/elpa/org-20140602/org-version hides /usr/share/emacs/24.3/lisp/org/org-version /home/yates/.emacs.d/elpa/org-20140602/org-irc hides /usr/share/emacs/24.3/lisp/org/org-irc /home/yates/.emacs.d/elpa/org-20140602/org-protocol hides /usr/share/emacs/24.3/lisp/org/org-protocol /home/yates/.emacs.d/elpa/org-20140602/org-datetree hides /usr/share/emacs/24.3/lisp/org/org-datetree /home/yates/.emacs.d/elpa/org-20140602/org-agenda hides /usr/share/emacs/24.3/lisp/org/org-agenda /home/yates/.emacs.d/elpa/org-20140602/org-attach hides /usr/share/emacs/24.3/lisp/org/org-attach /home/yates/.emacs.d/elpa/org-20140602/org-plot hides /usr/share/emacs/24.3/lisp/org/org-plot /home/yates/.emacs.d/elpa/org-20140602/org-id hides /usr/share/emacs/24.3/lisp/org/org-id /home/yates/.emacs.d/elpa/org-20140602/ob-haskell hides /usr/share/emacs/24.3/lisp/org/ob-haskell /home/yates/.emacs.d/elpa/org-20140602/org-eshell hides /usr/share/emacs/24.3/lisp/org/org-eshell /home/yates/.emacs.d/elpa/org-20140602/ob-lisp hides /usr/share/emacs/24.3/lisp/org/ob-lisp /home/yates/.emacs.d/elpa/org-20140602/org-indent hides /usr/share/emacs/24.3/lisp/org/org-indent /home/yates/.emacs.d/elpa/org-20140602/ob-ledger hides /usr/share/emacs/24.3/lisp/org/ob-ledger /home/yates/.emacs.d/elpa/org-20140602/ob-scheme hides /usr/share/emacs/24.3/lisp/org/ob-scheme /home/yates/.emacs.d/elpa/org-20140602/org-habit hides /usr/share/emacs/24.3/lisp/org/org-habit /home/yates/.emacs.d/elpa/org-20140602/ob-awk hides /usr/share/emacs/24.3/lisp/org/ob-awk /home/yates/.emacs.d/elpa/org-20140602/ob-java hides /usr/share/emacs/24.3/lisp/org/ob-java /home/yates/.emacs.d/elpa/org-20140602/ob-calc hides /usr/share/emacs/24.3/lisp/org/ob-calc /home/yates/.emacs.d/elpa/org-20140602/ob-comint hides /usr/share/emacs/24.3/lisp/org/ob-comint /home/yates/.emacs.d/elpa/org-20140602/ob-fortran hides /usr/share/emacs/24.3/lisp/org/ob-fortran /home/yates/.emacs.d/elpa/org-20140602/ob-io hides /usr/share/emacs/24.3/lisp/org/ob-io /home/yates/.emacs.d/elpa/org-20140602/org-timer hides /usr/share/emacs/24.3/lisp/org/org-timer /home/yates/.emacs.d/elpa/org-20140602/org-entities hides /usr/share/emacs/24.3/lisp/org/org-entities /home/yates/.emacs.d/elpa/org-20140602/ob-ocaml hides /usr/share/emacs/24.3/lisp/org/ob-ocaml /home/yates/.emacs.d/elpa/org-20140602/ob-table hides /usr/share/emacs/24.3/lisp/org/ob-table /home/yates/.emacs.d/elpa/org-20140602/org-info hides /usr/share/emacs/24.3/lisp/org/org-info /home/yates/.emacs.d/elpa/org-20140602/org-docview hides /usr/share/emacs/24.3/lisp/org/org-docview /home/yates/.emacs.d/elpa/org-20140602/org-compat hides /usr/share/emacs/24.3/lisp/org/org-compat /home/yates/.emacs.d/elpa/org-20140602/ob-clojure hides /usr/share/emacs/24.3/lisp/org/ob-clojure /home/yates/.emacs.d/elpa/org-20140602/ob-screen hides /usr/share/emacs/24.3/lisp/org/ob-screen /home/yates/.emacs.d/elpa/org-20140602/org-mhe hides /usr/share/emacs/24.3/lisp/org/org-mhe /home/yates/.emacs.d/elpa/org-20140602/ob-sass hides /usr/share/emacs/24.3/lisp/org/ob-sass /home/yates/.emacs.d/elpa/org-20140602/ob-maxima hides /usr/share/emacs/24.3/lisp/org/ob-maxima /home/yates/.emacs.d/elpa/org-20140602/ob-lilypond hides /usr/share/emacs/24.3/lisp/org/ob-lilypond /home/yates/.emacs.d/elpa/org-20140602/org-crypt hides /usr/share/emacs/24.3/lisp/org/org-crypt /home/yates/.emacs.d/elpa/org-20140602/ob-org hides /usr/share/emacs/24.3/lisp/org/ob-org /home/yates/.emacs.d/elpa/org-20140602/ob-ref hides /usr/share/emacs/24.3/lisp/org/ob-ref /home/yates/.emacs.d/elpa/org-20140602/org-clock hides /usr/share/emacs/24.3/lisp/org/org-clock /home/yates/.emacs.d/elpa/org-20140602/ob-dot hides /usr/share/emacs/24.3/lisp/org/ob-dot /home/yates/.emacs.d/elpa/org-20140602/ob-R hides /usr/share/emacs/24.3/lisp/org/ob-R /home/yates/.emacs.d/elpa/org-20140602/org-mobile hides /usr/share/emacs/24.3/lisp/org/org-mobile /home/yates/.emacs.d/elpa/org-20140602/org-install hides /usr/share/emacs/24.3/lisp/org/org-install /home/yates/.emacs.d/elpa/org-20140602/org-loaddefs hides /usr/share/emacs/24.3/lisp/org/org-loaddefs /home/yates/.emacs.d/elpa/org-20140602/ob-gnuplot hides /usr/share/emacs/24.3/lisp/org/ob-gnuplot /home/yates/.emacs.d/elpa/org-20140602/org-gnus hides /usr/share/emacs/24.3/lisp/org/org-gnus /home/yates/.emacs.d/elpa/org-20140602/ob-emacs-lisp hides /usr/share/emacs/24.3/lisp/org/ob-emacs-lisp /home/yates/.emacs.d/elpa/org-20140602/ob-eval hides /usr/share/emacs/24.3/lisp/org/ob-eval /home/yates/.emacs.d/elpa/org-20140602/ob-ditaa hides /usr/share/emacs/24.3/lisp/org/ob-ditaa /home/yates/.emacs.d/elpa/org-20140602/org-macs hides /usr/share/emacs/24.3/lisp/org/org-macs Features: (shadow emacsbug apropos rcirc jka-compr find-func help-fns canlock novice gnus-dup flow-fill mm-archive gnus-async gnus-bcklg gnus-ml disp-table mailalias qp mail-extr sort pp gnus-cite nndraft nnmh utf-7 gnutls nnimap utf7 nnfolder parse-time netrc network-stream starttls tls gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg gnus-art mm-uu mml2015 epg-config mm-view mml-smime smime dig mailcap nntp gnus-cache gnus-sum nnoo gnus-group gnus-undo nnmail mail-source gnus-start gnus-spec gnus-int gnus-range message cl-macs format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader gnus-win gnus gnus-ems nnheader wid-edit server mule-util browse-url pcmpl-unix edmacro c-comment-edit cc-langs cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs goto-addr noutline outline view kmacro image-mode sgml-mode misearch multi-isearch make-mode log-edit easy-mmode pcvs-util add-log vc-bzr vc-sccs vc-svn vc-cvs vc-rcs help-mode thingatpt dired vc-git tex-mode compile shell pcomplete comint ansi-color ring latexenc paren time delsel cus-start cus-load vc vc-dispatcher derived my-slime solarized-dark-theme solarized my-color-theme my-tags my-packages my-grep-find-file my-dictionary my-compile gv my-project smtpmail auth-source eieio byte-opt bytecomp byte-compile cconv gnus-util password-cache sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils my-gnus my-git my-utils ido email-html cl cl-lib magit-autoloads org-autoloads info easymenu package time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) ------------=_1569811741-27271-1--