(forward-line 2)
(if (re-search-backward regexp beg t)
(setq list
- (cons (list (buffer-substring
+ (cons (list (buffer-substring-no-properties
(match-beginning 1)
(match-end 1))
beg)
(forward-line 1)
(if (re-search-backward regexp beg t)
(let ((name (downcase
- (buffer-substring
+ (buffer-substring-no-properties
(match-beginning 1)
(progn
(goto-char (match-end 1))
(search-forward "\n\^_" nil 'move)
(narrow-to-region beg (point))
(setq thisnode (downcase
- (buffer-substring
+ (buffer-substring-no-properties
(match-beginning 1)
(progn
(goto-char (match-end 1))
(if (= (following-char) ?\()
nil
(setq name
- (buffer-substring
+ (buffer-substring-no-properties
(point)
(progn
(skip-chars-forward "^,\t\n")
(setq tem (cdr tem)))
(goto-char (1+ start))
(while (looking-at ".*Node: \\(.*\\)\177\\([0-9]+\\)$")
- (setq tem (downcase (buffer-substring
+ (setq tem (downcase (buffer-substring-no-properties
(match-beginning 1)
(match-end 1))))
(setq tem (assoc tem allnodes))
(setq tem (- (car (cdr (cdr tem)))
(read (current-buffer))))
(if (> tem 0) tem (- tem)))))
- (throw 'losing 'y)))
- (forward-line 1))
+ (throw 'losing 'y))
+ (forward-line 1)))
+ (if (looking-at "\^_\n")
+ (forward-line 1))
(or (looking-at "End tag table\n")
(throw 'losing 'z))
nil))))
(message ">> PROBLEMS IN INFO FILE %s" file)
(save-excursion
(set-buffer loss-name)
- (princ (buffer-substring (point-min) (point-max))))
+ (princ (buffer-substring-no-properties
+ (point-min) (point-max))))
(message "----------------------------------------------------------------------")
(setq error 1 lose t)))
(if (and (buffer-modified-p)