Nicolas Richard <[email protected]> writes:

Hi Nico,

> Tassilo Horn <[email protected]> writes:
>> (setq TeX-command-list
>>       (remove '("Biber" "biber %s" TeX-run-Biber nil t :help "Run Biber")
>>               TeX-command-list))
>
> alternatively:
>
> (assq-delete-all
>  (car (assoc "Biber" TeX-command-list))
>  TeX-command-list)
>
> which can be easily changed for deleting other unwanted entries.

Oh, nice.  I didn't know `assq-delete-all'.  Hm, but the

  (car (assoc "Biber" TeX-command-list))

part is a bit confusing.  I understand that you have to do that because
`assq-delete-all' uses `eq' for comparison.

A function `assoc-delete-all' would be nice.

Bye,
Tassilo

_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to