similar to: spaces versus tabs and shiftwidth

Displaying 20 results from an estimated 100000 matches similar to: "spaces versus tabs and shiftwidth"

2005 Jul 08
0
python tabs & spaces
Hi Folks -- There is a mix of tabs and spaces in the .py files in xen-unstable. For example: tools/python/xen/xm/create.py line 682 is indented with a mix of tabs and spaces while the surrounding lines use only spaces. Grep''ing for \t in *.py yields many hits. This is changing the apparent indentation (for me anyway) and thus apparent intent in the code. Being a python newb, I
2018 Nov 22
0
Rd2pdf ignores tabs but not trailing spaces
hi all R CMD Rd2pdf ignores tabs in the usage section. However, I just discovered that it doesn't ignore trailing spaces (before lines). I'm assuming that the same thing happens when the online man pages are produced. I didn't check what happens in the examples section. I think it would be better if tabs were recognized. However, if not, then I think that R CMD check should generate
2008 Dec 09
2
Replacing tabs with appropriate number of spaces
Colleagues, Platform: OS X (but issue applies to all platforms) Version: 2.8.0 I have a mixture of text and data that I am outputting via R to a pdf document (using a fixed-width font). The text contains tabs that align columns properly with a fixed-width font in a terminal window. However, when the PDF document is created, the concept of a tab is not invoked properly and columns do
2015 Dec 24
1
[PATCH] spaces to tabs
FLAC code usually uses tabs. However there are several places where spaces are used. The patch spaces_1.patch fixes several files, spaces_2.patch fixes solely libFLAC/include/private/bitmath.h (too many changed lines, so I made it separate). -------------- next part -------------- A non-text attachment was scrubbed... Name: spaces_1.patch Type: application/octet-stream Size: 5942 bytes Desc: not
2009 Sep 24
1
[PATCH libguestfs] maint: use spaces, not TABs for indentation
>From 1da1502b33d50bc0614a20bc217876fcb8f05d39 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at vv.meyering.net.meyering.net> Date: Thu, 24 Sep 2009 09:24:55 +0200 Subject: [PATCH libguestfs] maint: use spaces, not TABs for indentation "make syntax-check" was failing. This fixes it. * HACKING: Indent with spaces, not TABs. * configure.ac: Likewise. *
2006 Sep 21
1
Software versus hardware RAID performance.
With the Dell OpenManage question on my mind (and having seen it answered very well), I was reminded of an interesting and a little surprising thing I saw yesterday. I upgraded a PowerEdge 2850 from CentOS4 to Fedora Core 5 (keeping everything updated for GNUradio to run on CentOS 4 became more of a job that it should have) for our pulsar data processing machine (it has a GNUradio Universal
2009 Nov 09
1
[PATCH libguestfs] indent with spaces, not TABs
One more after this, and "make syntax-check" will pass once more. >From 5c360133c0d4e09531d432abca0629798b87ff39 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Mon, 9 Nov 2009 15:14:53 +0100 Subject: [PATCH libguestfs] indent with spaces, not TABs * HACKING: Expand indentation TABs. * configure.ac: Likewise. * daemon/daemon.h: Likewise. *
2015 Jun 11
2
LDA versus LMTP
My system has a great big four users. The Dovecot wiki says LMTP is more efficient, and someone on IRC told me I'd need it if I were ever to use sieve, which at this time I have no intention of doing. Should I stick with LDA, or just implement LMTP so I'm ready if ever I need it in the future? The bottom line is, it's unclear from the wiki how to explicitly specify use of one or the
2003 Dec 30
1
sambaSamAccount versus SambaSAMAccount
Hi All, The smbldap-tools in latest Samba tarball 3.0.1 use SambaSAMAccount rather than SambaSamAccount as per the samba.schema file. Attached are four patches to fix this. Darren -------------- next part -------------- --- smbldap-useradd.pl.orig Tue Dec 30 22:34:08 2003 +++ smbldap-useradd.pl Tue Dec 30 22:38:19 2003 @@ -208,7 +208,7 @@ if (!$with_smbpasswd) { # (jtournier)
2005 Apr 30
1
Memory consumption, integer versus factor
R is so smart! I found that when you switch a column from integer to factor, the memory consumption goes down rather impressively. Now I'd like to learn more. How does R do this? What does R do? How do I learn more? I got to thinking: If I was really smart, I'd see that a factor with 2 levels requires only 1 bit of storage. So I'd be able to cram 8 such factors into a byte. But this
2015 Jun 11
0
LDA versus LMTP
Im using Dovecot for LMTP for all my mail users, since this way they are completely virtual (i.e. dont need to have a local account at all), all mail gets delivered to Maildirs owned by dovecot. Also LMTP makes it easier to insert scripts and do any custom processing which presumably is where Sieve comes in. Its also pretty easy to setup. On Thu, Jun 11, 2015 at 12:03 PM, Steve Matzura
2009 Nov 29
1
Tabs in R source code
Some lines are indented by tabs and some lines are indented by spaces, in R source code. This might due to the fact that the source code is not from a single person. But I think that it is better to enforce a single convention. My editor defaults a tab to 8 spaces. So some source doesn't seem to be indented correctly in my editor. Since tab may be displayed differently in different editor, I
2008 Apr 01
1
Tabs in the TextMate Bundle
I tried to post this to the devel list but it never seemed to get through. So I''m posting it here in the hope that someone from the development team will notice: Hello, I noticed that you are using spaces in all the snippets in the TextMate bundle. I have TM set to 4 spaces and when I use the RSpec bundle I get all these 3-spaced things that are inconsistent and difficult to work with.
2007 Dec 21
1
Odd behavior of NFS of ZFS versus UFS
I have a test cluster running HA-NFS that shares both ufs and zfs based file systems. However, the behavior that I am seeing is a little perplexing. The Setup: I have Sun Cluster 3.2 on a pair of SunBlade 1000''s connecting to two T3B partner groups through a QLogic switch. All four bricks of the T3B are configured as RAID-5 with a hot spare. One brick from each pair is mirrored with VxVM
2006 May 23
2
TextMate and Tabs
Hello Everyone ~ Recently I have been moving Rails files between Mac, Linux, and Windows. As many know the Windows Ruby version 1.8.4 doesn''t like tab characters. I know in TextMate on the mac you can replace your tabs with spaces from the Text > Convert menu, but is there a way to set it to do tabs with spaces instead as you work? The preferences do not seem to have such a
2014 Oct 14
2
[Bug 2294] New: parsing known hosts files with tabs doesn't work
https://bugzilla.mindrot.org/show_bug.cgi?id=2294 Bug ID: 2294 Summary: parsing known hosts files with tabs doesn't work Product: Portable OpenSSH Version: 6.7p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs
2012 Dec 18
1
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
On Dec 18, 2012, at 11:36 AM, "Caldarale, Charles R" <Chuck.Caldarale at unisys.com> wrote: >> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] >> On Behalf Of Eli Bendersky >> Subject: [LLVMdev] Getting rid of tabs in LLVM's assembly output? > >> Problem: I then get tabs in my tests, which are discouraged by LLVM's
2012 Feb 16
1
new libvirt: CentOS 6.2 versus 6.0
Hi, About half a year ago I installed a stock CentOS 6.0/64bit onto an Intel server to virtualize our Linux fileserver and four WinXP boxes with rdp each. Since recent times I didn't do any upgrades of the server's OS. Now I have CentOS 6.2. After an upgrade I noticed that all virtual cpu name changed to QEMU Virtual CPU version (cpu64-rhel6) The new features were 1) The ability to
2012 Dec 18
0
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Eli Bendersky > Subject: [LLVMdev] Getting rid of tabs in LLVM's assembly output? > Problem: I then get tabs in my tests, which are discouraged by LLVM's > own code standards, because assembly output uses tabs extensively. > Proposal: get rid of tabs by just replacing them with
2012 Dec 18
3
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
Scenario: sometimes when creating tests for MC, I run llc, take its assembly (.s) output and copy-paste parts of it into a test. Problem: I then get tabs in my tests, which are discouraged by LLVM's own code standards, because assembly output uses tabs extensively. Proposal: get rid of tabs by just replacing them with two spaces everywhere. I had an informal chat about this with Jim on the