PSC Code Manual

util/bug.lsp [src]

Support functions for BUGREPORT and FEATUREREQ

This file is only loaded by those commands, not autoloaded.

Functions

Function signature Description
(bug-get-title prompt) Gets the title of a bug report from the user, refusing nil, and calls escape-url on it
(bug-open-email-template subject body) Opens an email template in Outlook, addressed to Gitlab ticket system

(bug-get-title prompt)

Gets the title of a bug report from the user, refusing nil, and calls escape-url on it

VARS:
(PROMPT STR)

(bug-open-email-template subject body)

Opens an email template in Outlook, addressed to Gitlab ticket system

VARS:
(SUBJECT STR)
(BODY STR)