emacs-devel
[Top][All Lists]
Advanced

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

[PATCH] (CEDET development) Improve the bovinate output buffer


From: Fermin
Subject: [PATCH] (CEDET development) Improve the bovinate output buffer
Date: Thu, 1 Apr 2021 21:58:57 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1

There is an essential command when developing a new parser with bovine that is bovinate, this gives all the
buffer information about the tags and helps the developer understand what information is been change.

The idea of this patch is simple, provide a major mode for the bovinate buffer base on the emacs-lisp mode,
giving that there are a few similarities in the output, it also add more information in the buffer name, so
you can have different output buffers at the same time with different names.

The idea  in the future is to add more information in the bovinate buffer, so it can truly serve as a debugger
information buffer.

There is 2 patch attached, one of them is the change of the function and adding of the major mode, the other one
adds the display behavior, so it can also be automatically displayed.

Attachment: 0001-Add-bovinate-mode-as-a-major-mode-and-improve-the-bo.patch
Description: Text Data

Attachment: 0001-Add-display-as-a-optional-parameter-for-displaying-t.patch
Description: Text Data


reply via email to

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