Displaying 2 results from an estimated 2 matches for "deniau".
Did you mean:
denial
2006 Aug 08
3
prefixing list names in print
With
print(list(A="a",B="b"))
it displays
$A
[1] "a"
$B
[1] "b"
I would like to add a common prefix to all the list tags after the $.
Pasting the prefix to the "names" does not work (appear after the $).
For example if the prefix would be "P", it should display:
P$A
[1] "a"
P$B
[1] "b"
I tried to add a
2006 Feb 16
0
[REGRESSION] xapian-config broken in 0.9.3
.... Hence, omega and xapian-bindings can't be configured
anymore (on OS X and Cygwin, at least).
I quick-fixed it by setting exec_prefix to my prefix (/usr/local) inside the
script, but that is not the right move.
I don't know when the regression happened, but r6532 worked fine.
--
Thomas Deniau
"Unix is user friendly. It's just selective when choosing friends."