[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/editorconfig-cc 96f8ad419e 303/351: Update debug messag
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/editorconfig-cc 96f8ad419e 303/351: Update debug message format (#261) |
Date: |
Thu, 13 Jun 2024 18:39:05 -0400 (EDT) |
branch: scratch/editorconfig-cc
commit 96f8ad419efd648cfa9ddd03e80a2b97aa533282
Author: 10sr <8.slashes@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
Update debug message format (#261)
---
editorconfig.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/editorconfig.el b/editorconfig.el
index 1b77b38947..6ead6b299a 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -392,7 +392,7 @@ This function will revert buffer when the coding-system has
been changed."
(let ((coding-system (editorconfig-merge-coding-systems end-of-line
charset)))
(display-warning '(editorconfig editorconfig-set-coding-system-revert)
- (format "buffer-file-name: %S |
buffer-file-coding-system: %S | coding-system: %S | apply-currently: %S"
+ (format "editorconfig-set-coding-system-revert:
buffer-file-name: %S | buffer-file-coding-system: %S | coding-system: %S |
apply-currently: %S"
buffer-file-name
buffer-file-coding-system
coding-system
@@ -462,7 +462,7 @@ If you just want to check `major-mode', use
`derived-mode-p'."
(remote-localname (file-remote-p filename
'localname)))
(display-warning '(editorconfig
editorconfig--execute-editorconfig-exec)
- (format "filename: %S | remote: %S |
remote-localname: %S"
+ (format "editorconfig--execute-editorconfig-exec:
filename: %S | remote: %S | remote-localname: %S"
filename
remote
remote-localname)
@@ -473,7 +473,7 @@ If you just want to check `major-mode', use
`derived-mode-p'."
(setq filename remote-localname))
(cd "/")))
(display-warning '(editorconfig
editorconfig--execute-editorconfig-exec)
- (format "default-directory: %S | filename: %S"
+ (format "editorconfig--execute-editorconfig-exec:
default-directory: %S | filename: %S"
default-directory
filename
)
@@ -594,7 +594,7 @@ again. Changing major mode can reset these variables.
This function also executes `editorconfig-after-apply-functions' functions."
(display-warning '(editorconfig editorconfig-major-mode-hook)
- (format "editorconfig-mode: %S, major-mode: %S,
-properties-hash: %S"
+ (format "editorconfig-major-mode-hook: editorconfig-mode:
%S, major-mode: %S, -properties-hash: %S"
(and (boundp 'editorconfig-mode)
editorconfig-mode)
major-mode
@@ -626,7 +626,7 @@ F is that function, and FILENAME and ARGS are arguments
passed to F."
;; This function uses `editorconfig--cons-filename-codingsystem' to decide
what coding-system
;; should be used, which will be set by
`editorconfig--advice-find-file-noselect'.
(display-warning '(editorconfig editorconfig--advice-insert-file-contents)
- (format "filename: %S args: %S codingsystem: %S
bufferfilename: %S"
+ (format "editorconfig--advice-insert-file-contents:
filename: %S args: %S codingsystem: %S bufferfilename: %S"
filename args
editorconfig--cons-filename-codingsystem
buffer-file-name)
- [nongnu] scratch/editorconfig-cc 0382519088 240/351: Fix function name, (continued)
- [nongnu] scratch/editorconfig-cc 0382519088 240/351: Fix function name, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc ee8aa8afa1 244/351: Update README, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc fb44eccd92 288/351: Update debug message, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc c1ff2ea574 260/351: Fix support for Emacs<26, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 0ddff16426 252/351: Update message format for version info, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc e5bfa5284c 280/351: Do not init submodule in Makefile, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 9ff08e2416 304/351: Update texi doc, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 91feb336b0 295/351: Use flag instead of adding -2-mode for new version testing (#251), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 1b1b1aceb1 258/351: Disallow setting mode when it is not listed in whitelist, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 52b3c10158 300/351: Add some bug fixes to 20210221-testing (#258), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 96f8ad419e 303/351: Update debug message format (#261),
Stefan Monnier <=
- [nongnu] scratch/editorconfig-cc ad59db4e8b 330/351: Fix when-let (again) (#305), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc cfb18f7650 346/351: Prepare v0.11.0 (#332), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 588e0efe2a 347/351: feat: Add Svelte support (#333), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 480a6bba47 023/351: Fix some issues caused by the previous commit., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 7a7e1544c9 027/351: Update a few links in the README, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc ff1b4c2f65 050/351: Fix editorconfig-core commentary text, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 9d364c8059 197/351: Update doc, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc bba8ddfa9b 198/351: Rename existing function set-major-mode -> set-major-mode-from-name, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 316b03ce21 196/351: Set major-mode from file_type_ext value, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 631e6b4ab8 199/351: Add file_type_ext to conf-mode keyword, Stefan Monnier, 2024/06/13