From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 03 01:52:13 2012 Received: (at submit) by debbugs.gnu.org; 3 Apr 2012 05:52:13 +0000 Received: from localhost ([127.0.0.1]:37350 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SEwf4-0006WT-Dt for submit@debbugs.gnu.org; Tue, 03 Apr 2012 01:52:13 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51464) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SEwf0-0006WK-1l for submit@debbugs.gnu.org; Tue, 03 Apr 2012 01:52:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SEweY-0003Lq-K2 for submit@debbugs.gnu.org; Tue, 03 Apr 2012 01:51:45 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,RCVD_IN_XBL,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:41165) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEweY-0003Lj-DF for submit@debbugs.gnu.org; Tue, 03 Apr 2012 01:51:38 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEweU-0002lr-2r for bug-gnu-emacs@gnu.org; Tue, 03 Apr 2012 01:51:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SEweP-0003Kq-PP for bug-gnu-emacs@gnu.org; Tue, 03 Apr 2012 01:51:33 -0400 Received: from mail-pz0-f52.google.com ([209.85.210.52]:33200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEweF-0003K6-VG; Tue, 03 Apr 2012 01:51:20 -0400 Received: by dake40 with SMTP id e40so2887367dak.39 for ; Mon, 02 Apr 2012 22:51:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type :content-transfer-encoding; bh=djjekeV2dfqf0s27LKAu3oFDX0T/rqaqNEdoi8EbBkI=; b=hruB7oZda2FpWUVtWrers8tmOYdw396xrO6JawaIP/A/o/k00UCzx+skJsovQ9vewF W42oVFIxMxpzuiP3+Hl4XbS27w8qhsLRI1h5dNJKLBhXe1b2bSDoRdm0DkTVIlF+3l16 gGn2IVaFZaWM+uZi/6hN8HiXLKNigMiFJPZr81JICWxqcT0/gIunEJO4Df6E8zJ1PPJF mg3ituj3OsqBIvmgYEzctjwUHZ01uCEz5CvYmkD4HnSqJtaiH+CSb/hEVjuwQY7PzMW4 hTr8DTt+HHahdZxA9HxU0oPVtP4yKxC3yyJ1xvY3fXi+WOWSNdormt93zafGoXc3Snny l7Ww== Received: by 10.68.216.35 with SMTP id on3mr26592319pbc.150.1333432277158; Mon, 02 Apr 2012 22:51:17 -0700 (PDT) Received: from JAMBU-NETBOOK ([115.241.40.11]) by mx.google.com with ESMTPS id i8sm10424345pbf.72.2012.04.02.22.51.09 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 02 Apr 2012 22:51:16 -0700 (PDT) From: Jambunathan K To: bug-gnu-emacs@gnu.org, Orgmode Subject: 24.0.95; (org) outline-style cycling + outline-mode Date: Tue, 03 Apr 2012 11:21:00 +0530 Message-ID: <8162dh8it7.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) 1. Install the following hook (add-hook 'outline-mode-hook (lambda () (define-key outline-mode-map [(tab)] 'org-cycle) (define-key outline-mode-map [(shift tab)] 'org-global-cycle))) 2. (setq debug-on-error t) 3. Visit NEWS file with C-h n 4. Place the cursor at the end of the line as shown below. ,---- ^^^^^ is where the cursor is. | ---^^^^^^ | ** Emacs can be compiled with SELinux support.^^^^^^ | This happens by default if a suitably recent version of the library = is | found at build time. To prevent this, use the configure option^^^^^= ^^^ | `--without-selinux'. See below for SELinux features. |=20 |=20=20=20=20 `---- 5. Press S-TAB. The following error is reported. I would expect some sort of cycling to happen. let: Wrong type argument: stringp, nil 6. This doesn't happen if I am in the middle of a paragraph/line. 7. Here is the sequence of calls. Debugger entered--Lisp error: (wrong-type-argument stringp nil) looking-at(nil) (let ((case-fold-search nil)) (looking-at org-todo-line-regexp)) (save-excursion (beginning-of-line 1) (let ((case-fold-search nil)) (look= ing-at org-todo-line-regexp))) (and (looking-at "[ ]*$") (save-excursion (beginning-of-line 1) (let ((c= ase-fold-search nil)) (looking-at org-todo-line-regexp))) (string=3D (match= -string 3) "")) org-point-at-end-of-empty-headline() (if (org-point-at-end-of-empty-headline) (progn (setq this-command (quote= org-cycle-level)) (let ((cur-level (org-current-level)) (prev-level (org-g= et-previous-line-level))) (cond ((=3D prev-level 0) (loop repeat (/ (- cur-= level 1) (org-level-increment)) do (org-do-promote))) ((=3D prev-level cur-= level) (org-do-demote)) ((=3D prev-level 1) (loop repeat (/ (- cur-level 1)= (org-level-increment)) do (org-do-promote))) ((=3D cur-level 1) (loop repe= at (/ (- prev-level 1) (org-level-increment)) do (org-do-demote))) ((< cur-= level prev-level) (org-do-promote)) ((> cur-level prev-level) (loop repeat = (+ 1 (/ ... ...)) do (org-do-promote)))) t))) (when (org-point-at-end-of-empty-headline) (setq this-command (quote org-= cycle-level)) (let ((cur-level (org-current-level)) (prev-level (org-get-pr= evious-line-level))) (cond ((=3D prev-level 0) (loop repeat (/ (- cur-level= 1) (org-level-increment)) do (org-do-promote))) ((=3D prev-level cur-level= ) (org-do-demote)) ((=3D prev-level 1) (loop repeat (/ (- cur-level 1) (org= -level-increment)) do (org-do-promote))) ((=3D cur-level 1) (loop repeat (/= (- prev-level 1) (org-level-increment)) do (org-do-demote))) ((< cur-level= prev-level) (org-do-promote)) ((> cur-level prev-level) (loop repeat (+ 1 = (/ (- cur-level prev-level) (org-level-increment))) do (org-do-promote)))) = t)) (let ((org-adapt-indentation nil)) (when (org-point-at-end-of-empty-headl= ine) (setq this-command (quote org-cycle-level)) (let ((cur-level (org-curr= ent-level)) (prev-level (org-get-previous-line-level))) (cond ((=3D prev-le= vel 0) (loop repeat (/ (- cur-level 1) (org-level-increment)) do (org-do-pr= omote))) ((=3D prev-level cur-level) (org-do-demote)) ((=3D prev-level 1) (= loop repeat (/ (- cur-level 1) (org-level-increment)) do (org-do-promote)))= ((=3D cur-level 1) (loop repeat (/ (- prev-level 1) (org-level-increment))= do (org-do-demote))) ((< cur-level prev-level) (org-do-promote)) ((> cur-l= evel prev-level) (loop repeat (+ 1 (/ ... ...)) do (org-do-promote)))) t))) org-cycle-level() (or (org-cycle-level) (org-cycle-item-indentation)) (and org-cycle-level-after-item/entry-creation (or (org-cycle-level) (org= -cycle-item-indentation))) (or (run-hook-with-args-until-success (quote org-tab-first-hook)) (and or= g-cycle-level-after-item/entry-creation (or (org-cycle-level) (org-cycle-it= em-indentation)))) (if (or (run-hook-with-args-until-success (quote org-tab-first-hook)) (an= d org-cycle-level-after-item/entry-creation (or (org-cycle-level) (org-cycl= e-item-indentation)))) nil (let* ((limit-level (or org-cycle-max-level (and= (boundp (quote org-inlinetask-min-level)) org-inlinetask-min-level (1- org= -inlinetask-min-level)))) (nstars (and limit-level (if org-odd-levels-only = (and limit-level (1- ...)) limit-level))) (org-outline-regexp (if (not (eq = major-mode (quote org-mode))) outline-regexp (concat "\\*" (if nstars (form= at "\\{1,%d\\} " nstars) "+ ")))) (bob-special (and org-cycle-global-at-bob= (not arg) (bobp) (not (looking-at org-outline-regexp)))) (org-cycle-hook (= if bob-special (delq (quote org-optimize-window-after-visibility-change) (c= opy-sequence org-cycle-hook)) org-cycle-hook)) (pos (point))) (if (or bob-s= pecial (equal arg (quote (4)))) (setq arg t)) (cond ((equal arg (quote (16)= )) (setq last-command (quote dummy)) (org-set-startup-visibility) (message = "Startup visibility, plus VISIBILITY properties")) ((equal arg (quote (64))= ) (show-all) (message "Entire buffer visible, including drawers")) ((org-at= -table-p (quote any)) (if (org-at-table\.el-p) (message "Use C-c ' to edit = table.el tables") (if arg (org-table-edit-field t) (org-table-justify-field= -maybe) (call-interactively (quote org-table-next-field))))) ((run-hook-wit= h-args-until-success (quote org-tab-after-check-for-table-hook))) ((eq arg = t) (org-cycle-internal-global)) ((and org-drawers org-drawer-regexp (save-e= xcursion (beginning-of-line 1) (looking-at org-drawer-regexp))) (org-flag-d= rawer (not (get-char-property (match-end 0) (quote invisible))))) ((integer= p arg) (save-excursion (org-back-to-heading) (outline-up-heading (if (< arg= 0) (- arg) (- ... arg))) (org-show-subtree))) ((and (featurep (quote org-i= nlinetask)) (org-inlinetask-at-task-p) (or (bolp) (not (eq org-cycle-emulat= e-tab ...)))) (org-inlinetask-toggle-visibility)) ((org-try-cdlatex-tab)) (= (and (or (and org-cycle-include-plain-lists (org-at-item-p)) (save-excursio= n (beginning-of-line 1) (looking-at org-outline-regexp))) (or (bolp) (not (= eq org-cycle-emulate-tab ...)))) (org-cycle-internal-local)) (buffer-read-o= nly (org-back-to-heading)) ((run-hook-with-args-until-success (quote org-ta= b-after-check-for-cycling-hook))) ((org-try-structure-completion)) ((run-ho= ok-with-args-until-success (quote org-tab-before-tab-emulation-hook))) ((an= d (eq org-cycle-emulate-tab (quote exc-hl-bol)) (or (not (bolp)) (not (look= ing-at org-outline-regexp)))) (call-interactively (global-key-binding " "))= ) ((if (and (memq org-cycle-emulate-tab (quote ...)) (save-excursion (begin= ning-of-line 1) (looking-at "[ ]*")) (or (and ... ...) (and ... ...))) t (= eq org-cycle-emulate-tab t)) (call-interactively (global-key-binding " ")))= (t (save-excursion (org-back-to-heading) (org-cycle)))))) (unless (or (run-hook-with-args-until-success (quote org-tab-first-hook))= (and org-cycle-level-after-item/entry-creation (or (org-cycle-level) (org-= cycle-item-indentation)))) (let* ((limit-level (or org-cycle-max-level (and= (boundp (quote org-inlinetask-min-level)) org-inlinetask-min-level (1- org= -inlinetask-min-level)))) (nstars (and limit-level (if org-odd-levels-only = (and limit-level (1- ...)) limit-level))) (org-outline-regexp (if (not (eq = major-mode (quote org-mode))) outline-regexp (concat "\\*" (if nstars (form= at "\\{1,%d\\} " nstars) "+ ")))) (bob-special (and org-cycle-global-at-bob= (not arg) (bobp) (not (looking-at org-outline-regexp)))) (org-cycle-hook (= if bob-special (delq (quote org-optimize-window-after-visibility-change) (c= opy-sequence org-cycle-hook)) org-cycle-hook)) (pos (point))) (if (or bob-s= pecial (equal arg (quote (4)))) (setq arg t)) (cond ((equal arg (quote (16)= )) (setq last-command (quote dummy)) (org-set-startup-visibility) (message = "Startup visibility, plus VISIBILITY properties")) ((equal arg (quote (64))= ) (show-all) (message "Entire buffer visible, including drawers")) ((org-at= -table-p (quote any)) (if (org-at-table\.el-p) (message "Use C-c ' to edit = table.el tables") (if arg (org-table-edit-field t) (org-table-justify-field= -maybe) (call-interactively (quote org-table-next-field))))) ((run-hook-wit= h-args-until-success (quote org-tab-after-check-for-table-hook))) ((eq arg = t) (org-cycle-internal-global)) ((and org-drawers org-drawer-regexp (save-e= xcursion (beginning-of-line 1) (looking-at org-drawer-regexp))) (org-flag-d= rawer (not (get-char-property (match-end 0) (quote invisible))))) ((integer= p arg) (save-excursion (org-back-to-heading) (outline-up-heading (if (< arg= 0) (- arg) (- ... arg))) (org-show-subtree))) ((and (featurep (quote org-i= nlinetask)) (org-inlinetask-at-task-p) (or (bolp) (not (eq org-cycle-emulat= e-tab ...)))) (org-inlinetask-toggle-visibility)) ((org-try-cdlatex-tab)) (= (and (or (and org-cycle-include-plain-lists (org-at-item-p)) (save-excursio= n (beginning-of-line 1) (looking-at org-outline-regexp))) (or (bolp) (not (= eq org-cycle-emulate-tab ...)))) (org-cycle-internal-local)) (buffer-read-o= nly (org-back-to-heading)) ((run-hook-with-args-until-success (quote org-ta= b-after-check-for-cycling-hook))) ((org-try-structure-completion)) ((run-ho= ok-with-args-until-success (quote org-tab-before-tab-emulation-hook))) ((an= d (eq org-cycle-emulate-tab (quote exc-hl-bol)) (or (not (bolp)) (not (look= ing-at org-outline-regexp)))) (call-interactively (global-key-binding " "))= ) ((if (and (memq org-cycle-emulate-tab (quote ...)) (save-excursion (begin= ning-of-line 1) (looking-at "[ ]*")) (or (and ... ...) (and ... ...))) t (= eq org-cycle-emulate-tab t)) (call-interactively (global-key-binding " ")))= (t (save-excursion (org-back-to-heading) (org-cycle)))))) org-cycle((4)) (cond ((integerp arg) (show-all) (hide-sublevels arg) (setq org-cycle-glo= bal-status (quote contents))) ((equal arg (quote (4))) (org-set-startup-vis= ibility) (message "Startup visibility, plus VISIBILITY properties.")) (t (o= rg-cycle (quote (4))))) (let ((org-cycle-include-plain-lists (if (eq major-mode (quote org-mode))= org-cycle-include-plain-lists nil))) (cond ((integerp arg) (show-all) (hid= e-sublevels arg) (setq org-cycle-global-status (quote contents))) ((equal a= rg (quote (4))) (org-set-startup-visibility) (message "Startup visibility, = plus VISIBILITY properties.")) (t (org-cycle (quote (4)))))) org-global-cycle(nil) call-interactively(org-global-cycle nil nil) recursive-edit() debug(error (wrong-type-argument stringp nil)) looking-at(nil) (let ((case-fold-search nil)) (looking-at org-todo-line-regexp)) (save-excursion (beginning-of-line 1) (let ((case-fold-search nil)) (look= ing-at org-todo-line-regexp))) (and (looking-at "[ ]*$") (save-excursion (beginning-of-line 1) (let ((c= ase-fold-search nil)) (looking-at org-todo-line-regexp))) (string=3D (match= -string 3) "")) org-point-at-end-of-empty-headline() (if (org-point-at-end-of-empty-headline) (progn (setq this-command (quote= org-cycle-level)) (let ((cur-level (org-current-level)) (prev-level (org-g= et-previous-line-level))) (cond ((=3D prev-level 0) (loop repeat (/ (- cur-= level 1) (org-level-increment)) do (org-do-promote))) ((=3D prev-level cur-= level) (org-do-demote)) ((=3D prev-level 1) (loop repeat (/ (- cur-level 1)= (org-level-increment)) do (org-do-promote))) ((=3D cur-level 1) (loop repe= at (/ (- prev-level 1) (org-level-increment)) do (org-do-demote))) ((< cur-= level prev-level) (org-do-promote)) ((> cur-level prev-level) (loop repeat = (+ 1 (/ ... ...)) do (org-do-promote)))) t))) (when (org-point-at-end-of-empty-headline) (setq this-command (quote org-= cycle-level)) (let ((cur-level (org-current-level)) (prev-level (org-get-pr= evious-line-level))) (cond ((=3D prev-level 0) (loop repeat (/ (- cur-level= 1) (org-level-increment)) do (org-do-promote))) ((=3D prev-level cur-level= ) (org-do-demote)) ((=3D prev-level 1) (loop repeat (/ (- cur-level 1) (org= -level-increment)) do (org-do-promote))) ((=3D cur-level 1) (loop repeat (/= (- prev-level 1) (org-level-increment)) do (org-do-demote))) ((< cur-level= prev-level) (org-do-promote)) ((> cur-level prev-level) (loop repeat (+ 1 = (/ (- cur-level prev-level) (org-level-increment))) do (org-do-promote)))) = t)) (let ((org-adapt-indentation nil)) (when (org-point-at-end-of-empty-headl= ine) (setq this-command (quote org-cycle-level)) (let ((cur-level (org-curr= ent-level)) (prev-level (org-get-previous-line-level))) (cond ((=3D prev-le= vel 0) (loop repeat (/ (- cur-level 1) (org-level-increment)) do (org-do-pr= omote))) ((=3D prev-level cur-level) (org-do-demote)) ((=3D prev-level 1) (= loop repeat (/ (- cur-level 1) (org-level-increment)) do (org-do-promote)))= ((=3D cur-level 1) (loop repeat (/ (- prev-level 1) (org-level-increment))= do (org-do-demote))) ((< cur-level prev-level) (org-do-promote)) ((> cur-l= evel prev-level) (loop repeat (+ 1 (/ ... ...)) do (org-do-promote)))) t))) org-cycle-level() (or (org-cycle-level) (org-cycle-item-indentation)) (and org-cycle-level-after-item/entry-creation (or (org-cycle-level) (org= -cycle-item-indentation))) (or (run-hook-with-args-until-success (quote org-tab-first-hook)) (and or= g-cycle-level-after-item/entry-creation (or (org-cycle-level) (org-cycle-it= em-indentation)))) (if (or (run-hook-with-args-until-success (quote org-tab-first-hook)) (an= d org-cycle-level-after-item/entry-creation (or (org-cycle-level) (org-cycl= e-item-indentation)))) nil (let* ((limit-level (or org-cycle-max-level (and= (boundp (quote org-inlinetask-min-level)) org-inlinetask-min-level (1- org= -inlinetask-min-level)))) (nstars (and limit-level (if org-odd-levels-only = (and limit-level (1- ...)) limit-level))) (org-outline-regexp (if (not (eq = major-mode (quote org-mode))) outline-regexp (concat "\\*" (if nstars (form= at "\\{1,%d\\} " nstars) "+ ")))) (bob-special (and org-cycle-global-at-bob= (not arg) (bobp) (not (looking-at org-outline-regexp)))) (org-cycle-hook (= if bob-special (delq (quote org-optimize-window-after-visibility-change) (c= opy-sequence org-cycle-hook)) org-cycle-hook)) (pos (point))) (if (or bob-s= pecial (equal arg (quote (4)))) (setq arg t)) (cond ((equal arg (quote (16)= )) (setq last-command (quote dummy)) (org-set-startup-visibility) (message = "Startup visibility, plus VISIBILITY properties")) ((equal arg (quote (64))= ) (show-all) (message "Entire buffer visible, including drawers")) ((org-at= -table-p (quote any)) (if (org-at-table\.el-p) (message "Use C-c ' to edit = table.el tables") (if arg (org-table-edit-field t) (org-table-justify-field= -maybe) (call-interactively (quote org-table-next-field))))) ((run-hook-wit= h-args-until-success (quote org-tab-after-check-for-table-hook))) ((eq arg = t) (org-cycle-internal-global)) ((and org-drawers org-drawer-regexp (save-e= xcursion (beginning-of-line 1) (looking-at org-drawer-regexp))) (org-flag-d= rawer (not (get-char-property (match-end 0) (quote invisible))))) ((integer= p arg) (save-excursion (org-back-to-heading) (outline-up-heading (if (< arg= 0) (- arg) (- ... arg))) (org-show-subtree))) ((and (featurep (quote org-i= nlinetask)) (org-inlinetask-at-task-p) (or (bolp) (not (eq org-cycle-emulat= e-tab ...)))) (org-inlinetask-toggle-visibility)) ((org-try-cdlatex-tab)) (= (and (or (and org-cycle-include-plain-lists (org-at-item-p)) (save-excursio= n (beginning-of-line 1) (looking-at org-outline-regexp))) (or (bolp) (not (= eq org-cycle-emulate-tab ...)))) (org-cycle-internal-local)) (buffer-read-o= nly (org-back-to-heading)) ((run-hook-with-args-until-success (quote org-ta= b-after-check-for-cycling-hook))) ((org-try-structure-completion)) ((run-ho= ok-with-args-until-success (quote org-tab-before-tab-emulation-hook))) ((an= d (eq org-cycle-emulate-tab (quote exc-hl-bol)) (or (not (bolp)) (not (look= ing-at org-outline-regexp)))) (call-interactively (global-key-binding " "))= ) ((if (and (memq org-cycle-emulate-tab (quote ...)) (save-excursion (begin= ning-of-line 1) (looking-at "[ ]*")) (or (and ... ...) (and ... ...))) t (= eq org-cycle-emulate-tab t)) (call-interactively (global-key-binding " ")))= (t (save-excursion (org-back-to-heading) (org-cycle)))))) (unless (or (run-hook-with-args-until-success (quote org-tab-first-hook))= (and org-cycle-level-after-item/entry-creation (or (org-cycle-level) (org-= cycle-item-indentation)))) (let* ((limit-level (or org-cycle-max-level (and= (boundp (quote org-inlinetask-min-level)) org-inlinetask-min-level (1- org= -inlinetask-min-level)))) (nstars (and limit-level (if org-odd-levels-only = (and limit-level (1- ...)) limit-level))) (org-outline-regexp (if (not (eq = major-mode (quote org-mode))) outline-regexp (concat "\\*" (if nstars (form= at "\\{1,%d\\} " nstars) "+ ")))) (bob-special (and org-cycle-global-at-bob= (not arg) (bobp) (not (looking-at org-outline-regexp)))) (org-cycle-hook (= if bob-special (delq (quote org-optimize-window-after-visibility-change) (c= opy-sequence org-cycle-hook)) org-cycle-hook)) (pos (point))) (if (or bob-s= pecial (equal arg (quote (4)))) (setq arg t)) (cond ((equal arg (quote (16)= )) (setq last-command (quote dummy)) (org-set-startup-visibility) (message = "Startup visibility, plus VISIBILITY properties")) ((equal arg (quote (64))= ) (show-all) (message "Entire buffer visible, including drawers")) ((org-at= -table-p (quote any)) (if (org-at-table\.el-p) (message "Use C-c ' to edit = table.el tables") (if arg (org-table-edit-field t) (org-table-justify-field= -maybe) (call-interactively (quote org-table-next-field))))) ((run-hook-wit= h-args-until-success (quote org-tab-after-check-for-table-hook))) ((eq arg = t) (org-cycle-internal-global)) ((and org-drawers org-drawer-regexp (save-e= xcursion (beginning-of-line 1) (looking-at org-drawer-regexp))) (org-flag-d= rawer (not (get-char-property (match-end 0) (quote invisible))))) ((integer= p arg) (save-excursion (org-back-to-heading) (outline-up-heading (if (< arg= 0) (- arg) (- ... arg))) (org-show-subtree))) ((and (featurep (quote org-i= nlinetask)) (org-inlinetask-at-task-p) (or (bolp) (not (eq org-cycle-emulat= e-tab ...)))) (org-inlinetask-toggle-visibility)) ((org-try-cdlatex-tab)) (= (and (or (and org-cycle-include-plain-lists (org-at-item-p)) (save-excursio= n (beginning-of-line 1) (looking-at org-outline-regexp))) (or (bolp) (not (= eq org-cycle-emulate-tab ...)))) (org-cycle-internal-local)) (buffer-read-o= nly (org-back-to-heading)) ((run-hook-with-args-until-success (quote org-ta= b-after-check-for-cycling-hook))) ((org-try-structure-completion)) ((run-ho= ok-with-args-until-success (quote org-tab-before-tab-emulation-hook))) ((an= d (eq org-cycle-emulate-tab (quote exc-hl-bol)) (or (not (bolp)) (not (look= ing-at org-outline-regexp)))) (call-interactively (global-key-binding " "))= ) ((if (and (memq org-cycle-emulate-tab (quote ...)) (save-excursion (begin= ning-of-line 1) (looking-at "[ ]*")) (or (and ... ...) (and ... ...))) t (= eq org-cycle-emulate-tab t)) (call-interactively (global-key-binding " ")))= (t (save-excursion (org-back-to-heading) (org-cycle)))))) org-cycle((4)) (cond ((integerp arg) (show-all) (hide-sublevels arg) (setq org-cycle-glo= bal-status (quote contents))) ((equal arg (quote (4))) (org-set-startup-vis= ibility) (message "Startup visibility, plus VISIBILITY properties.")) (t (o= rg-cycle (quote (4))))) (let ((org-cycle-include-plain-lists (if (eq major-mode (quote org-mode))= org-cycle-include-plain-lists nil))) (cond ((integerp arg) (show-all) (hid= e-sublevels arg) (setq org-cycle-global-status (quote contents))) ((equal a= rg (quote (4))) (org-set-startup-visibility) (message "Startup visibility, = plus VISIBILITY properties.")) (t (org-cycle (quote (4)))))) org-global-cycle(nil) call-interactively(org-global-cycle nil nil) recursive-edit() debug(error (wrong-type-argument stringp nil)) looking-at(nil) (let ((case-fold-search nil)) (looking-at org-todo-line-regexp)) (save-excursion (beginning-of-line 1) (let ((case-fold-search nil)) (look= ing-at org-todo-line-regexp))) (and (looking-at "[ ]*$") (save-excursion (beginning-of-line 1) (let ((c= ase-fold-search nil)) (looking-at org-todo-line-regexp))) (string=3D (match= -string 3) "")) org-point-at-end-of-empty-headline() (if (org-point-at-end-of-empty-headline) (progn (setq this-command (quote= org-cycle-level)) (let ((cur-level (org-current-level)) (prev-level (org-g= et-previous-line-level))) (cond ((=3D prev-level 0) (loop repeat (/ (- cur-= level 1) (org-level-increment)) do (org-do-promote))) ((=3D prev-level cur-= level) (org-do-demote)) ((=3D prev-level 1) (loop repeat (/ (- cur-level 1)= (org-level-increment)) do (org-do-promote))) ((=3D cur-level 1) (loop repe= at (/ (- prev-level 1) (org-level-increment)) do (org-do-demote))) ((< cur-= level prev-level) (org-do-promote)) ((> cur-level prev-level) (loop repeat = (+ 1 (/ ... ...)) do (org-do-promote)))) t))) (when (org-point-at-end-of-empty-headline) (setq this-command (quote org-= cycle-level)) (let ((cur-level (org-current-level)) (prev-level (org-get-pr= evious-line-level))) (cond ((=3D prev-level 0) (loop repeat (/ (- cur-level= 1) (org-level-increment)) do (org-do-promote))) ((=3D prev-level cur-level= ) (org-do-demote)) ((=3D prev-level 1) (loop repeat (/ (- cur-level 1) (org= -level-increment)) do (org-do-promote))) ((=3D cur-level 1) (loop repeat (/= (- prev-level 1) (org-level-increment)) do (org-do-demote))) ((< cur-level= prev-level) (org-do-promote)) ((> cur-level prev-level) (loop repeat (+ 1 = (/ (- cur-level prev-level) (org-level-increment))) do (org-do-promote)))) = t)) (let ((org-adapt-indentation nil)) (when (org-point-at-end-of-empty-headl= ine) (setq this-command (quote org-cycle-level)) (let ((cur-level (org-curr= ent-level)) (prev-level (org-get-previous-line-level))) (cond ((=3D prev-le= vel 0) (loop repeat (/ (- cur-level 1) (org-level-increment)) do (org-do-pr= omote))) ((=3D prev-level cur-level) (org-do-demote)) ((=3D prev-level 1) (= loop repeat (/ (- cur-level 1) (org-level-increment)) do (org-do-promote)))= ((=3D cur-level 1) (loop repeat (/ (- prev-level 1) (org-level-increment))= do (org-do-demote))) ((< cur-level prev-level) (org-do-promote)) ((> cur-l= evel prev-level) (loop repeat (+ 1 (/ ... ...)) do (org-do-promote)))) t))) org-cycle-level() (or (org-cycle-level) (org-cycle-item-indentation)) (and org-cycle-level-after-item/entry-creation (or (org-cycle-level) (org= -cycle-item-indentation))) (or (run-hook-with-args-until-success (quote org-tab-first-hook)) (and or= g-cycle-level-after-item/entry-creation (or (org-cycle-level) (org-cycle-it= em-indentation)))) (if (or (run-hook-with-args-until-success (quote org-tab-first-hook)) (an= d org-cycle-level-after-item/entry-creation (or (org-cycle-level) (org-cycl= e-item-indentation)))) nil (let* ((limit-level (or org-cycle-max-level (and= (boundp (quote org-inlinetask-min-level)) org-inlinetask-min-level (1- org= -inlinetask-min-level)))) (nstars (and limit-level (if org-odd-levels-only = (and limit-level (1- ...)) limit-level))) (org-outline-regexp (if (not (eq = major-mode (quote org-mode))) outline-regexp (concat "\\*" (if nstars (form= at "\\{1,%d\\} " nstars) "+ ")))) (bob-special (and org-cycle-global-at-bob= (not arg) (bobp) (not (looking-at org-outline-regexp)))) (org-cycle-hook (= if bob-special (delq (quote org-optimize-window-after-visibility-change) (c= opy-sequence org-cycle-hook)) org-cycle-hook)) (pos (point))) (if (or bob-s= pecial (equal arg (quote (4)))) (setq arg t)) (cond ((equal arg (quote (16)= )) (setq last-command (quote dummy)) (org-set-startup-visibility) (message = "Startup visibility, plus VISIBILITY properties")) ((equal arg (quote (64))= ) (show-all) (message "Entire buffer visible, including drawers")) ((org-at= -table-p (quote any)) (if (org-at-table\.el-p) (message "Use C-c ' to edit = table.el tables") (if arg (org-table-edit-field t) (org-table-justify-field= -maybe) (call-interactively (quote org-table-next-field))))) ((run-hook-wit= h-args-until-success (quote org-tab-after-check-for-table-hook))) ((eq arg = t) (org-cycle-internal-global)) ((and org-drawers org-drawer-regexp (save-e= xcursion (beginning-of-line 1) (looking-at org-drawer-regexp))) (org-flag-d= rawer (not (get-char-property (match-end 0) (quote invisible))))) ((integer= p arg) (save-excursion (org-back-to-heading) (outline-up-heading (if (< arg= 0) (- arg) (- ... arg))) (org-show-subtree))) ((and (featurep (quote org-i= nlinetask)) (org-inlinetask-at-task-p) (or (bolp) (not (eq org-cycle-emulat= e-tab ...)))) (org-inlinetask-toggle-visibility)) ((org-try-cdlatex-tab)) (= (and (or (and org-cycle-include-plain-lists (org-at-item-p)) (save-excursio= n (beginning-of-line 1) (looking-at org-outline-regexp))) (or (bolp) (not (= eq org-cycle-emulate-tab ...)))) (org-cycle-internal-local)) (buffer-read-o= nly (org-back-to-heading)) ((run-hook-with-args-until-success (quote org-ta= b-after-check-for-cycling-hook))) ((org-try-structure-completion)) ((run-ho= ok-with-args-until-success (quote org-tab-before-tab-emulation-hook))) ((an= d (eq org-cycle-emulate-tab (quote exc-hl-bol)) (or (not (bolp)) (not (look= ing-at org-outline-regexp)))) (call-interactively (global-key-binding " "))= ) ((if (and (memq org-cycle-emulate-tab (quote ...)) (save-excursion (begin= ning-of-line 1) (looking-at "[ ]*")) (or (and ... ...) (and ... ...))) t (= eq org-cycle-emulate-tab t)) (call-interactively (global-key-binding " ")))= (t (save-excursion (org-back-to-heading) (org-cycle)))))) (unless (or (run-hook-with-args-until-success (quote org-tab-first-hook))= (and org-cycle-level-after-item/entry-creation (or (org-cycle-level) (org-= cycle-item-indentation)))) (let* ((limit-level (or org-cycle-max-level (and= (boundp (quote org-inlinetask-min-level)) org-inlinetask-min-level (1- org= -inlinetask-min-level)))) (nstars (and limit-level (if org-odd-levels-only = (and limit-level (1- ...)) limit-level))) (org-outline-regexp (if (not (eq = major-mode (quote org-mode))) outline-regexp (concat "\\*" (if nstars (form= at "\\{1,%d\\} " nstars) "+ ")))) (bob-special (and org-cycle-global-at-bob= (not arg) (bobp) (not (looking-at org-outline-regexp)))) (org-cycle-hook (= if bob-special (delq (quote org-optimize-window-after-visibility-change) (c= opy-sequence org-cycle-hook)) org-cycle-hook)) (pos (point))) (if (or bob-s= pecial (equal arg (quote (4)))) (setq arg t)) (cond ((equal arg (quote (16)= )) (setq last-command (quote dummy)) (org-set-startup-visibility) (message = "Startup visibility, plus VISIBILITY properties")) ((equal arg (quote (64))= ) (show-all) (message "Entire buffer visible, including drawers")) ((org-at= -table-p (quote any)) (if (org-at-table\.el-p) (message "Use C-c ' to edit = table.el tables") (if arg (org-table-edit-field t) (org-table-justify-field= -maybe) (call-interactively (quote org-table-next-field))))) ((run-hook-wit= h-args-until-success (quote org-tab-after-check-for-table-hook))) ((eq arg = t) (org-cycle-internal-global)) ((and org-drawers org-drawer-regexp (save-e= xcursion (beginning-of-line 1) (looking-at org-drawer-regexp))) (org-flag-d= rawer (not (get-char-property (match-end 0) (quote invisible))))) ((integer= p arg) (save-excursion (org-back-to-heading) (outline-up-heading (if (< arg= 0) (- arg) (- ... arg))) (org-show-subtree))) ((and (featurep (quote org-i= nlinetask)) (org-inlinetask-at-task-p) (or (bolp) (not (eq org-cycle-emulat= e-tab ...)))) (org-inlinetask-toggle-visibility)) ((org-try-cdlatex-tab)) (= (and (or (and org-cycle-include-plain-lists (org-at-item-p)) (save-excursio= n (beginning-of-line 1) (looking-at org-outline-regexp))) (or (bolp) (not (= eq org-cycle-emulate-tab ...)))) (org-cycle-internal-local)) (buffer-read-o= nly (org-back-to-heading)) ((run-hook-with-args-until-success (quote org-ta= b-after-check-for-cycling-hook))) ((org-try-structure-completion)) ((run-ho= ok-with-args-until-success (quote org-tab-before-tab-emulation-hook))) ((an= d (eq org-cycle-emulate-tab (quote exc-hl-bol)) (or (not (bolp)) (not (look= ing-at org-outline-regexp)))) (call-interactively (global-key-binding " "))= ) ((if (and (memq org-cycle-emulate-tab (quote ...)) (save-excursion (begin= ning-of-line 1) (looking-at "[ ]*")) (or (and ... ...) (and ... ...))) t (= eq org-cycle-emulate-tab t)) (call-interactively (global-key-binding " ")))= (t (save-excursion (org-back-to-heading) (org-cycle)))))) org-cycle((4)) (cond ((integerp arg) (show-all) (hide-sublevels arg) (setq org-cycle-glo= bal-status (quote contents))) ((equal arg (quote (4))) (org-set-startup-vis= ibility) (message "Startup visibility, plus VISIBILITY properties.")) (t (o= rg-cycle (quote (4))))) (let ((org-cycle-include-plain-lists (if (eq major-mode (quote org-mode))= org-cycle-include-plain-lists nil))) (cond ((integerp arg) (show-all) (hid= e-sublevels arg) (setq org-cycle-global-status (quote contents))) ((equal a= rg (quote (4))) (org-set-startup-visibility) (message "Startup visibility, = plus VISIBILITY properties.")) (t (org-cycle (quote (4)))))) org-global-cycle(nil) call-interactively(org-global-cycle nil nil) recursive-edit() debug(error (wrong-type-argument stringp nil)) looking-at(nil) (let ((case-fold-search nil)) (looking-at org-todo-line-regexp)) (save-excursion (beginning-of-line 1) (let ((case-fold-search nil)) (look= ing-at org-todo-line-regexp))) (and (looking-at "[ ]*$") (save-excursion (beginning-of-line 1) (let ((c= ase-fold-search nil)) (looking-at org-todo-line-regexp))) (string=3D (match= -string 3) "")) org-point-at-end-of-empty-headline() (if (org-point-at-end-of-empty-headline) (progn (setq this-command (quote= org-cycle-level)) (let ((cur-level (org-current-level)) (prev-level (org-g= et-previous-line-level))) (cond ((=3D prev-level 0) (loop repeat (/ (- cur-= level 1) (org-level-increment)) do (org-do-promote))) ((=3D prev-level cur-= level) (org-do-demote)) ((=3D prev-level 1) (loop repeat (/ (- cur-level 1)= (org-level-increment)) do (org-do-promote))) ((=3D cur-level 1) (loop repe= at (/ (- prev-level 1) (org-level-increment)) do (org-do-demote))) ((< cur-= level prev-level) (org-do-promote)) ((> cur-level prev-level) (loop repeat = (+ 1 (/ ... ...)) do (org-do-promote)))) t))) (when (org-point-at-end-of-empty-headline) (setq this-command (quote org-= cycle-level)) (let ((cur-level (org-current-level)) (prev-level (org-get-pr= evious-line-level))) (cond ((=3D prev-level 0) (loop repeat (/ (- cur-level= 1) (org-level-increment)) do (org-do-promote))) ((=3D prev-level cur-level= ) (org-do-demote)) ((=3D prev-level 1) (loop repeat (/ (- cur-level 1) (org= -level-increment)) do (org-do-promote))) ((=3D cur-level 1) (loop repeat (/= (- prev-level 1) (org-level-increment)) do (org-do-demote))) ((< cur-level= prev-level) (org-do-promote)) ((> cur-level prev-level) (loop repeat (+ 1 = (/ (- cur-level prev-level) (org-level-increment))) do (org-do-promote)))) = t)) (let ((org-adapt-indentation nil)) (when (org-point-at-end-of-empty-headl= ine) (setq this-command (quote org-cycle-level)) (let ((cur-level (org-curr= ent-level)) (prev-level (org-get-previous-line-level))) (cond ((=3D prev-le= vel 0) (loop repeat (/ (- cur-level 1) (org-level-increment)) do (org-do-pr= omote))) ((=3D prev-level cur-level) (org-do-demote)) ((=3D prev-level 1) (= loop repeat (/ (- cur-level 1) (org-level-increment)) do (org-do-promote)))= ((=3D cur-level 1) (loop repeat (/ (- prev-level 1) (org-level-increment))= do (org-do-demote))) ((< cur-level prev-level) (org-do-promote)) ((> cur-l= evel prev-level) (loop repeat (+ 1 (/ ... ...)) do (org-do-promote)))) t))) org-cycle-level() (or (org-cycle-level) (org-cycle-item-indentation)) (and org-cycle-level-after-item/entry-creation (or (org-cycle-level) (org= -cycle-item-indentation))) (or (run-hook-with-args-until-success (quote org-tab-first-hook)) (and or= g-cycle-level-after-item/entry-creation (or (org-cycle-level) (org-cycle-it= em-indentation)))) (if (or (run-hook-with-args-until-success (quote org-tab-first-hook)) (an= d org-cycle-level-after-item/entry-creation (or (org-cycle-level) (org-cycl= e-item-indentation)))) nil (let* ((limit-level (or org-cycle-max-level (and= (boundp (quote org-inlinetask-min-level)) org-inlinetask-min-level (1- org= -inlinetask-min-level)))) (nstars (and limit-level (if org-odd-levels-only = (and limit-level (1- ...)) limit-level))) (org-outline-regexp (if (not (eq = major-mode (quote org-mode))) outline-regexp (concat "\\*" (if nstars (form= at "\\{1,%d\\} " nstars) "+ ")))) (bob-special (and org-cycle-global-at-bob= (not arg) (bobp) (not (looking-at org-outline-regexp)))) (org-cycle-hook (= if bob-special (delq (quote org-optimize-window-after-visibility-change) (c= opy-sequence org-cycle-hook)) org-cycle-hook)) (pos (point))) (if (or bob-s= pecial (equal arg (quote (4)))) (setq arg t)) (cond ((equal arg (quote (16)= )) (setq last-command (quote dummy)) (org-set-startup-visibility) (message = "Startup visibility, plus VISIBILITY properties")) ((equal arg (quote (64))= ) (show-all) (message "Entire buffer visible, including drawers")) ((org-at= -table-p (quote any)) (if (org-at-table\.el-p) (message "Use C-c ' to edit = table.el tables") (if arg (org-table-edit-field t) (org-table-justify-field= -maybe) (call-interactively (quote org-table-next-field))))) ((run-hook-wit= h-args-until-success (quote org-tab-after-check-for-table-hook))) ((eq arg = t) (org-cycle-internal-global)) ((and org-drawers org-drawer-regexp (save-e= xcursion (beginning-of-line 1) (looking-at org-drawer-regexp))) (org-flag-d= rawer (not (get-char-property (match-end 0) (quote invisible))))) ((integer= p arg) (save-excursion (org-back-to-heading) (outline-up-heading (if (< arg= 0) (- arg) (- ... arg))) (org-show-subtree))) ((and (featurep (quote org-i= nlinetask)) (org-inlinetask-at-task-p) (or (bolp) (not (eq org-cycle-emulat= e-tab ...)))) (org-inlinetask-toggle-visibility)) ((org-try-cdlatex-tab)) (= (and (or (and org-cycle-include-plain-lists (org-at-item-p)) (save-excursio= n (beginning-of-line 1) (looking-at org-outline-regexp))) (or (bolp) (not (= eq org-cycle-emulate-tab ...)))) (org-cycle-internal-local)) (buffer-read-o= nly (org-back-to-heading)) ((run-hook-with-args-until-success (quote org-ta= b-after-check-for-cycling-hook))) ((org-try-structure-completion)) ((run-ho= ok-with-args-until-success (quote org-tab-before-tab-emulation-hook))) ((an= d (eq org-cycle-emulate-tab (quote exc-hl-bol)) (or (not (bolp)) (not (look= ing-at org-outline-regexp)))) (call-interactively (global-key-binding " "))= ) ((if (and (memq org-cycle-emulate-tab (quote ...)) (save-excursion (begin= ning-of-line 1) (looking-at "[ ]*")) (or (and ... ...) (and ... ...))) t (= eq org-cycle-emulate-tab t)) (call-interactively (global-key-binding " ")))= (t (save-excursion (org-back-to-heading) (org-cycle)))))) (unless (or (run-hook-with-args-until-success (quote org-tab-first-hook))= (and org-cycle-level-after-item/entry-creation (or (org-cycle-level) (org-= cycle-item-indentation)))) (let* ((limit-level (or org-cycle-max-level (and= (boundp (quote org-inlinetask-min-level)) org-inlinetask-min-level (1- org= -inlinetask-min-level)))) (nstars (and limit-level (if org-odd-levels-only = (and limit-level (1- ...)) limit-level))) (org-outline-regexp (if (not (eq = major-mode (quote org-mode))) outline-regexp (concat "\\*" (if nstars (form= at "\\{1,%d\\} " nstars) "+ ")))) (bob-special (and org-cycle-global-at-bob= (not arg) (bobp) (not (looking-at org-outline-regexp)))) (org-cycle-hook (= if bob-special (delq (quote org-optimize-window-after-visibility-change) (c= opy-sequence org-cycle-hook)) org-cycle-hook)) (pos (point))) (if (or bob-s= pecial (equal arg (quote (4)))) (setq arg t)) (cond ((equal arg (quote (16)= )) (setq last-command (quote dummy)) (org-set-startup-visibility) (message = "Startup visibility, plus VISIBILITY properties")) ((equal arg (quote (64))= ) (show-all) (message "Entire buffer visible, including drawers")) ((org-at= -table-p (quote any)) (if (org-at-table\.el-p) (message "Use C-c ' to edit = table.el tables") (if arg (org-table-edit-field t) (org-table-justify-field= -maybe) (call-interactively (quote org-table-next-field))))) ((run-hook-wit= h-args-until-success (quote org-tab-after-check-for-table-hook))) ((eq arg = t) (org-cycle-internal-global)) ((and org-drawers org-drawer-regexp (save-e= xcursion (beginning-of-line 1) (looking-at org-drawer-regexp))) (org-flag-d= rawer (not (get-char-property (match-end 0) (quote invisible))))) ((integer= p arg) (save-excursion (org-back-to-heading) (outline-up-heading (if (< arg= 0) (- arg) (- ... arg))) (org-show-subtree))) ((and (featurep (quote org-i= nlinetask)) (org-inlinetask-at-task-p) (or (bolp) (not (eq org-cycle-emulat= e-tab ...)))) (org-inlinetask-toggle-visibility)) ((org-try-cdlatex-tab)) (= (and (or (and org-cycle-include-plain-lists (org-at-item-p)) (save-excursio= n (beginning-of-line 1) (looking-at org-outline-regexp))) (or (bolp) (not (= eq org-cycle-emulate-tab ...)))) (org-cycle-internal-local)) (buffer-read-o= nly (org-back-to-heading)) ((run-hook-with-args-until-success (quote org-ta= b-after-check-for-cycling-hook))) ((org-try-structure-completion)) ((run-ho= ok-with-args-until-success (quote org-tab-before-tab-emulation-hook))) ((an= d (eq org-cycle-emulate-tab (quote exc-hl-bol)) (or (not (bolp)) (not (look= ing-at org-outline-regexp)))) (call-interactively (global-key-binding " "))= ) ((if (and (memq org-cycle-emulate-tab (quote ...)) (save-excursion (begin= ning-of-line 1) (looking-at "[ ]*")) (or (and ... ...) (and ... ...))) t (= eq org-cycle-emulate-tab t)) (call-interactively (global-key-binding " ")))= (t (save-excursion (org-back-to-heading) (org-cycle)))))) org-cycle((4)) (cond ((integerp arg) (show-all) (hide-sublevels arg) (setq org-cycle-glo= bal-status (quote contents))) ((equal arg (quote (4))) (org-set-startup-vis= ibility) (message "Startup visibility, plus VISIBILITY properties.")) (t (o= rg-cycle (quote (4))))) (let ((org-cycle-include-plain-lists (if (eq major-mode (quote org-mode))= org-cycle-include-plain-lists nil))) (cond ((integerp arg) (show-all) (hid= e-sublevels arg) (setq org-cycle-global-status (quote contents))) ((equal a= rg (quote (4))) (org-set-startup-visibility) (message "Startup visibility, = plus VISIBILITY properties.")) (t (org-cycle (quote (4)))))) org-global-cycle(nil) call-interactively(org-global-cycle nil nil) In GNU Emacs 24.0.95.1 (i386-mingw-nt5.1.2600) of 2012-04-03 on MARVIN Windowing system distributor `Microsoft Corp.', version 5.1.2600 Configured using: `configure --with-gcc (4.6) --no-opt --enable-checking --cflags -ID:/devel/emacs/libs/libXpm-3.5.8/include -ID:/devel/emacs/libs/libXpm-3.5.8/src -ID:/devel/emacs/libs/libpng-dev_1.4.3-1/include -ID:/devel/emacs/libs/zlib-dev_1.2.5-2/include -ID:/devel/emacs/libs/giflib-4.1.4-1/include -ID:/devel/emacs/libs/jpeg-6b-4/include -ID:/devel/emacs/libs/tiff-3.8.2-1/include -ID:/devel/emacs/libs/gnutls-3.0.9/include' From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 03 02:03:14 2012 Received: (at 11160) by debbugs.gnu.org; 3 Apr 2012 06:03:14 +0000 Received: from localhost ([127.0.0.1]:37360 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SEwpl-0006mx-Mh for submit@debbugs.gnu.org; Tue, 03 Apr 2012 02:03:14 -0400 Received: from mail-pb0-f44.google.com ([209.85.160.44]:37425) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SEwpj-0006mp-AS for 11160@debbugs.gnu.org; Tue, 03 Apr 2012 02:03:11 -0400 Received: by pbbrq13 with SMTP id rq13so4527095pbb.3 for <11160@debbugs.gnu.org>; Mon, 02 Apr 2012 23:02:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=FrM+YRrPi13ECYdvK+xhkUyKmhbMMrwkk1LJQnKdnzI=; b=O/jE911ufXMDbJxCCdnarfMj55l3OKBIVxhxyETpuMh7KwwPuV1yYo0fztZT7tmVxM EPraUEeeA/R2OEPx0F2P+Plpa8gfGK3AkfYJMTu1CxYl74z+nTsdXJvloPsrX7sqz/9q o1X8BplTF4G5vfGcXOSDpGiOf1ziz4VMS1PvFda8vp/GsaEbUgBzilQG5FKcyTD3QxMA KCh8UoPOgxV/1uQ0EJEjzSIM5lKL4gGLOJsKBAmJa1QCJlztNAfuyqkXtqTVCO82e1FA no2Si1AenSjGXACnmfYH99SrnmfqMgo9GGQzliL87odgCu1OCfg89exGDmLKJxENxiAE oKwg== Received: by 10.68.219.3 with SMTP id pk3mr11332561pbc.34.1333432970597; Mon, 02 Apr 2012 23:02:50 -0700 (PDT) Received: from JAMBU-NETBOOK ([115.241.40.11]) by mx.google.com with ESMTPS id f7sm15609597pbr.3.2012.04.02.23.02.47 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 02 Apr 2012 23:02:49 -0700 (PDT) From: Jambunathan K To: 11160@debbugs.gnu.org Subject: Re: bug#11160: Acknowledgement (24.0.95; (org) outline-style cycling + outline-mode) References: <8162dh8it7.fsf@gmail.com> Date: Tue, 03 Apr 2012 11:32:38 +0530 In-Reply-To: (GNU bug Tracking System's message of "Tue, 03 Apr 2012 05:53:02 +0000") Message-ID: <811uo58i9t.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11160 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) See http://orgmode.org/worg/org-faq.html#use-visibility-cycling-in-outline-mode. which specifically notes that org-style cycling is "written in a way that they are independent of the outline setup." From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 09 14:54:36 2012 Received: (at submit) by debbugs.gnu.org; 9 Apr 2012 18:54:36 +0000 Received: from localhost ([127.0.0.1]:47308 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SHJjW-000880-DE for submit@debbugs.gnu.org; Mon, 09 Apr 2012 14:54:35 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45423) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SHJjU-00087t-HW for submit@debbugs.gnu.org; Mon, 09 Apr 2012 14:54:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHJiX-0004rD-Uc for submit@debbugs.gnu.org; Mon, 09 Apr 2012 14:53:35 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:41704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHJiX-0004r9-Oq for submit@debbugs.gnu.org; Mon, 09 Apr 2012 14:53:33 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHJiW-0002jG-3n for bug-gnu-emacs@gnu.org; Mon, 09 Apr 2012 14:53:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHJiU-0004qs-5U for bug-gnu-emacs@gnu.org; Mon, 09 Apr 2012 14:53:31 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:59814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHJiT-0004qY-SX; Mon, 09 Apr 2012 14:53:30 -0400 Received: by werj55 with SMTP id j55so3542941wer.0 for ; Mon, 09 Apr 2012 11:53:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=Oi5bbW8jWyvo2r6W+uGUHu7S4CPQk9GD84Xry4Usw+s=; b=qKvsYE5u8/dLKJuce7wkinAZGixwS3HXTW+gAdm8QPdtF+53IjKYXG9WY23BqyxZau mZ0vALvIL81jDljB+JeUE3ZpayVcZ7LOt2R5Yo3Et/Ma9zvqapLvL94YiJboB+KCWkZY 64bVorOk+mX37N9dQYgJbkLGF81kRNMI9b5zXKfZmMllI7TGUUl9ejqG1257QypEvyyk oSjS8a/FR5Q3IXZIjrKdDOD6UOf7tUlUMcxyQeXnIkLF0pMd4IM48Q/ZoNuqK8gSIjpH t9vNavtdk6QZ9NuvgfZ9U5feCr0hmHAdnV/tGko5W4v6FZRWqhDUz024JZdD1AFVbQ0a Vdrg== Received: by 10.216.136.145 with SMTP id w17mr4381863wei.98.1333997606983; Mon, 09 Apr 2012 11:53:26 -0700 (PDT) Received: from myhost.localdomain (pha75-11-82-236-86-204.fbx.proxad.net. [82.236.86.204]) by mx.google.com with ESMTPS id fn2sm52077701wib.0.2012.04.09.11.53.25 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 09 Apr 2012 11:53:26 -0700 (PDT) Received: by myhost.localdomain (Postfix, from userid 1000) id A1E3B856E; Mon, 9 Apr 2012 20:54:42 +0200 (CEST) From: Bastien To: Jambunathan K Subject: Re: [O] 24.0.95; (org) outline-style cycling + outline-mode In-Reply-To: <8162dh8it7.fsf@gmail.com> (Jambunathan K.'s message of "Tue, 03 Apr 2012 11:21:00 +0530") References: <8162dh8it7.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) Date: Mon, 09 Apr 2012 20:54:42 +0200 Message-ID: <87ehrwhh1p.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit Cc: bug-gnu-emacs@gnu.org, Orgmode X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) Hi Jambunathan, Jambunathan K writes: > 1. Install the following hook > > (add-hook 'outline-mode-hook > (lambda () > (define-key outline-mode-map [(tab)] 'org-cycle) > (define-key outline-mode-map [(shift tab)] 'org-global-cycle))) > > 2. (setq debug-on-error t) > 3. Visit NEWS file with C-h n > 4. Place the cursor at the end of the line as shown below. > > ,---- ^^^^^ is where the cursor is. > | ---^^^^^^ > | ** Emacs can be compiled with SELinux support.^^^^^^ > | This happens by default if a suitably recent version of the library is > | found at build time. To prevent this, use the configure option^^^^^^^^ > | `--without-selinux'. See below for SELinux features. > | > | > `---- > > 5. Press S-TAB. The following error is reported. I would expect some > sort of cycling to happen. > let: Wrong type argument: stringp, nil This should be fixed now. Can you confirm? Thanks! -- Bastien From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 10 12:36:54 2012 Received: (at submit) by debbugs.gnu.org; 10 Apr 2012 16:36:54 +0000 Received: from localhost ([127.0.0.1]:49038 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SHe3q-0004nT-EK for submit@debbugs.gnu.org; Tue, 10 Apr 2012 12:36:54 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45996) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SHe3n-0004nM-Rr for submit@debbugs.gnu.org; Tue, 10 Apr 2012 12:36:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHe2j-00072U-4F for submit@debbugs.gnu.org; Tue, 10 Apr 2012 12:35:49 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:37215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHe2i-00072E-Qa for submit@debbugs.gnu.org; Tue, 10 Apr 2012 12:35:44 -0400 Received: from eggs.gnu.org ([208.118.235.92]:41197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHe2c-0002Ft-Qs for bug-gnu-emacs@gnu.org; Tue, 10 Apr 2012 12:35:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHe2Y-00070X-3w for bug-gnu-emacs@gnu.org; Tue, 10 Apr 2012 12:35:38 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:50008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHe2L-0006xh-VK; Tue, 10 Apr 2012 12:35:22 -0400 Received: by pbcup15 with SMTP id up15so185196pbc.0 for ; Tue, 10 Apr 2012 09:35:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=oNSc3HfiiURuBDOPF3nRsaTw5fjlu9H1hdN5fX21MKo=; b=tpHA52hJk693ThZ7go2UKCRWmMI5sbP4U8vUeXVFbZ0tWNUQeag/or6vZU4DuDk+3z 2fJ6DkjGt8puKU90Sp46E7p9q2o1W+eC9+J1jms4CjyL+/Jlde991pOMr+yvd2abJSyd SfqEEpmhPE8o1N1VWQ3QjmncmHkD5/J0rz8CNsv+wpQWVV95XDcyPcPTRQ3BlKqw1ujo AsubcM973VKgjAr3PCaCrDj898NH25Pn51loSx59mhKW8XWQpNReHlvL6q9sciAcjKdX 9ClgHB6LwmopxmdmL3O1DQROSn20cXabq0drWmLKbtxIFu6R3tgRDZsw27PBaD9jZfne ACpQ== Received: by 10.68.72.138 with SMTP id d10mr30673970pbv.15.1334075717543; Tue, 10 Apr 2012 09:35:17 -0700 (PDT) Received: from JAMBU-NETBOOK ([115.242.202.79]) by mx.google.com with ESMTPS id x1sm280099pbp.50.2012.04.10.09.35.10 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 10 Apr 2012 09:35:15 -0700 (PDT) From: Jambunathan K To: Bastien Subject: Re: [O] 24.0.95; (org) outline-style cycling + outline-mode References: <8162dh8it7.fsf@gmail.com> <87ehrwhh1p.fsf@gnu.org> Date: Tue, 10 Apr 2012 22:05:00 +0530 In-Reply-To: <87ehrwhh1p.fsf@gnu.org> (Bastien's message of "Mon, 09 Apr 2012 20:54:42 +0200") Message-ID: <81zkajpmtn.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit Cc: bug-gnu-emacs@gnu.org, Orgmode X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) Hello Bastien Thanks for the fix and it addresses the problem I reported. Feel free to close this bug once you commit the changes to bzr repo. Jambunathan K. From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 11 07:19:58 2012 Received: (at submit) by debbugs.gnu.org; 11 Apr 2012 11:19:58 +0000 Received: from localhost ([127.0.0.1]:50437 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SHvag-0003pD-37 for submit@debbugs.gnu.org; Wed, 11 Apr 2012 07:19:58 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54761) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SHvae-0003p1-CD for submit@debbugs.gnu.org; Wed, 11 Apr 2012 07:19:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHvZU-00010m-RI for submit@debbugs.gnu.org; Wed, 11 Apr 2012 07:18:49 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:42312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHvZU-00010c-OA for submit@debbugs.gnu.org; Wed, 11 Apr 2012 07:18:44 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHvZQ-0008HF-4g for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2012 07:18:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHvZK-0000zx-So for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2012 07:18:39 -0400 Received: from incoming2.cnam.fr ([163.173.128.34]:42734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHvZK-0000zi-JY; Wed, 11 Apr 2012 07:18:34 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsoJAJRhhU+jrT4T/2dsb2JhbABCjWmqXwECgQiBB4IJAQEEAXkFCwsNFCUPAQQNCzETiAADBgS1Vg2Ba4olgV8vhQwEjgaGEYFVhhSFJYR9gmk X-IronPort-AV: E=Sophos;i="4.75,404,1330902000"; d="scan'208";a="30591377" Received: from unknown (HELO myhost.localdomain) ([163.173.62.19]) by outgoing2.cnam.fr with ESMTP; 11 Apr 2012 13:06:20 +0200 Received: by myhost.localdomain (Postfix, from userid 1000) id 4B90C856E; Wed, 11 Apr 2012 13:07:36 +0200 (CEST) From: Bastien To: Jambunathan K Subject: Re: [O] 24.0.95; (org) outline-style cycling + outline-mode In-Reply-To: <81zkajpmtn.fsf@gmail.com> (Jambunathan K.'s message of "Tue, 10 Apr 2012 22:05:00 +0530") References: <8162dh8it7.fsf@gmail.com> <87ehrwhh1p.fsf@gnu.org> <81zkajpmtn.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) Date: Wed, 11 Apr 2012 13:07:36 +0200 Message-ID: <87mx6ile6f.fsf@altern.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: submit Cc: bug-gnu-emacs@gnu.org, Orgmode X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Jambunathan K writes: > Thanks for the fix and it addresses the problem I reported. Feel free > to close this bug once you commit the changes to bzr repo. Thanks for confirming. This in now in Emacs, I closed the bug there. -- Bastien From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 11 12:04:24 2012 Received: (at 11160-done) by debbugs.gnu.org; 11 Apr 2012 16:04:24 +0000 Received: from localhost ([127.0.0.1]:52275 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SI01v-0001Q7-04 for submit@debbugs.gnu.org; Wed, 11 Apr 2012 12:04:24 -0400 Received: from incoming2.cnam.fr ([163.173.128.34]:64390) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SHvNq-0003Uf-P3 for 11160-done@debbugs.gnu.org; Wed, 11 Apr 2012 07:06:43 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlYJAJRhhU+jrT4T/2dsb2JhbABCjWmqYAKBCIEHggoBBXkFCwsNFCUPAQQNCzETiAADCgy1Sg2Ba4olgg6FDASOBoYRgVWBEYUDhSWEfYJp X-IronPort-AV: E=Sophos;i="4.75,404,1330902000"; d="scan'208";a="30591345" Received: from unknown (HELO myhost.localdomain) ([163.173.62.19]) by outgoing2.cnam.fr with ESMTP; 11 Apr 2012 13:05:34 +0200 Received: by myhost.localdomain (Postfix, from userid 1000) id 4F5FF856E; Wed, 11 Apr 2012 13:06:50 +0200 (CEST) From: Bastien To: Jambunathan K Subject: Re: bug#11160: Acknowledgement (24.0.95; (org) outline-style cycling + outline-mode) In-Reply-To: <811uo58i9t.fsf@gmail.com> (Jambunathan K.'s message of "Tue, 03 Apr 2012 11:32:38 +0530") Organization: None References: <8162dh8it7.fsf@gmail.com> <811uo58i9t.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) Date: Wed, 11 Apr 2012 13:06:50 +0200 Message-ID: <87r4vule7p.fsf@altern.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 11160-done X-Mailman-Approved-At: Wed, 11 Apr 2012 12:04:18 -0400 Cc: 11160-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Jambunathan K writes: > http://orgmode.org/worg/org-faq.html#use-visibility-cycling-in-outline-mode. > > which specifically notes that org-style cycling is "written in a way > that they are independent of the outline setup." This bug is now fixed in emacs-24 branch. Thanks, -- Bastien From unknown Thu Sep 11 06:33:41 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 10 May 2012 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator