[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/latex-table-wizard e738b1c094 02/70: Remove comments
From: |
ELPA Syncer |
Subject: |
[elpa] externals/latex-table-wizard e738b1c094 02/70: Remove comments |
Date: |
Sat, 13 May 2023 08:59:09 -0400 (EDT) |
branch: externals/latex-table-wizard
commit e738b1c094e592edb1c5125a047ac05bfc52e9d3
Author: Enrico Flor <nericoflor@gmail.com>
Commit: Enrico Flor <nericoflor@gmail.com>
Remove comments
---
latex-table-wizard.el | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/latex-table-wizard.el b/latex-table-wizard.el
index bbe2553c12..9ca51ef60e 100644
--- a/latex-table-wizard.el
+++ b/latex-table-wizard.el
@@ -294,18 +294,6 @@ Stop the skipping at LIMIT (a buffer position or a
marker)."
(setq done t)))))
(when new-start-of-line (goto-char new-start-of-line))))
-;; (defsubst latex-table-wizard--contentless-string-p (beg end)
-;; (let ((str (buffer-substring-no-properties beg end))
-;; (hline-macros (concat "[^\\\\]\\\\"
-;; (regexp-opt
-;; latex-table-wizard--current-hline-macros)
-;; latex-table-wizard--macro-args-re)))
-;; (thread-last
-;; str
-;; (replace-regexp-in-string "[^\\\\]%.*$" "")
-;; (replace-regexp-in-string hline-macros "")
-;; (string-blank-p))))
-
(defun latex-table-wizard--parse-table ()
"Parse table(-like) environment point is in.
@@ -336,7 +324,6 @@ Each value is an integer, S and E are markers."
(save-excursion
(goto-char env-beg)
(while (< (point) env-end)
- ;; (latex-table-wizard--skip-stuff env-end)
(when (looking-at-p "[[:space:]]*\\($\\|%\\)")
;; nothing interesting left between point and eol
(forward-line))
- [elpa] branch externals/latex-table-wizard created (now b41aac096b), ELPA Syncer, 2023/05/13
- [elpa] externals/latex-table-wizard e738b1c094 02/70: Remove comments,
ELPA Syncer <=
- [elpa] externals/latex-table-wizard 7137ca9641 01/70: First commit, ELPA Syncer, 2023/05/13
- [elpa] externals/latex-table-wizard d71174b247 03/70: Alignment commands added, ELPA Syncer, 2023/05/13
- [elpa] externals/latex-table-wizard a28e0f0ec5 04/70: Some cleanup, ELPA Syncer, 2023/05/13
- [elpa] externals/latex-table-wizard 06d0453f60 10/70: Version bump to 0.0.3, ELPA Syncer, 2023/05/13
- [elpa] externals/latex-table-wizard f9394894f7 05/70: Fix parsing if 0, 0 cell starts in same line as \begin macro, ELPA Syncer, 2023/05/13
- [elpa] externals/latex-table-wizard 29c65891e6 07/70: Fix transient autoload and remove transient change function, ELPA Syncer, 2023/05/13
- [elpa] externals/latex-table-wizard 174739aad8 06/70: Fix byte-compilations warnings about docstrings, ELPA Syncer, 2023/05/13
- [elpa] externals/latex-table-wizard 8402bc0ed9 12/70: Don't call face -face (as per elisp manual ch 40), ELPA Syncer, 2023/05/13
- [elpa] externals/latex-table-wizard 972e8eeba1 16/70: Optimize for compilation and simplify, ELPA Syncer, 2023/05/13
- [elpa] externals/latex-table-wizard c75063522b 17/70: Extend overlay limit to beginning of \end{} macro, ELPA Syncer, 2023/05/13