From: Heime <heimeborgia@protonmail.com>
To: Heime <heimeborgia@protonmail.com>
Cc: Stefan Monnier <monnier@iro.umontreal.ca>,
Philip Kaludercic <philipk@posteo.net>,
help-gnu-emacs@gnu.org
Subject: Re: Major mode for coq
Date: Sun, 05 May 2024 19:18:27 +0000 [thread overview]
Message-ID: <XQDfEWuoz1VHwguCMmggW0V3aD3OKWlSi6YhtemLI1x-uwMRLdSxRujP_gRYcAOEfI92ZCf2zkAlYsMbJla_IT7Y_Y-qBGRUM3_TIgydv3Y=@protonmail.com> (raw)
In-Reply-To: <4Syy6nC1T2ljWmp9MMkQuriVIznEpI6PLWIUFUy7nEifvBAOLVv0e3uBrpkdu7nA6Ci9JmkEzMwgi6itoiEOwyRC8cFn2ZbQDgBNSd7ohK8=@protonmail.com>
On Monday, May 6th, 2024 at 7:12 AM, Heime <heimeborgia@protonmail.com> wrote:
> Sent with Proton Mail secure email.
>
> On Monday, May 6th, 2024 at 7:08 AM, Heime heimeborgia@protonmail.com wrote:
>
> > On Monday, May 6th, 2024 at 6:57 AM, Heime heimeborgia@protonmail.com wrote:
> >
> > > Sent with Proton Mail secure email.
> > >
> > > On Monday, May 6th, 2024 at 6:14 AM, Stefan Monnier monnier@iro.umontreal.ca wrote:
> > >
> > > > > It would still be good to open a file with the highlighting before people
> > > > > have installed "Proof General". "Proof General" could then use that mode
> > > > > and do the other stuff as well. I could be more productive if I can change
> > > > > the files without the details of "Proof General".
> > > >
> > > > My crystal ball tells me you're looking for
> > > >
> > > > (setq proof-splash-enable nil)
> > >
> > > Would it be difficult to separate the coq-mode from the Proof General
> > > IDE functionality ?
> > >
> > > > - Stefan
> >
> > Currently I have an old machine with an old system that I cannot install
> > coq in it, but I still want to view and change the files like normal .el,
> > .c, and the like.
>
>
> Currently the .v files load up in verilog-mode.
I current have the following function, but I do not get Proof General
to load when opening a .v file.
(defun provador (actm)
"Add the directory paths and load coq features."
(setq actm (or actm 'go))
(unless (eq 'hold actm)
(add-to-list 'load-path "~/contrib/company-coq")
(require 'company-coq)
(add-to-list 'load-path "~/contrib/proof-general")
(require 'proof-general)) )
next prev parent reply other threads:[~2024-05-05 19:18 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-05 3:12 Major mode for coq Heime
2024-05-05 13:51 ` Stefan Monnier via Users list for the GNU Emacs text editor
2024-05-05 16:43 ` Heime
2024-05-05 16:59 ` Philip Kaludercic
2024-05-05 17:10 ` Heime
2024-05-05 17:31 ` Heime
2024-05-05 18:14 ` Stefan Monnier
2024-05-05 18:57 ` Heime
2024-05-05 19:08 ` Heime
2024-05-05 19:12 ` Heime
2024-05-05 19:18 ` Heime [this message]
2024-05-05 19:59 ` Stefan Monnier
2024-05-05 20:11 ` Heime
2024-05-05 20:13 ` Stefan Monnier
2024-05-05 20:52 ` Heime
2024-05-05 19:16 ` Philip Kaludercic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='XQDfEWuoz1VHwguCMmggW0V3aD3OKWlSi6YhtemLI1x-uwMRLdSxRujP_gRYcAOEfI92ZCf2zkAlYsMbJla_IT7Y_Y-qBGRUM3_TIgydv3Y=@protonmail.com' \
--to=heimeborgia@protonmail.com \
--cc=help-gnu-emacs@gnu.org \
--cc=monnier@iro.umontreal.ca \
--cc=philipk@posteo.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).