[ESS] PATCH additional tags for roxygen
Henning Redestig
henning.red at googlemail.com
Fri Oct 29 03:11:46 CEST 2010
Cheers for that Vinh, the patch has been applied.
Best, Henning
2010/10/28 Vinh Nguyen <vqnguyen at uci.edu>:
> Sorry, @import does need a parameter. Use this patch instead:
>
> ----BEGIN PATCH----
> Index: lisp/ess-custom.el
> ===================================================================
> --- lisp/ess-custom.el (revision 4416)
> +++ lisp/ess-custom.el (working copy)
> @@ -636,7 +636,7 @@
>
> ;; ---- ./ess-roxy.el : ------------
>
> -(defcustom ess-roxy-tags-noparam '("export")
> +(defcustom ess-roxy-tags-noparam '("export" "nord")
> "The tags used in roxygen fields that can be used alone. Used
> to decide highlighting and tag completion."
> :group 'ess-roxy
> @@ -648,7 +648,11 @@
> "name" "note" "param"
> "include" "references" "return"
> "seealso" "source" "docType"
> - "title" "TODO" "usage")
> + "title" "TODO" "usage" "import"
> + "exportClass" "exportPattern" "S3method"
> + "importFrom" "importClassesFrom"
> + "importMethodsFrom" "useDynLib"
> + "rdname" "slot")
> "The tags used in roxygen fields that require a parameter.
> Used to decide highlighting and tag completion."
> :group 'ess-roxy
> ---END PATCH----
>
>
>
> On Thu, Oct 28, 2010 at 2:58 PM, Vinh Nguyen <vqnguyen at uci.edu> wrote:
>> no parameter required:
>> @import
>> @nord
>>
>> parameter required:
>> @exportClass
>> @exportPattern
>> @S3method
>> @importFrom
>> @importClassesFrom
>> @importMethodsFrom
>> @useDynLib
>> @rdname
>> @slot
>
> ______________________________________________
> ESS-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/ess-help
>
--
/Henning Redestig
Metabolome Informatics Unit | Yokohama RIKEN Plant Science Center
More information about the ESS-help
mailing list