From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: error: (wrong-type-argument number-or-marker-p nil) in org-adaptive-fill-function Date: Tue, 30 Oct 2012 16:14:04 +0100 Message-ID: <80mwz4at6r.fsf@somewhere.org> References: <80mwz45k2o.fsf@somewhere.org> <80ip9s5jod.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hello Nicolas, "Sebastien Vauban" wrote: >> When typing more than 80 characters (or so) on a line, waiting for the >> automatic filling, I get this every time I type any character: >> >> Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p ni= l) >> <(251038 nil) >> (if (< p post-affiliated) nil (cond ((eql type (quote comment)) ... >> (let* ((p (line-beginning-position)) (element (save-excursion ... >> (if (and (derived-mode-p (quote message-mode)) ... >> (save-restriction (widen) (if (and (derived-mode-p ... >> (save-excursion (save-restriction (widen) (if (and ... >> org-adaptive-fill-function() > > FYI, this seems to happen when in an itemized list, not on a regular > paragraph... > >> GNU Emacs 24.2.50.1 (i386-mingw-nt5.1.2600) of 2012-10-22 on DANI-PC >> Org-mode version 7.9.2 (release_7.9.2-533-g07c889 @ d:/home/sva/src/org-= mode/lisp/) Thanks for your answer -- which I don't see yet on Gmane. However, after updating to Org-mode version 7.9.2 (release_7.9.2-541-gdda56= 3 @ d:/home/sva/src/org-mode/lisp/), I have another problem with the exact same cause (typing more than 80 characters, or pressing M-q on an itemized list): --8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) goto-char(nil) (save-excursion (goto-char item) (looking-at "[ ]*\\(\\S-+\\)\\(.*[ ]+:= :\\)?\\([ ]+\\|$\\)") (setq bpos (match-beginning 1) tpos (match-end 0) bc= ol (progn (goto-char bpos) (current-column)) tcol (progn (goto-char tpos) (= current-column))) (if (> tcol (+ bcol org-description-max-indent)) (progn (= setq tcol (+ bcol 5))))) (let (bpos bcol tpos tcol) (save-excursion (goto-char item) (looking-at "= [ ]*\\(\\S-+\\)\\(.*[ ]+::\\)?\\([ ]+\\|$\\)") (setq bpos (match-beginni= ng 1) tpos (match-end 0) bcol (progn (goto-char bpos) (current-column)) tco= l (progn (goto-char tpos) (current-column))) (if (> tcol (+ bcol org-descri= ption-max-indent)) (progn (setq tcol (+ bcol 5))))) tcol) org-list-item-body-column(nil) (make-string (org-list-item-body-column post-affiliated) 32) (cond ((eql type (quote comment)) (looking-at "[ ]*# ?") (match-string 0= )) ((eql type (quote footnote-definition)) "") ((memql type (quote (item pl= ain-list))) (make-string (org-list-item-body-column post-affiliated) 32)) (= (eql type (quote paragraph)) (let ((parent (org-element-property :parent el= ement))) (cond ((eq (org-element-type parent) (quote item)) (make-string (o= rg-list-item-body-column (org-element-property :begin parent)) 32)) ((save-= excursion (beginning-of-line) (looking-at "[ ]+")) (match-string 0)) (t ""= )))) ((eql type (quote comment-block)) (let* ((cbeg (save-excursion (goto-c= har post-affiliated) (forward-line) (point))) (cend (save-excursion (goto-c= har (org-element-property :end element)) (skip-chars-backward " \n") (line= -beginning-position)))) (if (and (>=3D p cbeg) (< p cend)) (progn (if (save= -excursion (beginning-of-line) (looking-at "[ ]+")) (match-string 0) "")))= ))) (if (and post-affiliated (< p post-affiliated)) nil (cond ((eql type (quo= te comment)) (looking-at "[ ]*# ?") (match-string 0)) ((eql type (quote fo= otnote-definition)) "") ((memql type (quote (item plain-list))) (make-strin= g (org-list-item-body-column post-affiliated) 32)) ((eql type (quote paragr= aph)) (let ((parent (org-element-property :parent element))) (cond ((eq (or= g-element-type parent) (quote item)) (make-string (org-list-item-body-colum= n ...) 32)) ((save-excursion (beginning-of-line) (looking-at "[ ]+")) (mat= ch-string 0)) (t "")))) ((eql type (quote comment-block)) (let* ((cbeg (sav= e-excursion (goto-char post-affiliated) (forward-line) (point))) (cend (sav= e-excursion (goto-char ...) (skip-chars-backward " \n") (line-beginning-po= sition)))) (if (and (>=3D p cbeg) (< p cend)) (progn (if (save-excursion ..= . ...) (match-string 0) ""))))))) (let* ((p (line-beginning-position)) (element (save-excursion (beginning-= of-line) (org-element-at-point))) (type (org-element-type element)) (post-a= ffiliated (org-element-property :post-affiliated element))) (if (and post-a= ffiliated (< p post-affiliated)) nil (cond ((eql type (quote comment)) (loo= king-at "[ ]*# ?") (match-string 0)) ((eql type (quote footnote-definition= )) "") ((memql type (quote (item plain-list))) (make-string (org-list-item-= body-column post-affiliated) 32)) ((eql type (quote paragraph)) (let ((pare= nt (org-element-property :parent element))) (cond ((eq ... ...) (make-strin= g ... 32)) ((save-excursion ... ...) (match-string 0)) (t "")))) ((eql type= (quote comment-block)) (let* ((cbeg (save-excursion ... ... ...)) (cend (s= ave-excursion ... ... ...))) (if (and (>=3D p cbeg) (< p cend)) (progn (if = ... ... "")))))))) (if (and (derived-mode-p (quote message-mode)) (not (message-in-body-p)))= nil (let* ((p (line-beginning-position)) (element (save-excursion (beginni= ng-of-line) (org-element-at-point))) (type (org-element-type element)) (pos= t-affiliated (org-element-property :post-affiliated element))) (if (and pos= t-affiliated (< p post-affiliated)) nil (cond ((eql type (quote comment)) (= looking-at "[ ]*# ?") (match-string 0)) ((eql type (quote footnote-definit= ion)) "") ((memql type (quote (item plain-list))) (make-string (org-list-it= em-body-column post-affiliated) 32)) ((eql type (quote paragraph)) (let ((p= arent ...)) (cond (... ...) (... ...) (t "")))) ((eql type (quote comment-b= lock)) (let* ((cbeg ...) (cend ...)) (if (and ... ...) (progn ...)))))))) (save-restriction (widen) (if (and (derived-mode-p (quote message-mode)) = (not (message-in-body-p))) nil (let* ((p (line-beginning-position)) (elemen= t (save-excursion (beginning-of-line) (org-element-at-point))) (type (org-e= lement-type element)) (post-affiliated (org-element-property :post-affiliat= ed element))) (if (and post-affiliated (< p post-affiliated)) nil (cond ((e= ql type (quote comment)) (looking-at "[ ]*# ?") (match-string 0)) ((eql ty= pe (quote footnote-definition)) "") ((memql type (quote ...)) (make-string = (org-list-item-body-column post-affiliated) 32)) ((eql type (quote paragrap= h)) (let (...) (cond ... ... ...))) ((eql type (quote comment-block)) (let*= (... ...) (if ... ...)))))))) (save-excursion (save-restriction (widen) (if (and (derived-mode-p (quote= message-mode)) (not (message-in-body-p))) nil (let* ((p (line-beginning-po= sition)) (element (save-excursion (beginning-of-line) (org-element-at-point= ))) (type (org-element-type element)) (post-affiliated (org-element-propert= y :post-affiliated element))) (if (and post-affiliated (< p post-affiliated= )) nil (cond ((eql type ...) (looking-at "[ ]*# ?") (match-string 0)) ((eq= l type ...) "") ((memql type ...) (make-string ... 32)) ((eql type ...) (le= t ... ...)) ((eql type ...) (let* ... ...)))))))) org-adaptive-fill-function() (let* ((fill-prefix (org-adaptive-fill-function)) (adaptive-fill-mode (no= t (equal fill-prefix "")))) (if fill-prefix (progn (do-auto-fill)))) (progn (let* ((fill-prefix (org-adaptive-fill-function)) (adaptive-fill-m= ode (not (equal fill-prefix "")))) (if fill-prefix (progn (do-auto-fill))))) (if (and fc (> (current-column) fc)) (progn (let* ((fill-prefix (org-adap= tive-fill-function)) (adaptive-fill-mode (not (equal fill-prefix "")))) (if= fill-prefix (progn (do-auto-fill)))))) (let ((fc (current-fill-column))) (if (and fc (> (current-column) fc)) (p= rogn (let* ((fill-prefix (org-adaptive-fill-function)) (adaptive-fill-mode = (not (equal fill-prefix "")))) (if fill-prefix (progn (do-auto-fill))))))) org-auto-fill-function() self-insert-command(1) (cond ((and org-use-speed-commands (setq org-speed-command (run-hook-with= -args-until-success (quote org-speed-command-hook) (this-command-keys)))) (= cond ((commandp org-speed-command) (setq this-command org-speed-command) (c= all-interactively org-speed-command)) ((functionp org-speed-command) (funca= ll org-speed-command)) ((and org-speed-command (listp org-speed-command)) (= eval org-speed-command)) (t (let (org-use-speed-commands) (call-interactive= ly (quote org-self-insert-command)))))) ((and (org-table-p) (progn (and (fe= aturep (quote org-table)) org-table-auto-blank-field (member last-command (= quote (org-cycle org-return org-shifttab org-ctrl-c-ctrl-c yas/expand))) (i= f (or (equal ... 32) (looking-at "[^|\n]* |")) (let (org-table-may-need-up= date) (org-table-blank-field)) (org-table-blank-field))) t) (eq N 1) (looki= ng-at "[^|\n]* |")) (let (org-table-may-need-update) (goto-char (1- (match= -end 0))) (backward-delete-char 1) (goto-char (match-beginning 0)) (self-in= sert-command N))) (t (setq org-table-may-need-update t) (self-insert-comman= d N) (org-fix-tags-on-the-fly) (if org-self-insert-cluster-for-undo (if (no= t (eq last-command (quote org-self-insert-command))) (setq org-self-insert-= command-undo-counter 1) (if (>=3D org-self-insert-command-undo-counter 20) = (setq org-self-insert-command-undo-counter 1) (and (> org-self-insert-comma= nd-undo-counter 0) buffer-undo-list (listp buffer-undo-list) (not (cadr buf= fer-undo-list)) (setcdr buffer-undo-list (cddr buffer-undo-list))) (setq or= g-self-insert-command-undo-counter (1+ org-self-insert-command-undo-counter= ))))))) org-self-insert-command(1) call-interactively(org-self-insert-command nil nil) --8<---------------cut here---------------end--------------->8--- Best regards, Seb --=20 Sebastien Vauban