[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/editorconfig-cc fb44eccd92 288/351: Update debug messag
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/editorconfig-cc fb44eccd92 288/351: Update debug message |
Date: |
Thu, 13 Jun 2024 18:39:03 -0400 (EDT) |
branch: scratch/editorconfig-cc
commit fb44eccd9240bf5374896266e5d21aab687f6091
Author: 10sr <8.slashes@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
Update debug message
---
editorconfig.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/editorconfig.el b/editorconfig.el
index a1ddcb9d36..91f23bd6a8 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -560,9 +560,10 @@ any of regexps in `editorconfig-exclude-regexps'."
"Set `coding-system-for-read'.
This function should be adviced to `insert-file-contents'"
(display-warning '(editorconfig editorconfig--advice-insert-file-contents)
- (format ": %S %S %S"
+ (format "filename: %S args: %S codingsystem: %S
bufferfilename: %S"
filename args
- editorconfig--cons-filename-codingsystem)
+ editorconfig--cons-filename-codingsystem
+ buffer-file-name)
:debug)
(if (and (stringp filename)
(stringp (car editorconfig--cons-filename-codingsystem))
- [nongnu] scratch/editorconfig-cc 0f54515c82 325/351: Load subr-x when compiling (#302), (continued)
- [nongnu] scratch/editorconfig-cc 0f54515c82 325/351: Load subr-x when compiling (#302), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 217ede58d6 328/351: Revert "Update version string", Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 2458fb6f90 327/351: Update version string, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 24c8272763 321/351: Add bash-ts-mode to editorconfig-indentation-alist (#296), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc b8d1335701 324/351: Add support for gdscript-mode (#300), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 9beb04599a 350/351: Refactor find-file advices (#340), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc e300cdf937 079/351: Bump version to v0.7.3, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 9f8a35806d 090/351: Derive editorconfig-conf-mode from conf-unix-mode, Stefan Monnier, 2024/06/13
- [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 <=
- [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, 2024/06/13
- [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