search for: defaultfilenam

Displaying 3 results from an estimated 3 matches for "defaultfilenam".

Did you mean: defaultfilename
2014 May 20
1
[patch] Add support for editor function in edit.default
.... It does not obey the following (from ?edit): Calling ?edit()?, with no arguments, will result in the temporary file being reopened for further editing. I see two ways to address this: (1) add a getEdFile() function to utils/edit.R that calls a function getEd() defined in edit.c that returns DefaultFileName; or (2) this patch could be rewritten in C in a new function in edit.c. Is there any interest in this patch? If not, would there be interest in an update of the docs, either ?options (stating the possibility that if 'editor' is a function, it might be called with 'name', 'file...
2006 Aug 31
1
Overriding InitTempDir
For embedded projects, one may want to eliminate the per-session temp directory created by InitTempDir() and just use a system-specific temp directory. Here's my solution: extern char *R_TempDir; void my_InitTempDir() { char *tmp; if (R_TempDir){ if (rmdir(R_TempDir) != 0){ perror("Fatal Error: could not remove R's TempDir!");
2002 Aug 14
0
re: using mac-addr for selecting configfile now working
...ersion; incorporated herein by reference. ; ; **************************************************************************** +; modified by Hans-Werner Jouy (hans-werner.jouy at hamburglb.de) to use +; the macaddr aus configfilename, only try full maccaddr, then vendor part +; (first 3 byte), then defaultfilename: dirty hack, USE AT YOUR OWN RISK +; but free or better try to integrate into stable release +; **************************************************************************** %define IS_PXELINUX 1 %include "macros.inc" @@ -692,22 +697,39 @@ mov si,cfgprefix...