diff options
| -rw-r--r-- | lisp/allout-widgets.el | 4 | ||||
| -rw-r--r-- | lisp/avoid.el | 6 | ||||
| -rw-r--r-- | lisp/calendar/icalendar.el | 4 | ||||
| -rw-r--r-- | lisp/cedet/semantic/bovine/scm.el | 2 | ||||
| -rw-r--r-- | lisp/erc/erc-button.el | 5 | ||||
| -rw-r--r-- | lisp/gnus/message.el | 2 | ||||
| -rw-r--r-- | lisp/org/ob-core.el | 8 | ||||
| -rw-r--r-- | lisp/org/ob-fortran.el | 5 | ||||
| -rw-r--r-- | lisp/org/ox-latex.el | 2 | ||||
| -rw-r--r-- | lisp/org/ox-man.el | 2 | ||||
| -rw-r--r-- | lisp/org/ox-odt.el | 4 | ||||
| -rw-r--r-- | lisp/org/ox-texinfo.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/prolog.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/ruby-mode.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/verilog-mode.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/rst.el | 2 |
16 files changed, 27 insertions, 31 deletions
diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el index 3c71a810bfb..c6dba89e31a 100644 --- a/lisp/allout-widgets.el +++ b/lisp/allout-widgets.el | |||
| @@ -869,7 +869,7 @@ Optional RECURSING is for internal use, to limit recursion." | |||
| 869 | ;; tell the allout-widgets-post-command-business to reestablish the hook: | 869 | ;; tell the allout-widgets-post-command-business to reestablish the hook: |
| 870 | (setq allout-widgets-reenable-before-change-handler t) | 870 | (setq allout-widgets-reenable-before-change-handler t) |
| 871 | ;; and raise an error to prevent the edit (and disable the hook): | 871 | ;; and raise an error to prevent the edit (and disable the hook): |
| 872 | (error | 872 | (error "%s" |
| 873 | (substitute-command-keys allout-structure-unruly-deletion-message))))) | 873 | (substitute-command-keys allout-structure-unruly-deletion-message))))) |
| 874 | ;;;_ > allout-widgets-after-change-handler | 874 | ;;;_ > allout-widgets-after-change-handler |
| 875 | (defun allout-widgets-after-change-handler (_beg _end _prelength) | 875 | (defun allout-widgets-after-change-handler (_beg _end _prelength) |
| @@ -2287,7 +2287,7 @@ Deletes allowed only when `inhibit-read-only' is t." | |||
| 2287 | ((yes-or-no-p "Unruly edit of outline structure - allow? ") | 2287 | ((yes-or-no-p "Unruly edit of outline structure - allow? ") |
| 2288 | (setq allout-widgets-unset-inhibit-read-only (not inhibit-read-only) | 2288 | (setq allout-widgets-unset-inhibit-read-only (not inhibit-read-only) |
| 2289 | inhibit-read-only t)) | 2289 | inhibit-read-only t)) |
| 2290 | (t (error | 2290 | (t (error "%s" |
| 2291 | (substitute-command-keys allout-structure-unruly-deletion-message))))) | 2291 | (substitute-command-keys allout-structure-unruly-deletion-message))))) |
| 2292 | ;;;_ > allout-item-icon-key-handler () | 2292 | ;;;_ > allout-item-icon-key-handler () |
| 2293 | (defun allout-item-icon-key-handler () | 2293 | (defun allout-item-icon-key-handler () |
diff --git a/lisp/avoid.el b/lisp/avoid.el index 767f6d33013..36ced39269f 100644 --- a/lisp/avoid.el +++ b/lisp/avoid.el | |||
| @@ -163,9 +163,9 @@ Analogous to `mouse-position'." | |||
| 163 | 163 | ||
| 164 | ;(defun mouse-avoidance-point-position-test () | 164 | ;(defun mouse-avoidance-point-position-test () |
| 165 | ; (interactive) | 165 | ; (interactive) |
| 166 | ; (message (format "point=%s mouse=%s" | 166 | ; (message "point=%s mouse=%s" |
| 167 | ; (cdr (mouse-avoidance-point-position)) | 167 | ; (cdr (mouse-avoidance-point-position)) |
| 168 | ; (cdr (mouse-position))))) | 168 | ; (cdr (mouse-position)))) |
| 169 | 169 | ||
| 170 | (defun mouse-avoidance-set-mouse-position (pos) | 170 | (defun mouse-avoidance-set-mouse-position (pos) |
| 171 | ;; Carefully set mouse position to given position (X . Y) | 171 | ;; Carefully set mouse position to given position (X . Y) |
diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el index 3e2a2f8a858..734462dd322 100644 --- a/lisp/calendar/icalendar.el +++ b/lisp/calendar/icalendar.el | |||
| @@ -1629,8 +1629,8 @@ enumeration, given as a time value, in same format as returned by | |||
| 1629 | (icalendar--convert-ordinary-to-ical | 1629 | (icalendar--convert-ordinary-to-ical |
| 1630 | nonmarker (format "%4d/%02d/%02d %s" y m d see)))) | 1630 | nonmarker (format "%4d/%02d/%02d %s" y m d see)))) |
| 1631 | (;TODO: | 1631 | (;TODO: |
| 1632 | (error (format "Unsupported Sexp-entry: %s" | 1632 | (error "Unsupported Sexp-entry: %s" |
| 1633 | entry-main)))))) | 1633 | entry-main))))) |
| 1634 | (number-sequence | 1634 | (number-sequence |
| 1635 | 0 (- icalendar-export-sexp-enumeration-days 1)))))) | 1635 | 0 (- icalendar-export-sexp-enumeration-days 1)))))) |
| 1636 | (t | 1636 | (t |
diff --git a/lisp/cedet/semantic/bovine/scm.el b/lisp/cedet/semantic/bovine/scm.el index 8b99e700920..745731c6485 100644 --- a/lisp/cedet/semantic/bovine/scm.el +++ b/lisp/cedet/semantic/bovine/scm.el | |||
| @@ -70,7 +70,7 @@ Attempts a simple prototype for calling or using TAG." | |||
| 70 | (define-lex-regex-analyzer semantic-lex-scheme-symbol | 70 | (define-lex-regex-analyzer semantic-lex-scheme-symbol |
| 71 | "Detect and create symbol and keyword tokens." | 71 | "Detect and create symbol and keyword tokens." |
| 72 | "\\(\\sw\\([:]\\|\\sw\\|\\s_\\)*\\)" | 72 | "\\(\\sw\\([:]\\|\\sw\\|\\s_\\)*\\)" |
| 73 | ;; (message (format "symbol: %s" (match-string 0))) | 73 | ;; (message "symbol: %s" (match-string 0)) |
| 74 | (semantic-lex-push-token | 74 | (semantic-lex-push-token |
| 75 | (semantic-lex-token | 75 | (semantic-lex-token |
| 76 | (or (semantic-lex-keyword-p (match-string 0)) 'symbol) | 76 | (or (semantic-lex-keyword-p (match-string 0)) 'symbol) |
diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el index 380ea7c3d8c..3530a31ea05 100644 --- a/lisp/erc/erc-button.el +++ b/lisp/erc/erc-button.el | |||
| @@ -537,8 +537,8 @@ and `apropos' for other symbols." | |||
| 537 | (- (car (current-time-zone))))) | 537 | (- (car (current-time-zone))))) |
| 538 | (hours (mod (floor seconds 3600) 24)) | 538 | (hours (mod (floor seconds 3600) 24)) |
| 539 | (minutes (mod (round seconds 60) 60))) | 539 | (minutes (mod (round seconds 60) 60))) |
| 540 | (message (format "@%s is %d:%02d local time" | 540 | (message "@%s is %d:%02d local time" |
| 541 | beats hours minutes)))) | 541 | beats hours minutes))) |
| 542 | 542 | ||
| 543 | (provide 'erc-button) | 543 | (provide 'erc-button) |
| 544 | 544 | ||
| @@ -546,4 +546,3 @@ and `apropos' for other symbols." | |||
| 546 | ;; Local Variables: | 546 | ;; Local Variables: |
| 547 | ;; indent-tabs-mode: nil | 547 | ;; indent-tabs-mode: nil |
| 548 | ;; End: | 548 | ;; End: |
| 549 | |||
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 9e813e6dfd1..447a8d79e39 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -8487,7 +8487,7 @@ Header and body are separated by `mail-header-separator'." | |||
| 8487 | (progn | 8487 | (progn |
| 8488 | (setq sent (1+ sent)) | 8488 | (setq sent (1+ sent)) |
| 8489 | (message-send-and-exit)) | 8489 | (message-send-and-exit)) |
| 8490 | (message (format "Message to `%s' skipped." to)) | 8490 | (message "Message to `%s' skipped." to) |
| 8491 | (setq skipped (1+ skipped))) | 8491 | (setq skipped (1+ skipped))) |
| 8492 | (when (buffer-live-p buff) | 8492 | (when (buffer-live-p buff) |
| 8493 | (kill-buffer buff)))) | 8493 | (kill-buffer buff)))) |
diff --git a/lisp/org/ob-core.el b/lisp/org/ob-core.el index f767a4eabe1..bb46267c006 100644 --- a/lisp/org/ob-core.el +++ b/lisp/org/ob-core.el | |||
| @@ -316,8 +316,8 @@ name of the code block." | |||
| 316 | Do not query the user." | 316 | Do not query the user." |
| 317 | (org-babel-check-confirm-evaluate info | 317 | (org-babel-check-confirm-evaluate info |
| 318 | (not (when noeval | 318 | (not (when noeval |
| 319 | (message (format "Evaluation of this%scode-block%sis disabled." | 319 | (message "Evaluation of this%scode-block%sis disabled." |
| 320 | code-block block-name)))))) | 320 | code-block block-name))))) |
| 321 | 321 | ||
| 322 | ;; dynamically scoped for asynchronous export | 322 | ;; dynamically scoped for asynchronous export |
| 323 | (defvar org-babel-confirm-evaluate-answer-no) | 323 | (defvar org-babel-confirm-evaluate-answer-no) |
| @@ -343,8 +343,8 @@ of potentially harmful code." | |||
| 343 | (yes-or-no-p | 343 | (yes-or-no-p |
| 344 | (format "Evaluate this%scode block%son your system? " | 344 | (format "Evaluate this%scode block%son your system? " |
| 345 | code-block block-name))) | 345 | code-block block-name))) |
| 346 | (message (format "Evaluation of this%scode-block%sis aborted." | 346 | (message "Evaluation of this%scode-block%sis aborted." |
| 347 | code-block block-name))))))) | 347 | code-block block-name)))))) |
| 348 | 348 | ||
| 349 | ;;;###autoload | 349 | ;;;###autoload |
| 350 | (defun org-babel-execute-safely-maybe () | 350 | (defun org-babel-execute-safely-maybe () |
diff --git a/lisp/org/ob-fortran.el b/lisp/org/ob-fortran.el index 7fbfaf2bc37..30b5350767f 100644 --- a/lisp/org/ob-fortran.el +++ b/lisp/org/ob-fortran.el | |||
| @@ -147,15 +147,14 @@ of the same value." | |||
| 147 | ;; val is a matrix | 147 | ;; val is a matrix |
| 148 | ((and (listp val) (org-every #'listp val)) | 148 | ((and (listp val) (org-every #'listp val)) |
| 149 | (format "real, parameter :: %S(%d,%d) = transpose( reshape( %s , (/ %d, %d /) ) )\n" | 149 | (format "real, parameter :: %S(%d,%d) = transpose( reshape( %s , (/ %d, %d /) ) )\n" |
| 150 | var (length val) (length (car val)) | 150 | var (length val) (length (car val)) |
| 151 | (org-babel-fortran-transform-list val) | 151 | (org-babel-fortran-transform-list val) |
| 152 | (length (car val)) (length val))) | 152 | (length (car val)) (length val))) |
| 153 | ((listp val) | 153 | ((listp val) |
| 154 | (format "real, parameter :: %S(%d) = %s\n" | 154 | (format "real, parameter :: %S(%d) = %s\n" |
| 155 | var (length val) (org-babel-fortran-transform-list val))) | 155 | var (length val) (org-babel-fortran-transform-list val))) |
| 156 | (t | 156 | (t |
| 157 | (error (format "the type of parameter %s is not supported by ob-fortran" | 157 | (error "the type of parameter %s is not supported by ob-fortran" var))))) |
| 158 | var)))))) | ||
| 159 | 158 | ||
| 160 | (defun org-babel-fortran-transform-list (val) | 159 | (defun org-babel-fortran-transform-list (val) |
| 161 | "Return a fortran representation of enclose syntactic lists." | 160 | "Return a fortran representation of enclose syntactic lists." |
diff --git a/lisp/org/ox-latex.el b/lisp/org/ox-latex.el index 98023a472b5..bfc860a46bc 100644 --- a/lisp/org/ox-latex.el +++ b/lisp/org/ox-latex.el | |||
| @@ -2846,7 +2846,7 @@ Return PDF file name or an error if it couldn't be produced." | |||
| 2846 | (file-name-directory full-name) | 2846 | (file-name-directory full-name) |
| 2847 | default-directory)) | 2847 | default-directory)) |
| 2848 | errors) | 2848 | errors) |
| 2849 | (unless snippet (message (format "Processing LaTeX file %s..." texfile))) | 2849 | (unless snippet (message "Processing LaTeX file %s..." texfile)) |
| 2850 | (save-window-excursion | 2850 | (save-window-excursion |
| 2851 | (cond | 2851 | (cond |
| 2852 | ;; A function is provided: Apply it. | 2852 | ;; A function is provided: Apply it. |
diff --git a/lisp/org/ox-man.el b/lisp/org/ox-man.el index 2b8348f66ef..8b4ddc7e651 100644 --- a/lisp/org/ox-man.el +++ b/lisp/org/ox-man.el | |||
| @@ -1190,7 +1190,7 @@ Return PDF file name or an error if it couldn't be produced." | |||
| 1190 | (file-name-directory full-name) | 1190 | (file-name-directory full-name) |
| 1191 | default-directory)) | 1191 | default-directory)) |
| 1192 | errors) | 1192 | errors) |
| 1193 | (message (format "Processing Groff file %s..." file)) | 1193 | (message "Processing Groff file %s..." file) |
| 1194 | (save-window-excursion | 1194 | (save-window-excursion |
| 1195 | (cond | 1195 | (cond |
| 1196 | ;; A function is provided: Apply it. | 1196 | ;; A function is provided: Apply it. |
diff --git a/lisp/org/ox-odt.el b/lisp/org/ox-odt.el index f1ef90e169b..a0281420317 100644 --- a/lisp/org/ox-odt.el +++ b/lisp/org/ox-odt.el | |||
| @@ -1389,8 +1389,8 @@ original parsed data. INFO is a plist holding export options." | |||
| 1389 | ((member styles-file-type '("odt" "ott")) | 1389 | ((member styles-file-type '("odt" "ott")) |
| 1390 | (org-odt--zip-extract styles-file "styles.xml" org-odt-zip-dir))))) | 1390 | (org-odt--zip-extract styles-file "styles.xml" org-odt-zip-dir))))) |
| 1391 | (t | 1391 | (t |
| 1392 | (error (format "Invalid specification of styles.xml file: %S" | 1392 | (error "Invalid specification of styles.xml file: %S" |
| 1393 | org-odt-styles-file)))) | 1393 | org-odt-styles-file))) |
| 1394 | 1394 | ||
| 1395 | ;; create a manifest entry for styles.xml | 1395 | ;; create a manifest entry for styles.xml |
| 1396 | (org-odt-create-manifest-file-entry "text/xml" "styles.xml") | 1396 | (org-odt-create-manifest-file-entry "text/xml" "styles.xml") |
diff --git a/lisp/org/ox-texinfo.el b/lisp/org/ox-texinfo.el index 26f58ad662a..c77a239dc3f 100644 --- a/lisp/org/ox-texinfo.el +++ b/lisp/org/ox-texinfo.el | |||
| @@ -1513,7 +1513,7 @@ Return INFO file name or an error if it couldn't be produced." | |||
| 1513 | (file-name-directory full-name) | 1513 | (file-name-directory full-name) |
| 1514 | default-directory)) | 1514 | default-directory)) |
| 1515 | errors) | 1515 | errors) |
| 1516 | (message (format "Processing Texinfo file %s..." file)) | 1516 | (message "Processing Texinfo file %s..." file) |
| 1517 | (save-window-excursion | 1517 | (save-window-excursion |
| 1518 | ;; Replace %b, %f and %o with appropriate values in each command | 1518 | ;; Replace %b, %f and %o with appropriate values in each command |
| 1519 | ;; before applying it. Output is redirected to "*Org INFO | 1519 | ;; before applying it. Output is redirected to "*Org INFO |
diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el index 2d95345b531..b95c3f97117 100644 --- a/lisp/progmodes/prolog.el +++ b/lisp/progmodes/prolog.el | |||
| @@ -2305,7 +2305,7 @@ In effect it sets the `fill-prefix' when inside comments and then calls | |||
| 2305 | (pop-to-buffer nil) | 2305 | (pop-to-buffer nil) |
| 2306 | (Info-goto-node prolog-info-predicate-index) | 2306 | (Info-goto-node prolog-info-predicate-index) |
| 2307 | (if (not (re-search-forward str nil t)) | 2307 | (if (not (re-search-forward str nil t)) |
| 2308 | (error (format "Help on predicate `%s' not found." predicate))) | 2308 | (error "Help on predicate `%s' not found." predicate)) |
| 2309 | 2309 | ||
| 2310 | (setq oldp (point)) | 2310 | (setq oldp (point)) |
| 2311 | (if (re-search-forward str nil t) | 2311 | (if (re-search-forward str nil t) |
| @@ -2975,7 +2975,7 @@ Return the final point or nil if no such a beginning was found." | |||
| 2975 | (let* ((pinfo (prolog-clause-info)) | 2975 | (let* ((pinfo (prolog-clause-info)) |
| 2976 | (predname (nth 0 pinfo)) | 2976 | (predname (nth 0 pinfo)) |
| 2977 | (arity (nth 1 pinfo))) | 2977 | (arity (nth 1 pinfo))) |
| 2978 | (message (format "%s/%d" predname arity)))) | 2978 | (message "%s/%d" predname arity))) |
| 2979 | 2979 | ||
| 2980 | (defun prolog-insert-predicate-template () | 2980 | (defun prolog-insert-predicate-template () |
| 2981 | "Insert the template for the current clause." | 2981 | "Insert the template for the current clause." |
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index 21ad1021c9e..5d59a56e858 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el | |||
| @@ -1178,9 +1178,7 @@ delimiter." | |||
| 1178 | (setq in-string (match-end 0)) | 1178 | (setq in-string (match-end 0)) |
| 1179 | (goto-char ruby-indent-point))) | 1179 | (goto-char ruby-indent-point))) |
| 1180 | (t | 1180 | (t |
| 1181 | (error (format "Bad string %s" | 1181 | (error "Bad string %s" (buffer-substring (point) pnt)))))) |
| 1182 | (buffer-substring (point) pnt) | ||
| 1183 | )))))) | ||
| 1184 | (list in-string nest depth pcol)) | 1182 | (list in-string nest depth pcol)) |
| 1185 | 1183 | ||
| 1186 | (defun ruby-parse-region (start end) | 1184 | (defun ruby-parse-region (start end) |
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el index 11b7561c99a..4fc4b03688f 100644 --- a/lisp/progmodes/verilog-mode.el +++ b/lisp/progmodes/verilog-mode.el | |||
| @@ -7533,7 +7533,7 @@ If search fails, other files are checked based on | |||
| 7533 | (regexp "\\(module\\s-+\\w+\\s-*(\\)\\|\\(\\w+\\s-+\\w+\\s-*(\\)")) | 7533 | (regexp "\\(module\\s-+\\w+\\s-*(\\)\\|\\(\\w+\\s-+\\w+\\s-*(\\)")) |
| 7534 | (with-output-to-temp-buffer "*Occur*" | 7534 | (with-output-to-temp-buffer "*Occur*" |
| 7535 | (save-excursion | 7535 | (save-excursion |
| 7536 | (message (format "Searching for %s ..." regexp)) | 7536 | (message "Searching for %s ..." regexp) |
| 7537 | ;; Find next match, but give up if prev match was at end of buffer. | 7537 | ;; Find next match, but give up if prev match was at end of buffer. |
| 7538 | (while (and (not (= prevpos (point-max))) | 7538 | (while (and (not (= prevpos (point-max))) |
| 7539 | (verilog-re-search-forward regexp nil t)) | 7539 | (verilog-re-search-forward regexp nil t)) |
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index 9d3f2a92d4b..7a2857a2d5e 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el | |||
| @@ -4161,7 +4161,7 @@ cand replace with char: ") | |||
| 4161 | (let ((width (current-column))) | 4161 | (let ((width (current-column))) |
| 4162 | (rst-delete-entire-line) | 4162 | (rst-delete-entire-line) |
| 4163 | (insert-char tochar width))) | 4163 | (insert-char tochar width))) |
| 4164 | (message (format "%d lines replaced." found))))) | 4164 | (message "%d lines replaced." found)))) |
| 4165 | 4165 | ||
| 4166 | ;; FIXME: Unbound command - should be bound or removed. | 4166 | ;; FIXME: Unbound command - should be bound or removed. |
| 4167 | (defun rst-join-paragraph () | 4167 | (defun rst-join-paragraph () |