emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Sebastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: error: (wrong-type-argument number-or-marker-p nil) in org-adaptive-fill-function
Date: Tue, 30 Oct 2012 11:29:51 +0100	[thread overview]
Message-ID: <80mwz45k2o.fsf@somewhere.org> (raw)

Hello,

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:

--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
  <(251038 nil)
  (if (< p post-affiliated) nil (cond ((eql type (quote comment)) (looking-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 ((parent (org-element-property :parent element))) (cond ((eq (org-element-type parent) (quote item)) (make-string (org-list-item-body-column ...) 32)) ((save-excursion (beginning-of-line) (looking-at "[ 	]+")) (match-string 0)) (t "")))) ((eql type (quote comment-block)) (let* ((cbeg (save-excursion (goto-char post-affiliated) (forward-line) (point))) (cend (save-excursion (goto-char ...) (skip-chars-backward " 	\n") (line-beginning-position)))) (if (and (>= 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-affiliated (org-element-property :post-affiliated element))) (if (< p post-affiliated) nil (cond ((eql type (quote comment)) (looking-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 ((parent (org-element-property :parent element))) (cond ((eq ... ...) (make-string ... 32)) ((save-excursion ... ...) (match-string 0)) (t "")))) ((eql type (quote comment-block)) (let* ((cbeg (save-excursion ... ... ...)) (cend (save-excursion ... ... ...))) (if (and (>= 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 (beginning-of-line) (org-element-at-point))) (type (org-element-type element)) (post-affiliated (org-element-property :post-affiliated element))) (if (< p post-affiliated) nil (cond ((eql type (quote comment)) (looking-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 ((parent ...)) (cond (... ...) (... ...) (t "")))) ((eql type (quote comment-block)) (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)) (element (save-excursion (beginning-of-line) (org-element-at-point))) (type (org-element-type element)) (post-affiliated (org-element-property :post-affiliated element))) (if (< p post-affiliated) nil (cond ((eql type (quote comment)) (looking-at "[ 	]*# ?") (match-string 0)) ((eql type (quote footnote-definition)) "") ((memql type (quote ...)) (make-string (org-list-item-body-column post-affiliated) 32)) ((eql type (quote paragraph)) (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-position)) (element (save-excursion (beginning-of-line) (org-element-at-point))) (type (org-element-type element)) (post-affiliated (org-element-property :post-affiliated element))) (if (< p post-affiliated) nil (cond ((eql type ...) (looking-at "[ 	]*# ?") (match-string 0)) ((eql type ...) "") ((memql type ...) (make-string ... 32)) ((eql type ...) (let ... ...)) ((eql type ...) (let* ... ...))))))))
  org-adaptive-fill-function()
  (let* ((fill-prefix (org-adaptive-fill-function)) (adaptive-fill-mode (not (equal fill-prefix "")))) (if fill-prefix (progn (do-auto-fill))))
  (progn (let* ((fill-prefix (org-adaptive-fill-function)) (adaptive-fill-mode (not (equal fill-prefix "")))) (if fill-prefix (progn (do-auto-fill)))))
  (if (and fc (> (current-column) fc)) (progn (let* ((fill-prefix (org-adaptive-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)) (progn (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) (call-interactively org-speed-command)) ((functionp org-speed-command) (funcall org-speed-command)) ((and org-speed-command (listp org-speed-command)) (eval org-speed-command)) (t (let (org-use-speed-commands) (call-interactively (quote org-self-insert-command)))))) ((and (org-table-p) (progn (and (featurep (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))) (if (or (equal ... 32) (looking-at "[^|\n]*  |")) (let (org-table-may-need-update) (org-table-blank-field)) (org-table-blank-field))) t) (eq N 1) (looking-at "[^|\n]*  |")) (let (org-table-may-need-update) (goto-char (1- (match-end 0))) (backward-delete-char 1) (goto-char (match-beginning 0)) (self-insert-command N))) (t (setq org-table-may-need-update t) (self-insert-command N) (org-fix-tags-on-the-fly) (if org-self-insert-cluster-for-undo (if (not (eq last-command (quote org-self-insert-command))) (setq org-self-insert-command-undo-counter 1) (if (>= org-self-insert-command-undo-counter 20) (setq org-self-insert-command-undo-counter 1) (and (> org-self-insert-command-undo-counter 0) buffer-undo-list (listp buffer-undo-list) (not (cadr buffer-undo-list)) (setcdr buffer-undo-list (cddr buffer-undo-list))) (setq org-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

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/)

-- 
Sebastien Vauban

             reply	other threads:[~2012-10-30 10:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-30 10:29 Sebastien Vauban [this message]
2012-10-30 10:38 ` error: (wrong-type-argument number-or-marker-p nil) in org-adaptive-fill-function Sebastien Vauban
2012-10-30 12:07   ` Nicolas Goaziou
2012-10-30 15:14   ` Sebastien Vauban
2012-10-30 17:53     ` Nicolas Goaziou
2012-10-30 22:16       ` Sebastien Vauban

Reply instructions:

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

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

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=80mwz45k2o.fsf@somewhere.org \
    --to=wxhgmqzgwmuf-genee64ty+gs+fvcfc7uqw@public.gmane.org \
    --cc=emacs-orgmode-mXXj517/zsQ@public.gmane.org \
    /path/to/YOUR_REPLY

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

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).