Displaying 20 results from an estimated 20000 matches similar to: "Is there a clever way to page a group of extensions?"
2024 May 07
2
Is there some way to customize colours for the View output?
Hi all,
As the email subject tells, I write to ask if there is the chance to customize the colours (and in particular the background) of the `View` output window.
In the View help, it is told that:
On Windows, the initial size of the data viewer window is taken from the default dimensions of a pager (see Rconsole), but adjusted downwards to show a whole number of rows and columns.
So if
2008 Apr 11
4
Can't run Active State perl .exe
I am having trouble running an exe that was written in Active State perl.
In Windows, I would go to the CLI and type
Code:
C:\pager\pager.exe cl
Passing "cl" as an arguement that passes the file "cl.config" to the pager.exe program.
I have not had any success running this in Wine, and I do not know if it is a syntax problem or if Wine does not work with it.
I have tried:
2006 Apr 16
11
Best way to sort categories w/ pager
Ahoy,
I made this pager,
" def list
@item_pages = Paginator.new self, Item.count, 10, @params[''page'']
@items = Item.find :all, :conditions => "category_id =
#{params[:condition]}",
:limit => @item_pages.items_per_page,
:offset => @item_pages.current.offset
@categories = Category.find_all
2005 Mar 16
2
Dial multiple extensions, but different variables/timeouts
Hi everyone,
I'm wondering I would accomplish the following: I want to dial several
SIP extensions simultaneously, HOWEVER, for different times (say ext
10 for 15 sec and ext 11 for 30 sec), and potentially with different
headers (such as ALERT_INFO) and codecs for each extension. Obviously
whoever picks up first gets the call. After the longest timeout
expires (30 sec in this example) I want
2009 Jul 28
1
Wishlist: Navigate to "Index" page of help when no topic specified (PR#13860)
Hi all,
When I install a new package, and don't yet know any function names,
I have to play the "poor man's game" to get to the standard
help system "Index" page for the package:
Poor Man's Game -=20
Load new package;=20
issue search() command;
find position (say N) of loaded package;=20
issue objects(pos =3D N) command;
get name of a random function (san
2024 Jul 17
1
default pager is more
Was wondering why R help in recent Fedora only provided --More--
prompt for viewing, rather than allowing arrow key navigation as on
RHEL. It turns out it uses a system command for paging and the current
default pager is more:
grep PAGER /usr/lib64/R/etc/Renviron
PAGER=${PAGER-'/usr/bin/more'}
rpm -qf /usr/lib64/R/etc/Renviron
R-core-4.4.1-3.fc41.x86_64
This primarily affects function
2024 Jul 18
1
default pager is more
On Wed, 17 Jul 2024 at 11:33, Ian Malone <ibmalone at gmail.com> wrote:
> Was wondering why R help in recent Fedora only provided --More--
> prompt for viewing, rather than allowing arrow key navigation as on
> RHEL. It turns out it uses a system command for paging and the current
> default pager is more:
> grep PAGER /usr/lib64/R/etc/Renviron
>
2009 Nov 18
1
clever ways to "share" an extension between sip and fxs
Using Asterisk 1.6.1.9, I'm looking for a way to "share an extension"
between a SIP phone (Cisco 7940) and a SLT on a FXS port of a Cisco 1760
(via sip) -- at any given time I want to be able to pick up either phone
and it should be "bridged" to the other - just like having two SLTs on the
same copper pair.
The goal is to have a cheap cordless telephone sit right next
2007 Apr 20
1
SELinux and daemons - clever way to change default locations?
I'm sure you've seen this before:
You need to slightly tweak the default installation of a major daemon -
let's say you're running a big MySQL database and you need to put it on
a different filesystem, mounted (for example) as /db
So you move /var/lib/mysql to /db/mysql (and preserve all the file
attributes, including SELinux), change /etc/my.cnf accordingly, start
mysqld -
2009 Aug 05
2
Wishlist: Navigate to "Index" page of help when no topic (PR#13872)
On 04/08/2009 7:33 PM, Steven McKinney wrote:
>> -----Original Message-----
>> From: Duncan Murdoch [mailto:murdoch at stats.uwo.ca]
>> Sent: Tuesday, August 04, 2009 8:03 AM
>> To: Steven McKinney
>> Cc: r-devel at stat.math.ethz.ch; R-bugs at r-project.org
>> Subject: Re: [Rd] Wishlist: Navigate to "Index" page of help when no
>> topic
2004 Feb 06
4
more or less pager
R-users,
(forgive my return adres)
I've been breaking my head why R---which i find fabulous, by the
way---does not pipe interactive output through a pager (more or less),
like it does with help(), or like GNU Octave does with arrays with more
than terminal height rows.
Maybe it is my installation (Debian/GNU Linux). Maybe it is my
configuration, but i don't think so because with
2019 Dec 13
1
systemctl behaves like it is being piped to less in centos 8?
In article <5c2439dc6351659900b0c7ef421ae3f1e7b84fe4.camel at biggs.org.uk>,
Pete Biggs <pete at biggs.org.uk> wrote:
>
> >
> > is what is annoying me. That seems to be what I would expect if I
> > piped it to less. I checked a fedora 31 and another centos 8 box and
> > am seeing the same behaviour. Am I missing something?
> >
>
> The
2024 Jul 18
1
default pager is more
On Thu, 18 Jul 2024 at 10:12, I?aki Ucar <iucar at fedoraproject.org> wrote:
>
>
> On Wed, 17 Jul 2024 at 11:33, Ian Malone <ibmalone at gmail.com> wrote:
>>
>> Was wondering why R help in recent Fedora only provided --More--
>> prompt for viewing, rather than allowing arrow key navigation as on
>> RHEL. It turns out it uses a system command for paging
2003 Dec 23
1
Orphaned rsync process on remote machine?
All,
Sometimes when I do an rsync, it times out and leaves on orphaned
process on the remote machine. I am running rsync over ssh using
public key authentication. I synchronize about twenty-five machines,
and this problem only appears on one of them. It worked until
recently on this machine. I don't know what changed or what is
different.
I run rsync with a command line like this
2024 Jul 22
1
default pager is more
FYI I added less back to the buildroot. Updates will be published soon.
I?aki
On Thu, 18 Jul 2024 at 18:59, Ian Malone <ibmalone at gmail.com> wrote:
> On Thu, 18 Jul 2024 at 10:12, I?aki Ucar <iucar at fedoraproject.org> wrote:
> >
> >
> > On Wed, 17 Jul 2024 at 11:33, Ian Malone <ibmalone at gmail.com> wrote:
> >>
> >> Was wondering why
2004 Jan 04
1
pager reminder script
Since the list community has done so much for me in my humble asterisk
beginnings I have put together a simple little script written in php that
serves as a paging reminder script. If anyone is interested in a copy of
it contact me off list and I'll forward you a copy.
The basics of the script are as follows: It queries an asterisk inbox of
your choosing for the existence of a file that
2001 Mar 09
2
Pager size in 1.2.2 Windows
The following sequence of commands (for example):
>my.data<-rnorm(10000, 5, 1)
>my.data
fills my pager buffer beyond its capacity. When I type "my.data", the
pager displays approximately the bottom 7000 cells of the file, but "loses"
the first 3000. Is there a some setting that increases the size of the
pager buffer, or is this a limit in the Windows version?
2009 Jun 19
1
kde 4.3 beta 2, compiz 8.2 - panel pager doesn't work until plasma crash and restart
Listmates,
Woking with compiz 8.2 on kde 4.3 beta 2 on Archlinux, the plasma "kicker"
pager widget does not work correctly after compiz 8.2 is started. Before
compiz is started you see the 4 small desktop representations stacked 2x2.
After you start compiz, the panel only shows a single large pane 'Desktop 1'
no matter what desktop you are on.
The strange part is that
2002 Oct 22
1
gnuclient.exe as pager ?
Hi,
I see there are some previous threads on gnuclient.exe, but I can't
figure this out based on those...
I recently started using ESS with Xemacs. I'm on Windows XP. On starting
iESS, my editor gets set to 'gnuclient.exe'. I don't understand how this
works, since there is no executable anywhere on my machine called
"gnuclient.exe". But I have no complaints: I like
2015 Feb 01
2
Output to "raw console" rather than stdout/stderr?
In R, there's readline(), which is great because you can prompt the user, e.g.
ans <- readline("Would you like to install Pandoc? [y/N]: ")
without having to worry the message is intercepted by
capture.output(), sink() or similar (which is used by dynamic report
generators among other things). The message will always reach the
user. (You can use sink(...,