[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] externals/csv-mode 8849ff3: Allow quoting quotes in csv field
From: |
Stefan Monnier |
Subject: |
Re: [elpa] externals/csv-mode 8849ff3: Allow quoting quotes in csv fields |
Date: |
Sun, 06 Dec 2020 17:52:19 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Hi Lars,
> + ;; Quotes inside quoted strings are quoted by doubling
> + ;; the quote char: a,"b""c,",d
> + ((eq (char-syntax (char-after (1+ (point)))) ?\")
> + (forward-char 2))
Do you happen to have a URL where this syntax is defined?
Stefan
- Re: [elpa] externals/csv-mode 8849ff3: Allow quoting quotes in csv fields,
Stefan Monnier <=