auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

seq- functions


From: Ikumi Keita
Subject: seq- functions
Date: Mon, 05 Sep 2022 15:49:50 +0900

Hi Arash,

I'd like to ask about your latest commit.
----------------------------------------------------------------------
master origin/master 4004dc6b8f61d45ebdc9dc750e25c6fe024b855e
Author:     Arash Esbati <arash@gnu.org>
AuthorDate: Thu Sep 1 10:35:21 2022 +0200
Commit:     Arash Esbati <arash@gnu.org>
CommitDate: Thu Sep 1 10:35:21 2022 +0200

Simplify the function `LaTeX-array-update-column-letters'

* style/array.el (LaTeX-array-update-column-letters): Simplify by
using seq-functions.  Fix docstring.

[...]

+       (let* ((newtypes (mapconcat #'car (LaTeX-array-newcolumntype-list) ""))
+              (alltypes (concat LaTeX-array-column-letters newtypes)))
+         (seq-concatenate 'string (seq-uniq alltypes #'=)))))
----------------------------------------------------------------------
Is is safe to assume that those seq- functions are available without
(require 'seq) for all supported emacsen? As far as I can see, emacs
25.1 doesn't have autoloads for `seq-uniq' and `seq-concatenate'.

Regards,
Ikumi Keita
#StandWithUkraine #StopWarInUkraine



reply via email to

[Prev in Thread] Current Thread [Next in Thread]