discussion and development of Emacs Snakemake mode
 help / color / mirror / code / Atom feed
* Syntax-highlight embedded R code (#13)
@ 2016-04-18 17:49 Endre Bakken Stovner
  2016-04-19  4:35 ` Endre Bakken Stovner
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Endre Bakken Stovner @ 2016-04-18 17:49 UTC (permalink / raw)
  To: kyleam/snakemake-mode

[-- Attachment #1: Type: text/plain, Size: 894 bytes --]

I did not add `R` to the `snakemake-mode-setup-mmm` function name. In the future, if support for several embedded languages are added, we can keep the name, but start taking args such as `'sql`, `'R` etc. to only setup for certain languages.

Max-width is 79 chars.

Fixed the regex.

Kept the `;;;; Emedded language...` header to help newcomers understand the code.

You can view, comment on, or merge this pull request online at:

  https://github.com/kyleam/snakemake-mode/pull/13

-- Commit Summary --

  * Syntax-highlight embedded R code

-- File Changes --

    M snakemake-mode.el (54)

-- Patch Links --

https://github.com/kyleam/snakemake-mode/pull/13.patch
https://github.com/kyleam/snakemake-mode/pull/13.diff

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kyleam/snakemake-mode/pull/13

[-- Attachment #2: Type: text/html, Size: 2005 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Syntax-highlight embedded R code (#13)
  2016-04-18 17:49 Syntax-highlight embedded R code (#13) Endre Bakken Stovner
@ 2016-04-19  4:35 ` Endre Bakken Stovner
  2016-04-19  4:39 ` Endre Bakken Stovner
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Endre Bakken Stovner @ 2016-04-19  4:35 UTC (permalink / raw)
  To: kyleam/snakemake-mode; +Cc: Kyle Meyer

[-- Attachment #1: Type: text/plain, Size: 656 bytes --]

Will do tonight. Thanks for the kind help and do not be afraid to tell me
if I am taking up too much of your time :)
On Tuesday, April 19, 2016, Kyle Meyer <notifications@github.com> wrote:

> Thanks. I've place some comments inline. Please update with a
> force-push.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly or view it on GitHub
> <https://github.com/kyleam/snakemake-mode/pull/13#issuecomment-211725189>
>


---
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/kyleam/snakemake-mode/pull/13#issuecomment-211726040

[-- Attachment #2: Type: text/html, Size: 1384 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Syntax-highlight embedded R code (#13)
  2016-04-18 17:49 Syntax-highlight embedded R code (#13) Endre Bakken Stovner
  2016-04-19  4:35 ` Endre Bakken Stovner
@ 2016-04-19  4:39 ` Endre Bakken Stovner
  2016-04-21 17:18 ` Endre Bakken Stovner
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Endre Bakken Stovner @ 2016-04-19  4:39 UTC (permalink / raw)
  To: kyleam/snakemake-mode; +Cc: Kyle Meyer

[-- Attachment #1: Type: text/plain, Size: 766 bytes --]

And perhaps maybe is more appropriate? Writing from a mobile phone, so not
bothering to check, but some online docs said setting it to t would enable
it in each and every mode (dired, magit etc) potentially causing trouble.

On Tuesday, April 19, 2016, Kyle Meyer <notifications@github.com> wrote:

> Thanks. I've place some comments inline. Please update with a
> force-push.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly or view it on GitHub
> <https://github.com/kyleam/snakemake-mode/pull/13#issuecomment-211725189>
>


---
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/kyleam/snakemake-mode/pull/13#issuecomment-211726438

[-- Attachment #2: Type: text/html, Size: 1502 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Syntax-highlight embedded R code (#13)
  2016-04-18 17:49 Syntax-highlight embedded R code (#13) Endre Bakken Stovner
  2016-04-19  4:35 ` Endre Bakken Stovner
  2016-04-19  4:39 ` Endre Bakken Stovner
@ 2016-04-21 17:18 ` Endre Bakken Stovner
  2016-04-22 18:19 ` Endre Bakken Stovner
  2020-04-17  0:08 ` Kyle Meyer
  4 siblings, 0 replies; 6+ messages in thread
From: Endre Bakken Stovner @ 2016-04-21 17:18 UTC (permalink / raw)
  To: kyleam/snakemake-mode; +Cc: Kyle Meyer, Comment

[-- Attachment #1: Type: text/plain, Size: 239 bytes --]

Thanks again for the help. Hope I done did got the gitting right.

---
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/kyleam/snakemake-mode/pull/13#issuecomment-213024609

[-- Attachment #2: Type: text/html, Size: 881 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Syntax-highlight embedded R code (#13)
  2016-04-18 17:49 Syntax-highlight embedded R code (#13) Endre Bakken Stovner
                   ` (2 preceding siblings ...)
  2016-04-21 17:18 ` Endre Bakken Stovner
@ 2016-04-22 18:19 ` Endre Bakken Stovner
  2020-04-17  0:08 ` Kyle Meyer
  4 siblings, 0 replies; 6+ messages in thread
From: Endre Bakken Stovner @ 2016-04-22 18:19 UTC (permalink / raw)
  To: kyleam/snakemake-mode; +Cc: Kyle Meyer, Comment

[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

Super if you could upload to melpa also, if you accept. Would really love this feature, but cannot be bothered to keep them in own config.

---
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/kyleam/snakemake-mode/pull/13#issuecomment-213539673

[-- Attachment #2: Type: text/html, Size: 954 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Syntax-highlight embedded R code (#13)
  2016-04-18 17:49 Syntax-highlight embedded R code (#13) Endre Bakken Stovner
                   ` (3 preceding siblings ...)
  2016-04-22 18:19 ` Endre Bakken Stovner
@ 2020-04-17  0:08 ` Kyle Meyer
  4 siblings, 0 replies; 6+ messages in thread
From: Kyle Meyer @ 2020-04-17  0:08 UTC (permalink / raw)
  To: snakemake-mode

Some replies are missing, as described at

  https://inbox.kyleam.com/snakemake-mode/874ktmyh4u.fsf@kyleam.com/

Please visit the link in the parent message to see the full discussion.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-04-17  0:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-18 17:49 Syntax-highlight embedded R code (#13) Endre Bakken Stovner
2016-04-19  4:35 ` Endre Bakken Stovner
2016-04-19  4:39 ` Endre Bakken Stovner
2016-04-21 17:18 ` Endre Bakken Stovner
2016-04-22 18:19 ` Endre Bakken Stovner
2020-04-17  0:08 ` Kyle Meyer

Code repositories for project(s) associated with this public inbox

	https://git.kyleam.com/snakemake-mode/

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).