* bug: Xemacs problem with editing headings with compressed contents
@ 2008-02-26 17:13 Tim O'Callaghan
2008-02-27 15:07 ` Carsten Dominik
2008-02-28 7:13 ` Carsten Dominik
0 siblings, 2 replies; 3+ messages in thread
From: Tim O'Callaghan @ 2008-02-26 17:13 UTC (permalink / raw)
To: org-mode mailing list
Hi.
There is some problem with tags and headings. I've had instances where
the tag has disappeared or merged into my heading.
Repeatable with Xemacs 21.4.19 i586-pc-win32, org 5.22a using this fragment:
-----
* REAEARCH memory problems on oxo50 :proj:
*** WAIT korstian to organise a meeting.
-----
If i try to add the S into the heading when it is folded, then it
generates the error "Visible portion of buffer not modifiable".
Debugger gives:
Debugger entered--Lisp error: (error "Visible portion of buffer not modifiable")
move-to-column(70 t)
(progn (setq tags (match-string 2)) (goto-char (match-beginning 1))
(insert " ") (delete-region (point) (1+ ...)) (backward-char 1)
(move-to-column (max ... ... ...) t) (insert tags) (move-to-column
(min ... col) t))
(if (and (looking-at ...) (< pos ...)) (progn (setq tags ...)
(goto-char ...) (insert " ") (delete-region ... ...) (backward-char 1)
(move-to-column ... t) (insert tags) (move-to-column ... t))
(goto-char pos))
(let ((pos ...) (col ...) tags) (beginning-of-line 1) (if (and ...
...) (progn ... ... ... ... ... ... ... ...) (goto-char pos)))
org-align-tags-here(70)
(if (and (equal ... ?*) (org-on-heading-p)) (org-align-tags-here
org-tags-column))
(when (and (equal ... ?*) (org-on-heading-p)) (org-align-tags-here
org-tags-column))
org-fix-tags-on-the-fly()
(if (and (org-table-p) (progn ... t) (eq N 1) (looking-at "[^|\n]*
|")) (let (org-table-may-need-update) (goto-char ...)
(delete-backward-char 1) (goto-char ...) (self-insert-command N))
(setq org-table-may-need-update t) (self-insert-command N)
(org-fix-tags-on-the-fly))
org-self-insert-command(1)
call-interactively(org-self-insert-command)
recursive-edit()
debug(error (error "Visible portion of buffer not modifiable"))
move-to-column(70 t)
(progn (setq tags (match-string 2)) (goto-char (match-beginning 1))
(insert " ") (delete-region (point) (1+ ...)) (backward-char 1)
(move-to-column (max ... ... ...) t) (insert tags) (move-to-column
(min ... col) t))
(if (and (looking-at ...) (< pos ...)) (progn (setq tags ...)
(goto-char ...) (insert " ") (delete-region ... ...) (backward-char 1)
(move-to-column ... t) (insert tags) (move-to-column ... t))
(goto-char pos))
(let ((pos ...) (col ...) tags) (beginning-of-line 1) (if (and ...
...) (progn ... ... ... ... ... ... ... ...) (goto-char pos)))
org-align-tags-here(70)
(if (and (equal ... ?*) (org-on-heading-p)) (org-align-tags-here
org-tags-column))
(when (and (equal ... ?*) (org-on-heading-p)) (org-align-tags-here
org-tags-column))
org-fix-tags-on-the-fly()
(if (and (org-table-p) (progn ... t) (eq N 1) (looking-at "[^|\n]*
|")) (let (org-table-may-need-update) (goto-char ...)
(delete-backward-char 1) (goto-char ...) (self-insert-command N))
(setq org-table-may-need-update t) (self-insert-command N)
(org-fix-tags-on-the-fly))
org-self-insert-command(1)
call-interactively(org-self-insert-command)
Tim.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: bug: Xemacs problem with editing headings with compressed contents
2008-02-26 17:13 bug: Xemacs problem with editing headings with compressed contents Tim O'Callaghan
@ 2008-02-27 15:07 ` Carsten Dominik
2008-02-28 7:13 ` Carsten Dominik
1 sibling, 0 replies; 3+ messages in thread
From: Carsten Dominik @ 2008-02-27 15:07 UTC (permalink / raw)
To: Tim O'Callaghan; +Cc: org-mode mailing list
This is a hard one - no fast fix.
- Carsten
On Feb 26, 2008, at 6:13 PM, Tim O'Callaghan wrote:
> Hi.
>
> There is some problem with tags and headings. I've had instances where
> the tag has disappeared or merged into my heading.
>
> Repeatable with Xemacs 21.4.19 i586-pc-win32, org 5.22a using this
> fragment:
> -----
>
> * REAEARCH memory problems on oxo50 :proj:
> *** WAIT korstian to organise a meeting.
> -----
>
> If i try to add the S into the heading when it is folded, then it
> generates the error "Visible portion of buffer not modifiable".
> Debugger gives:
>
> Debugger entered--Lisp error: (error "Visible portion of buffer not
> modifiable")
> move-to-column(70 t)
> (progn (setq tags (match-string 2)) (goto-char (match-beginning 1))
> (insert " ") (delete-region (point) (1+ ...)) (backward-char 1)
> (move-to-column (max ... ... ...) t) (insert tags) (move-to-column
> (min ... col) t))
> (if (and (looking-at ...) (< pos ...)) (progn (setq tags ...)
> (goto-char ...) (insert " ") (delete-region ... ...) (backward-char 1)
> (move-to-column ... t) (insert tags) (move-to-column ... t))
> (goto-char pos))
> (let ((pos ...) (col ...) tags) (beginning-of-line 1) (if (and ...
> ...) (progn ... ... ... ... ... ... ... ...) (goto-char pos)))
> org-align-tags-here(70)
> (if (and (equal ... ?*) (org-on-heading-p)) (org-align-tags-here
> org-tags-column))
> (when (and (equal ... ?*) (org-on-heading-p)) (org-align-tags-here
> org-tags-column))
> org-fix-tags-on-the-fly()
> (if (and (org-table-p) (progn ... t) (eq N 1) (looking-at "[^|\n]*
> |")) (let (org-table-may-need-update) (goto-char ...)
> (delete-backward-char 1) (goto-char ...) (self-insert-command N))
> (setq org-table-may-need-update t) (self-insert-command N)
> (org-fix-tags-on-the-fly))
> org-self-insert-command(1)
> call-interactively(org-self-insert-command)
> recursive-edit()
> debug(error (error "Visible portion of buffer not modifiable"))
> move-to-column(70 t)
> (progn (setq tags (match-string 2)) (goto-char (match-beginning 1))
> (insert " ") (delete-region (point) (1+ ...)) (backward-char 1)
> (move-to-column (max ... ... ...) t) (insert tags) (move-to-column
> (min ... col) t))
> (if (and (looking-at ...) (< pos ...)) (progn (setq tags ...)
> (goto-char ...) (insert " ") (delete-region ... ...) (backward-char 1)
> (move-to-column ... t) (insert tags) (move-to-column ... t))
> (goto-char pos))
> (let ((pos ...) (col ...) tags) (beginning-of-line 1) (if (and ...
> ...) (progn ... ... ... ... ... ... ... ...) (goto-char pos)))
> org-align-tags-here(70)
> (if (and (equal ... ?*) (org-on-heading-p)) (org-align-tags-here
> org-tags-column))
> (when (and (equal ... ?*) (org-on-heading-p)) (org-align-tags-here
> org-tags-column))
> org-fix-tags-on-the-fly()
> (if (and (org-table-p) (progn ... t) (eq N 1) (looking-at "[^|\n]*
> |")) (let (org-table-may-need-update) (goto-char ...)
> (delete-backward-char 1) (goto-char ...) (self-insert-command N))
> (setq org-table-may-need-update t) (self-insert-command N)
> (org-fix-tags-on-the-fly))
> org-self-insert-command(1)
> call-interactively(org-self-insert-command)
>
> Tim.
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: bug: Xemacs problem with editing headings with compressed contents
2008-02-26 17:13 bug: Xemacs problem with editing headings with compressed contents Tim O'Callaghan
2008-02-27 15:07 ` Carsten Dominik
@ 2008-02-28 7:13 ` Carsten Dominik
1 sibling, 0 replies; 3+ messages in thread
From: Carsten Dominik @ 2008-02-28 7:13 UTC (permalink / raw)
To: Tim O'Callaghan; +Cc: org-mode mailing list
I have looked into it further, it is a bug in the move-to-column
function
in XEmacs that does not behave well in combination with hidden text,
when the FORCE argument is given.
Maybe you can try to write a replacement that will work?
- Carsten
On Feb 26, 2008, at 6:13 PM, Tim O'Callaghan wrote:
> Hi.
>
> There is some problem with tags and headings. I've had instances where
> the tag has disappeared or merged into my heading.
>
> Repeatable with Xemacs 21.4.19 i586-pc-win32, org 5.22a using this
> fragment:
> -----
>
> * REAEARCH memory problems on oxo50 :proj:
> *** WAIT korstian to organise a meeting.
> -----
>
> If i try to add the S into the heading when it is folded, then it
> generates the error "Visible portion of buffer not modifiable".
> Debugger gives:
>
> Debugger entered--Lisp error: (error "Visible portion of buffer not
> modifiable")
> move-to-column(70 t)
> (progn (setq tags (match-string 2)) (goto-char (match-beginning 1))
> (insert " ") (delete-region (point) (1+ ...)) (backward-char 1)
> (move-to-column (max ... ... ...) t) (insert tags) (move-to-column
> (min ... col) t))
> (if (and (looking-at ...) (< pos ...)) (progn (setq tags ...)
> (goto-char ...) (insert " ") (delete-region ... ...) (backward-char 1)
> (move-to-column ... t) (insert tags) (move-to-column ... t))
> (goto-char pos))
> (let ((pos ...) (col ...) tags) (beginning-of-line 1) (if (and ...
> ...) (progn ... ... ... ... ... ... ... ...) (goto-char pos)))
> org-align-tags-here(70)
> (if (and (equal ... ?*) (org-on-heading-p)) (org-align-tags-here
> org-tags-column))
> (when (and (equal ... ?*) (org-on-heading-p)) (org-align-tags-here
> org-tags-column))
> org-fix-tags-on-the-fly()
> (if (and (org-table-p) (progn ... t) (eq N 1) (looking-at "[^|\n]*
> |")) (let (org-table-may-need-update) (goto-char ...)
> (delete-backward-char 1) (goto-char ...) (self-insert-command N))
> (setq org-table-may-need-update t) (self-insert-command N)
> (org-fix-tags-on-the-fly))
> org-self-insert-command(1)
> call-interactively(org-self-insert-command)
> recursive-edit()
> debug(error (error "Visible portion of buffer not modifiable"))
> move-to-column(70 t)
> (progn (setq tags (match-string 2)) (goto-char (match-beginning 1))
> (insert " ") (delete-region (point) (1+ ...)) (backward-char 1)
> (move-to-column (max ... ... ...) t) (insert tags) (move-to-column
> (min ... col) t))
> (if (and (looking-at ...) (< pos ...)) (progn (setq tags ...)
> (goto-char ...) (insert " ") (delete-region ... ...) (backward-char 1)
> (move-to-column ... t) (insert tags) (move-to-column ... t))
> (goto-char pos))
> (let ((pos ...) (col ...) tags) (beginning-of-line 1) (if (and ...
> ...) (progn ... ... ... ... ... ... ... ...) (goto-char pos)))
> org-align-tags-here(70)
> (if (and (equal ... ?*) (org-on-heading-p)) (org-align-tags-here
> org-tags-column))
> (when (and (equal ... ?*) (org-on-heading-p)) (org-align-tags-here
> org-tags-column))
> org-fix-tags-on-the-fly()
> (if (and (org-table-p) (progn ... t) (eq N 1) (looking-at "[^|\n]*
> |")) (let (org-table-may-need-update) (goto-char ...)
> (delete-backward-char 1) (goto-char ...) (self-insert-command N))
> (setq org-table-may-need-update t) (self-insert-command N)
> (org-fix-tags-on-the-fly))
> org-self-insert-command(1)
> call-interactively(org-self-insert-command)
>
> Tim.
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-02-28 7:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-26 17:13 bug: Xemacs problem with editing headings with compressed contents Tim O'Callaghan
2008-02-27 15:07 ` Carsten Dominik
2008-02-28 7:13 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.